.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  display: none;
}
#s-44c609bc-07df-416d-8cf5-7e33b998b654, #wrap-s-44c609bc-07df-416d-8cf5-7e33b998b654 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  display: none;
}
#s-44c609bc-07df-416d-8cf5-7e33b998b654, #wrap-s-44c609bc-07df-416d-8cf5-7e33b998b654 { display:none !important; }}@media (max-width: 767px){#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  display: none;
}
#s-44c609bc-07df-416d-8cf5-7e33b998b654, #wrap-s-44c609bc-07df-416d-8cf5-7e33b998b654 { display:none !important; }}







#s-44c609bc-07df-416d-8cf5-7e33b998b654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44c609bc-07df-416d-8cf5-7e33b998b654.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-7b45cd39-00e4-4829-a954-485c86f54cde {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}

.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;
}
#s-bc22762e-54e7-4dcd-9f8e-667a921453fd {
  text-align: center;
}
@media (min-width: 1200px){#s-bc22762e-54e7-4dcd-9f8e-667a921453fd {
  display: none;
}
#s-bc22762e-54e7-4dcd-9f8e-667a921453fd, #wrap-s-bc22762e-54e7-4dcd-9f8e-667a921453fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc22762e-54e7-4dcd-9f8e-667a921453fd {
  display: none;
}
#s-bc22762e-54e7-4dcd-9f8e-667a921453fd, #wrap-s-bc22762e-54e7-4dcd-9f8e-667a921453fd { display:none !important; }}



  #s-bc22762e-54e7-4dcd-9f8e-667a921453fd img.shogun-image {
    
    width: px;
  }


#s-bc22762e-54e7-4dcd-9f8e-667a921453fd .shogun-image-content {
  
    align-items: center;
  
}

#s-4f17659f-47f6-4388-ae8d-4d2f7f461af0 {
  text-align: center;
}




  #s-4f17659f-47f6-4388-ae8d-4d2f7f461af0 img.shogun-image {
    
    width: px;
  }


#s-4f17659f-47f6-4388-ae8d-4d2f7f461af0 .shogun-image-content {
  
    align-items: center;
  
}

#s-10d5839b-d3b8-4e31-a808-a5118ee9b57d {
  text-align: center;
}




  #s-10d5839b-d3b8-4e31-a808-a5118ee9b57d img.shogun-image {
    
    width: px;
  }


#s-10d5839b-d3b8-4e31-a808-a5118ee9b57d .shogun-image-content {
  
    align-items: center;
  
}

#s-54c58e6c-56a2-4af5-9d2e-1f2b5cab3391 {
  text-align: center;
}




  #s-54c58e6c-56a2-4af5-9d2e-1f2b5cab3391 img.shogun-image {
    
    width: px;
  }


#s-54c58e6c-56a2-4af5-9d2e-1f2b5cab3391 .shogun-image-content {
  
    align-items: center;
  
}

#s-1629b400-013d-4198-81bf-71f392b1fa6d {
  text-align: center;
}




  #s-1629b400-013d-4198-81bf-71f392b1fa6d img.shogun-image {
    
    width: px;
  }


#s-1629b400-013d-4198-81bf-71f392b1fa6d .shogun-image-content {
  
    align-items: center;
  
}

#s-7ead706e-c63e-4a7f-a0f3-5a015f1a10f6 {
  text-align: center;
}




  #s-7ead706e-c63e-4a7f-a0f3-5a015f1a10f6 img.shogun-image {
    
    width: px;
  }


#s-7ead706e-c63e-4a7f-a0f3-5a015f1a10f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e614178-e093-4955-83d4-c50fc7892fe6 {
  text-align: center;
}




  #s-0e614178-e093-4955-83d4-c50fc7892fe6 img.shogun-image {
    
    width: px;
  }


#s-0e614178-e093-4955-83d4-c50fc7892fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4c282ae-4dfe-4777-a5e5-8b76e760678c {
  text-align: center;
}




  #s-b4c282ae-4dfe-4777-a5e5-8b76e760678c img.shogun-image {
    
    width: px;
  }


#s-b4c282ae-4dfe-4777-a5e5-8b76e760678c .shogun-image-content {
  
    align-items: center;
  
}

#s-e07eb872-3d04-476b-b077-4af1dd63775f {
  text-align: center;
}




  #s-e07eb872-3d04-476b-b077-4af1dd63775f img.shogun-image {
    
    width: px;
  }


#s-e07eb872-3d04-476b-b077-4af1dd63775f .shogun-image-content {
  
    align-items: center;
  
}

#s-c840e740-a5eb-4eca-8eaf-36bcdfd5be47 {
  text-align: center;
}




  #s-c840e740-a5eb-4eca-8eaf-36bcdfd5be47 img.shogun-image {
    
    width: px;
  }


#s-c840e740-a5eb-4eca-8eaf-36bcdfd5be47 .shogun-image-content {
  
    align-items: center;
  
}

#s-f62d561c-c830-4eda-a397-c9564a6071cb {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f62d561c-c830-4eda-a397-c9564a6071cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f62d561c-c830-4eda-a397-c9564a6071cb.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-2b58540b-f237-4c8d-a8fc-8278388cd549 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b58540b-f237-4c8d-a8fc-8278388cd549 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fed2d740-35af-434d-aff7-793bdee4a30f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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.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-530f4400-91ab-46b1-8748-afa8e0d4828e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 199, 89, 1);
border-style: dashed;
border-radius: 3px;
text-align: center;
background-color: rgba(250, 199, 89, 0.18);
font-size: 16px;
color: rgba(250, 199, 89, 1);
text-decoration: none;
hover-type: color;
}
#s-530f4400-91ab-46b1-8748-afa8e0d4828e:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-530f4400-91ab-46b1-8748-afa8e0d4828e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-530f4400-91ab-46b1-8748-afa8e0d4828e.shg-btn {
  color: rgba(250, 199, 89, 1);
  font-size: 13px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-c39ee64c-9327-496d-a46e-711bda14eb93 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c39ee64c-9327-496d-a46e-711bda14eb93 {
  display: none;
}
#s-c39ee64c-9327-496d-a46e-711bda14eb93, #wrap-s-c39ee64c-9327-496d-a46e-711bda14eb93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c39ee64c-9327-496d-a46e-711bda14eb93 {
  display: none;
}
#s-c39ee64c-9327-496d-a46e-711bda14eb93, #wrap-s-c39ee64c-9327-496d-a46e-711bda14eb93 { display:none !important; }}@media (max-width: 767px){#s-c39ee64c-9327-496d-a46e-711bda14eb93 {
  display: none;
}
#s-c39ee64c-9327-496d-a46e-711bda14eb93, #wrap-s-c39ee64c-9327-496d-a46e-711bda14eb93 { display:none !important; }}







#s-c39ee64c-9327-496d-a46e-711bda14eb93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39ee64c-9327-496d-a46e-711bda14eb93.shg-box.shg-c {
  justify-content: center;
}

#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 {
  display: none;
}
#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204, #wrap-s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 {
  display: none;
}
#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204, #wrap-s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 { display:none !important; }}@media (max-width: 767px){#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 {
  display: none;
}
#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204, #wrap-s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 { display:none !important; }}
#s-6fe6f429-27b7-4c87-8adc-d0a8ca2c8204 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5fde1705-2dde-4082-a41c-e13fa9516a24 {
  text-align: center;
}




  #s-5fde1705-2dde-4082-a41c-e13fa9516a24 img.shogun-image {
    
    width: px;
  }


#s-5fde1705-2dde-4082-a41c-e13fa9516a24 .shogun-image-content {
  
    align-items: center;
  
}

#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  display: none;
}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8, #wrap-s-69b5111f-c7f2-48f3-9084-4868e5b257c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  display: none;
}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8, #wrap-s-69b5111f-c7f2-48f3-9084-4868e5b257c8 { display:none !important; }}@media (max-width: 767px){#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  display: none;
}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8, #wrap-s-69b5111f-c7f2-48f3-9084-4868e5b257c8 { display:none !important; }}







#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69b5111f-c7f2-48f3-9084-4868e5b257c8.shg-box.shg-c {
  justify-content: center;
}

#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c {
  margin-top: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c {
  display: none;
}
#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c, #wrap-s-36003657-8e03-4a4f-ba22-2fb3af71ff2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c {
  display: none;
}
#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c, #wrap-s-36003657-8e03-4a4f-ba22-2fb3af71ff2c { display:none !important; }}@media (max-width: 767px){#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c {
  display: none;
}
#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c, #wrap-s-36003657-8e03-4a4f-ba22-2fb3af71ff2c { display:none !important; }}
#s-36003657-8e03-4a4f-ba22-2fb3af71ff2c .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec {
  display: none;
}
#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec, #wrap-s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec {
  display: none;
}
#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec, #wrap-s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec { display:none !important; }}@media (max-width: 767px){#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec {
  
}
}
#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e4d734ed-2b78-4bf9-84ca-5e31b2105fec .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-47490248-3ccb-4921-8793-40bccf3cb9e7 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-47490248-3ccb-4921-8793-40bccf3cb9e7 {
  display: none;
}
#s-47490248-3ccb-4921-8793-40bccf3cb9e7, #wrap-s-47490248-3ccb-4921-8793-40bccf3cb9e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47490248-3ccb-4921-8793-40bccf3cb9e7 {
  display: none;
}
#s-47490248-3ccb-4921-8793-40bccf3cb9e7, #wrap-s-47490248-3ccb-4921-8793-40bccf3cb9e7 { display:none !important; }}@media (max-width: 767px){#s-47490248-3ccb-4921-8793-40bccf3cb9e7 {
  display: none;
}
#s-47490248-3ccb-4921-8793-40bccf3cb9e7, #wrap-s-47490248-3ccb-4921-8793-40bccf3cb9e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbe04a9a-6eff-4616-9428-c46e9405dd8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4613403b-fe89-492d-80ed-193c6b96fee8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  text-align: center;
}


.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  max-width: 100%;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom,
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  max-width: 100%;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom,
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  max-width: 100%;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom,
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  max-width: 100%;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom,
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  max-width: 100%;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom,
.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-6fd4402b-d46b-4c4a-adc0-1a31a0b9aed2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fd4402b-d46b-4c4a-adc0-1a31a0b9aed2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-c7d84d29-156a-49fd-a299-d9ccd65ddf7b {
  display: none;
}
#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 {
  text-align: center;
}


.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 {
  max-width: 100%;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom,
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 {
  max-width: 100%;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom,
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 {
  max-width: 100%;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom,
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 {
  max-width: 100%;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom,
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 {
  max-width: 100%;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom,
.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc6663c3-ef65-4464-b2b9-7faad89c8598 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0ccf89d9-668b-4264-811c-b0730e0ff064 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ccf89d9-668b-4264-811c-b0730e0ff064 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-34738f72-56f2-4ae8-8801-9facb01fb0b3 {
  display: none;
}
#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 {
  text-align: center;
}


.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 {
  max-width: 100%;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom,
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 {
  max-width: 100%;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom,
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 {
  max-width: 100%;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom,
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 {
  max-width: 100%;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom,
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 {
  max-width: 100%;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom,
.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b5bff9-3b53-48cf-97be-1d47c8232f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1313005c-a6b2-4051-8e12-42458c780c5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1313005c-a6b2-4051-8e12-42458c780c5c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 0px) {
[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-10f0c1fb-9f14-4b17-a47d-bcc100f4857a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8b5fc39-c40e-432b-8e84-0ebe3d9edfec {
  display: none;
}
#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 {
  text-align: left;
}


.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 {
  max-width: 100%;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom,
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 {
  max-width: 100%;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom,
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 {
  max-width: 100%;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom,
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 {
  max-width: 100%;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom,
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 {
  max-width: 100%;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom,
.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3de34f7-c938-456e-a2ae-f6dd06eba5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0e0d6276-cca4-4544-82cd-2de4a0a54693 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e0d6276-cca4-4544-82cd-2de4a0a54693 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-551281ca-0135-4c76-9f0f-2bc2cac1327c {
  display: none;
}
#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 {
  text-align: left;
}


.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 {
  max-width: 100%;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom,
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 {
  max-width: 100%;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom,
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 {
  max-width: 100%;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom,
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 {
  max-width: 100%;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom,
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 {
  max-width: 100%;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom,
.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e407bdb4-9a8c-42e2-ba7c-98b047e16ea9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ed00092-5895-4d35-8798-d161f1075a35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ed00092-5895-4d35-8798-d161f1075a35 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-753fe141-0287-417b-afc2-f41eb65c2858 {
  display: none;
}
#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 {
  text-align: left;
}


.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 {
  max-width: 100%;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom,
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 {
  max-width: 100%;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom,
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 {
  max-width: 100%;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom,
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 {
  max-width: 100%;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom,
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 {
  max-width: 100%;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom,
.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef7acfde-3d17-47cf-9cf6-88743450e0e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6dc9fad2-5bad-4d72-a9c7-b0780b3c72d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dc9fad2-5bad-4d72-a9c7-b0780b3c72d6 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-14ae6fd7-6379-412f-8176-4dce29c7b2de {
  min-height: 50px;
}








#s-14ae6fd7-6379-412f-8176-4dce29c7b2de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ae6fd7-6379-412f-8176-4dce29c7b2de.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f456fce9-9d8c-4a51-8029-890c2c7428d9 {
  display: none;
}
#s-3efc8810-f0b2-438b-9375-10047cd8197f {
  text-align: left;
}


.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f {
  max-width: 100%;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom,
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f {
  max-width: 100%;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom,
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f {
  max-width: 100%;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom,
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f {
  max-width: 100%;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom,
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f {
  max-width: 100%;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom,
.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3efc8810-f0b2-438b-9375-10047cd8197f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf51be0f-59a1-4afa-bb67-3c5760c09ddf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf51be0f-59a1-4afa-bb67-3c5760c09ddf .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-b85a67bd-559e-46b7-a5de-20c59cc2f112 {
  display: none;
}
#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd {
  text-align: left;
}


.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd {
  max-width: 100%;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom,
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd {
  max-width: 100%;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom,
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd {
  max-width: 100%;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom,
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd {
  max-width: 100%;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom,
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd {
  max-width: 100%;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom,
.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fbf906af-697b-4c73-9f8b-2fdb445c5fcd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1e434963-3a83-4373-a8a4-43988108fa78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e434963-3a83-4373-a8a4-43988108fa78 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-b60523d9-6408-4ffb-9a32-fdee82255e2a {
  display: none;
}
#s-862cf8f0-6b09-435b-bfb2-46bf738505ac {
  text-align: left;
}


.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac {
  max-width: 100%;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom,
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac {
  max-width: 100%;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom,
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac {
  max-width: 100%;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom,
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac {
  max-width: 100%;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom,
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac {
  max-width: 100%;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom,
.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-862cf8f0-6b09-435b-bfb2-46bf738505ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-38e65bcc-b2da-4a73-a443-011bbf0ea1d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38e65bcc-b2da-4a73-a443-011bbf0ea1d2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 0px) {
[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0eda0614-00bf-479f-a442-8f01b6a26434"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0cca30b6-361d-40be-8c9b-ad4bdd5612e2 {
  display: none;
}
#s-6105ce34-3773-4730-9d03-1d759710c81b {
  text-align: left;
}


.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b {
  max-width: 100%;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom,
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b {
  max-width: 100%;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom,
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b {
  max-width: 100%;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom,
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b {
  max-width: 100%;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom,
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b {
  max-width: 100%;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom,
.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6105ce34-3773-4730-9d03-1d759710c81b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f49d1fb7-b799-4102-831b-c743bad69860 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f49d1fb7-b799-4102-831b-c743bad69860 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-956b7090-d12e-4090-947a-cc5622167a1a {
  display: none;
}
#s-03c83f83-505b-4ee1-8020-f813bdc1f938 {
  text-align: left;
}


.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 {
  max-width: 100%;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom,
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 {
  max-width: 100%;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom,
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 {
  max-width: 100%;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom,
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 {
  max-width: 100%;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom,
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 {
  max-width: 100%;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom,
.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-03c83f83-505b-4ee1-8020-f813bdc1f938 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b8c802c-097b-4a64-8fe1-67263066f17f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b8c802c-097b-4a64-8fe1-67263066f17f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-2afd5404-13b3-4437-aa98-22e7f51d41d7 {
  display: none;
}
#s-9b3927a3-7a66-4063-8641-070f6018c7e0 {
  text-align: left;
}


.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 {
  max-width: 100%;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom,
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 {
  max-width: 100%;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom,
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 {
  max-width: 100%;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom,
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 {
  max-width: 100%;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom,
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 {
  max-width: 100%;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom,
.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b3927a3-7a66-4063-8641-070f6018c7e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fee2be0f-e4b3-46c0-999d-23b07b647c79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee2be0f-e4b3-46c0-999d-23b07b647c79 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-ec3eafee-019a-47ff-b3ba-be442b762250 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec3eafee-019a-47ff-b3ba-be442b762250 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ec3eafee-019a-47ff-b3ba-be442b762250 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-7a3c46ec-87ed-40d1-bb14-21eb76b69e93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a3c46ec-87ed-40d1-bb14-21eb76b69e93 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7a3c46ec-87ed-40d1-bb14-21eb76b69e93 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 {
  text-align: center;
}




  #s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 img.shogun-image {
    
    width: px;
  }


#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f015849-ad56-48a3-b1eb-452797aa2e1c {
  margin-bottom: 30px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-9f015849-ad56-48a3-b1eb-452797aa2e1c {
  display: none;
}
#s-9f015849-ad56-48a3-b1eb-452797aa2e1c, #wrap-s-9f015849-ad56-48a3-b1eb-452797aa2e1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f015849-ad56-48a3-b1eb-452797aa2e1c {
  display: none;
}
#s-9f015849-ad56-48a3-b1eb-452797aa2e1c, #wrap-s-9f015849-ad56-48a3-b1eb-452797aa2e1c { display:none !important; }}







#s-9f015849-ad56-48a3-b1eb-452797aa2e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f015849-ad56-48a3-b1eb-452797aa2e1c.shg-box.shg-c {
  justify-content: center;
}

#s-2f08ac00-f5aa-492e-a1e1-fcf0983e0f41 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f08ac00-f5aa-492e-a1e1-fcf0983e0f41 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a1e0a1d-a762-41e5-baaf-4a72d8c93b07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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 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;
  font-weight: normal;
  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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-515fc9ca-897b-4566-b806-4dd541d87f74 {
  padding-right: 20px;
}

#s-2d4e767b-cfcb-4dde-b206-2a243a45bb0d {
  padding-left: 20px;
}

#s-9810e0d9-0042-4dd8-9432-dc0641135e40 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9810e0d9-0042-4dd8-9432-dc0641135e40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4d989ad8-4e71-4aee-98a2-e6870ee989ff {
  padding-right: 20px;
}

#s-26f3ce9a-1c67-492c-a458-57b201c5f7a1 {
  padding-left: 20px;
}

#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 {
  margin-top: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 {
  display: none;
}
#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6, #wrap-s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 {
  display: none;
}
#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6, #wrap-s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 { display:none !important; }}@media (max-width: 767px){#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 {
  display: none;
}
#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6, #wrap-s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 { display:none !important; }}
#s-6e128c86-a55b-4c68-a1ff-9bc7e1117bc6 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f990fa05-e30a-426b-8736-7cb32216b6f2 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f990fa05-e30a-426b-8736-7cb32216b6f2 {
  display: none;
}
#s-f990fa05-e30a-426b-8736-7cb32216b6f2, #wrap-s-f990fa05-e30a-426b-8736-7cb32216b6f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f990fa05-e30a-426b-8736-7cb32216b6f2 {
  display: none;
}
#s-f990fa05-e30a-426b-8736-7cb32216b6f2, #wrap-s-f990fa05-e30a-426b-8736-7cb32216b6f2 { display:none !important; }}@media (max-width: 767px){#s-f990fa05-e30a-426b-8736-7cb32216b6f2 {
  
}
}
#s-f990fa05-e30a-426b-8736-7cb32216b6f2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f990fa05-e30a-426b-8736-7cb32216b6f2 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 {
  display: none;
}
#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5, #wrap-s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 {
  display: none;
}
#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5, #wrap-s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 { display:none !important; }}@media (max-width: 767px){#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 {
  display: none;
}
#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5, #wrap-s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebc84483-9c92-4eae-a617-106ed220f8b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0bbfea91-e476-4714-b152-49a0d4a61221 {
  display: none;
}
#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db {
  text-align: center;
}


.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db {
  max-width: 100%;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom,
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db {
  max-width: 100%;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom,
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db {
  max-width: 100%;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom,
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db {
  max-width: 100%;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom,
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db {
  max-width: 100%;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom,
.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5606f4ce-14a4-48a9-b14d-d17efe95b9db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8c0aa4cb-2ca3-430d-b059-7b04b742b2f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c0aa4cb-2ca3-430d-b059-7b04b742b2f2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-9c6739f4-d4ce-4321-b4e2-a9aea1b57615 {
  display: none;
}
#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 {
  text-align: center;
}


.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 {
  max-width: 100%;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom,
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 {
  max-width: 100%;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom,
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 {
  max-width: 100%;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom,
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 {
  max-width: 100%;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom,
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 {
  max-width: 100%;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom,
.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6888d63b-2bda-475a-bae0-dc23f156d6e4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-358e8069-8edb-4afb-b9d8-e83f6d2119db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-358e8069-8edb-4afb-b9d8-e83f6d2119db .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-c11ad9dd-3443-4a42-9812-5adf3c55edd7 {
  display: none;
}
#s-878010b6-6976-41bf-bdaa-74e60b7c14db {
  text-align: center;
}


.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db {
  max-width: 100%;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom,
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db {
  max-width: 100%;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom,
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db {
  max-width: 100%;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom,
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db {
  max-width: 100%;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom,
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db {
  max-width: 100%;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom,
.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-878010b6-6976-41bf-bdaa-74e60b7c14db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c22b79a3-4f03-4907-9cad-606d6adf0c75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c22b79a3-4f03-4907-9cad-606d6adf0c75 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 0px) {
[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4336e286-feba-49bb-b19c-6474925c4b11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9093e605-bb00-4512-ab28-37d235e7ba60 {
  display: none;
}
#s-3629828f-8866-40d0-94c6-4769e6fdc71a {
  text-align: left;
}


.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a {
  max-width: 100%;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom,
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a {
  max-width: 100%;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom,
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a {
  max-width: 100%;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom,
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a {
  max-width: 100%;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom,
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a {
  max-width: 100%;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom,
.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3629828f-8866-40d0-94c6-4769e6fdc71a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ca08341d-fd36-4057-ae71-c227db12b2b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca08341d-fd36-4057-ae71-c227db12b2b9 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-575ab026-1e09-4411-bf11-273f4df06710 {
  display: none;
}
#s-55a03db8-6577-40de-ab4b-2e42af447bc1 {
  text-align: left;
}


.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 {
  max-width: 100%;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom,
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 {
  max-width: 100%;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom,
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 {
  max-width: 100%;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom,
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 {
  max-width: 100%;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom,
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 {
  max-width: 100%;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom,
.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-55a03db8-6577-40de-ab4b-2e42af447bc1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6737ba91-ba1e-4ea2-ad15-ff077132c897 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6737ba91-ba1e-4ea2-ad15-ff077132c897 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-6c8ca6e7-53ca-4adb-a368-c3cb693c2f94 {
  display: none;
}
#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 {
  text-align: left;
}


.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 {
  max-width: 100%;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom,
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 {
  max-width: 100%;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom,
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 {
  max-width: 100%;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom,
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 {
  max-width: 100%;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom,
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 {
  max-width: 100%;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom,
.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75d19ff8-c5b5-4887-82f1-74ccef2af346 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a00e57bf-bd76-4ba9-a3b4-508d1aa7674e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a00e57bf-bd76-4ba9-a3b4-508d1aa7674e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-d73af073-e053-4ad5-8026-9350931e73db {
  min-height: 50px;
}








#s-d73af073-e053-4ad5-8026-9350931e73db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73af073-e053-4ad5-8026-9350931e73db.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec9fd041-361f-49f1-bce6-535a0b632b78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-160873ab-e2b3-4164-a4af-f42d5b027fbe {
  display: none;
}
#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd {
  text-align: left;
}


.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd {
  max-width: 100%;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom,
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd {
  max-width: 100%;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom,
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd {
  max-width: 100%;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom,
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd {
  max-width: 100%;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom,
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd {
  max-width: 100%;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom,
.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b205f8e0-07d8-4c69-bf87-a2e042e08afd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ca46e1fc-1d37-4926-8384-ac5fba092941 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca46e1fc-1d37-4926-8384-ac5fba092941 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-cdefc4e3-2f8d-4d5e-9188-687631eff9ee {
  display: none;
}
#s-3722a2ea-18e5-4c81-9375-36272f51be60 {
  text-align: left;
}


.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 {
  max-width: 100%;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom,
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 {
  max-width: 100%;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom,
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 {
  max-width: 100%;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom,
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 {
  max-width: 100%;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom,
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 {
  max-width: 100%;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom,
.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3722a2ea-18e5-4c81-9375-36272f51be60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2c34ecc6-3966-4308-9c90-df7f38f43b94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c34ecc6-3966-4308-9c90-df7f38f43b94 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-10abc599-e0b1-4e8a-bb58-4e1497b444ee {
  display: none;
}
#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 {
  text-align: left;
}


.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 {
  max-width: 100%;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom,
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 {
  max-width: 100%;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom,
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 {
  max-width: 100%;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom,
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 {
  max-width: 100%;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom,
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 {
  max-width: 100%;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom,
.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d346fca5-33c9-4b85-8cc4-0f28a0160cc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d117fd5-8634-434c-9bd4-8554f22b0f96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d117fd5-8634-434c-9bd4-8554f22b0f96 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 0px) {
[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91d2e153-0760-4ede-9cf5-94f167ff05e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9f4f2d19-5eda-42c7-a6b9-d02671f5b154 {
  display: none;
}
#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 {
  text-align: left;
}


.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 {
  max-width: 100%;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom,
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 {
  max-width: 100%;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom,
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 {
  max-width: 100%;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom,
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 {
  max-width: 100%;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom,
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 {
  max-width: 100%;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom,
.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8d86f82-fc1e-4ba8-b383-77f93b64acd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ccfa10bd-1514-49f1-8481-2460d8c44d39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccfa10bd-1514-49f1-8481-2460d8c44d39 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-e42ee1f0-fca1-4da9-ac0e-be5a98ba3f58 {
  display: none;
}
#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 {
  text-align: left;
}


.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 {
  max-width: 100%;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom,
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 {
  max-width: 100%;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom,
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 {
  max-width: 100%;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom,
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 {
  max-width: 100%;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom,
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 {
  max-width: 100%;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom,
.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b06b232-eb99-4a3d-a8b1-ad220f106e15 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d3a951ad-42b5-4231-ac8e-ab568a78a045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3a951ad-42b5-4231-ac8e-ab568a78a045 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-4c57526a-d9a6-40bf-99df-9c512a93f107 {
  display: none;
}
#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb {
  text-align: left;
}


.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb {
  max-width: 100%;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom,
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb {
  max-width: 100%;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom,
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb {
  max-width: 100%;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom,
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb {
  max-width: 100%;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom,
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb {
  max-width: 100%;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom,
.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35400b5a-d7af-4b3f-a664-a84d84bac5fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b48790f2-2607-4af8-8f86-35e1f22d8d9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b48790f2-2607-4af8-8f86-35e1f22d8d9a .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-4b41f436-e0df-46f7-9ba7-411fbc866854 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b41f436-e0df-46f7-9ba7-411fbc866854 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4b41f436-e0df-46f7-9ba7-411fbc866854 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-5f793980-536f-40cb-926f-8fba0f97b86f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f793980-536f-40cb-926f-8fba0f97b86f .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5f793980-536f-40cb-926f-8fba0f97b86f .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-5fe293e4-1cef-489b-b8df-05d28829379f {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5fe293e4-1cef-489b-b8df-05d28829379f {
  display: none;
}
#s-5fe293e4-1cef-489b-b8df-05d28829379f, #wrap-s-5fe293e4-1cef-489b-b8df-05d28829379f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fe293e4-1cef-489b-b8df-05d28829379f {
  display: none;
}
#s-5fe293e4-1cef-489b-b8df-05d28829379f, #wrap-s-5fe293e4-1cef-489b-b8df-05d28829379f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fe293e4-1cef-489b-b8df-05d28829379f {
  
}
}@media (max-width: 767px){#s-5fe293e4-1cef-489b-b8df-05d28829379f {
  display: none;
}
#s-5fe293e4-1cef-489b-b8df-05d28829379f, #wrap-s-5fe293e4-1cef-489b-b8df-05d28829379f { display:none !important; }}







#s-5fe293e4-1cef-489b-b8df-05d28829379f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe293e4-1cef-489b-b8df-05d28829379f.shg-box.shg-c {
  justify-content: center;
}

#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  display: none;
}
#s-94d0c8ec-5551-485b-8163-cd0c452394e2, #wrap-s-94d0c8ec-5551-485b-8163-cd0c452394e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  display: none;
}
#s-94d0c8ec-5551-485b-8163-cd0c452394e2, #wrap-s-94d0c8ec-5551-485b-8163-cd0c452394e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  display: none;
}
#s-94d0c8ec-5551-485b-8163-cd0c452394e2, #wrap-s-94d0c8ec-5551-485b-8163-cd0c452394e2 { display:none !important; }}
#s-12165386-72d2-44f2-a07b-f8999df64e35 {
  text-align: center;
}
@media (min-width: 1200px){#s-12165386-72d2-44f2-a07b-f8999df64e35 {
  display: none;
}
#s-12165386-72d2-44f2-a07b-f8999df64e35, #wrap-s-12165386-72d2-44f2-a07b-f8999df64e35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12165386-72d2-44f2-a07b-f8999df64e35 {
  display: none;
}
#s-12165386-72d2-44f2-a07b-f8999df64e35, #wrap-s-12165386-72d2-44f2-a07b-f8999df64e35 { display:none !important; }}



  #s-12165386-72d2-44f2-a07b-f8999df64e35 img.shogun-image {
    
    width: px;
  }


#s-12165386-72d2-44f2-a07b-f8999df64e35 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a86f7c8-d488-41a0-84be-f64bce8fdfe0 {
  text-align: center;
}




  #s-8a86f7c8-d488-41a0-84be-f64bce8fdfe0 img.shogun-image {
    
    width: px;
  }


#s-8a86f7c8-d488-41a0-84be-f64bce8fdfe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-23667a02-c9db-47ec-9262-51089f8b2a40 {
  text-align: center;
}




  #s-23667a02-c9db-47ec-9262-51089f8b2a40 img.shogun-image {
    
    width: px;
  }


#s-23667a02-c9db-47ec-9262-51089f8b2a40 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a0ec2d-e477-4e47-a108-fa9bed16b396 {
  text-align: center;
}




  #s-f0a0ec2d-e477-4e47-a108-fa9bed16b396 img.shogun-image {
    
    width: px;
  }


#s-f0a0ec2d-e477-4e47-a108-fa9bed16b396 .shogun-image-content {
  
    align-items: center;
  
}

#s-43b0fb25-f62f-4d96-9a86-00518473e252 {
  text-align: center;
}




  #s-43b0fb25-f62f-4d96-9a86-00518473e252 img.shogun-image {
    
    width: px;
  }


#s-43b0fb25-f62f-4d96-9a86-00518473e252 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9bbe495-52da-49e1-bc42-b30921e29836 {
  text-align: center;
}




  #s-b9bbe495-52da-49e1-bc42-b30921e29836 img.shogun-image {
    
    width: px;
  }


#s-b9bbe495-52da-49e1-bc42-b30921e29836 .shogun-image-content {
  
    align-items: center;
  
}

#s-0352eeb1-5f50-4782-a91f-83100fbbe84e {
  text-align: center;
}




  #s-0352eeb1-5f50-4782-a91f-83100fbbe84e img.shogun-image {
    
    width: px;
  }


#s-0352eeb1-5f50-4782-a91f-83100fbbe84e .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b03934-6e59-478b-84cc-0e7481e1be7b {
  text-align: center;
}




  #s-e1b03934-6e59-478b-84cc-0e7481e1be7b img.shogun-image {
    
    width: px;
  }


#s-e1b03934-6e59-478b-84cc-0e7481e1be7b .shogun-image-content {
  
    align-items: center;
  
}

#s-2e91a6cb-470e-44e3-ae08-cec09554e701 {
  text-align: center;
}




  #s-2e91a6cb-470e-44e3-ae08-cec09554e701 img.shogun-image {
    
    width: px;
  }


#s-2e91a6cb-470e-44e3-ae08-cec09554e701 .shogun-image-content {
  
    align-items: center;
  
}

#s-48162ea0-e187-4223-b8bb-4dae74730e44 {
  text-align: center;
}




  #s-48162ea0-e187-4223-b8bb-4dae74730e44 img.shogun-image {
    
    width: px;
  }


#s-48162ea0-e187-4223-b8bb-4dae74730e44 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8329265-58fd-4a6d-a0f1-72fe53228228 {
  text-align: center;
}




  #s-a8329265-58fd-4a6d-a0f1-72fe53228228 img.shogun-image {
    
    width: px;
  }


#s-a8329265-58fd-4a6d-a0f1-72fe53228228 .shogun-image-content {
  
    align-items: center;
  
}

#s-45fe4932-9504-4bce-940d-105124020821 {
  min-height: 50px;
}








#s-45fe4932-9504-4bce-940d-105124020821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45fe4932-9504-4bce-940d-105124020821.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85290915-2485-4294-a55d-28e60f8540ff {
  text-align: center;
}




  #s-85290915-2485-4294-a55d-28e60f8540ff img.shogun-image {
    
    width: px;
  }


#s-85290915-2485-4294-a55d-28e60f8540ff .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-84f85559-6fa1-45ae-b8d3-02b5cebcec3d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-84f85559-6fa1-45ae-b8d3-02b5cebcec3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84f85559-6fa1-45ae-b8d3-02b5cebcec3d.shg-box.shg-c {
  justify-content: center;
}

#s-ec52cdef-b3de-493d-b5f6-48fbfd19939c {
  margin-top: 5px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec52cdef-b3de-493d-b5f6-48fbfd19939c .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ee37593-2a3d-482c-b992-8daeda635aaf {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 199, 89, 1);
border-style: dashed;
border-radius: 3px;
text-align: center;
background-color: rgba(250, 199, 89, 0.18);
font-size: 16px;
color: rgba(250, 199, 89, 1);
text-decoration: none;
hover-type: color;
}
#s-7ee37593-2a3d-482c-b992-8daeda635aaf:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7ee37593-2a3d-482c-b992-8daeda635aaf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ee37593-2a3d-482c-b992-8daeda635aaf.shg-btn {
  color: rgba(250, 199, 89, 1);
  font-size: 13px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc {
  display: none;
}
#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc, #wrap-s-72ca76f8-162d-438b-8334-9cf7fa53d4dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc {
  display: none;
}
#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc, #wrap-s-72ca76f8-162d-438b-8334-9cf7fa53d4dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc {
  display: none;
}
#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc, #wrap-s-72ca76f8-162d-438b-8334-9cf7fa53d4dc { display:none !important; }}







#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ca76f8-162d-438b-8334-9cf7fa53d4dc.shg-box.shg-c {
  justify-content: center;
}

#s-be39fa0f-387d-43b9-b190-6dbc003d9041 {
  min-height: 50px;
}








#s-be39fa0f-387d-43b9-b190-6dbc003d9041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be39fa0f-387d-43b9-b190-6dbc003d9041.shg-box.shg-c {
  justify-content: center;
}

#s-98484fde-d11e-49f9-8c6d-86d6250f15ba {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-98484fde-d11e-49f9-8c6d-86d6250f15ba {
  display: none;
}
#s-98484fde-d11e-49f9-8c6d-86d6250f15ba, #wrap-s-98484fde-d11e-49f9-8c6d-86d6250f15ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98484fde-d11e-49f9-8c6d-86d6250f15ba {
  display: none;
}
#s-98484fde-d11e-49f9-8c6d-86d6250f15ba, #wrap-s-98484fde-d11e-49f9-8c6d-86d6250f15ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98484fde-d11e-49f9-8c6d-86d6250f15ba {
  display: none;
}
#s-98484fde-d11e-49f9-8c6d-86d6250f15ba, #wrap-s-98484fde-d11e-49f9-8c6d-86d6250f15ba { display:none !important; }}
#s-98484fde-d11e-49f9-8c6d-86d6250f15ba .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-776f158f-67d4-4470-a753-f732de6d56dc {
  min-height: 50px;
}








#s-776f158f-67d4-4470-a753-f732de6d56dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-776f158f-67d4-4470-a753-f732de6d56dc.shg-box.shg-c {
  justify-content: center;
}

#s-1729e0c6-b632-46b3-9463-6e4dbead9757 {
  text-align: center;
}




  #s-1729e0c6-b632-46b3-9463-6e4dbead9757 img.shogun-image {
    
    width: px;
  }


#s-1729e0c6-b632-46b3-9463-6e4dbead9757 .shogun-image-content {
  
    align-items: center;
  
}

#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  display: none;
}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30, #wrap-s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  display: none;
}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30, #wrap-s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  display: none;
}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30, #wrap-s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 { display:none !important; }}







#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30.shg-box.shg-c {
  justify-content: center;
}

#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd {
  display: none;
}
#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd, #wrap-s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd {
  display: none;
}
#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd, #wrap-s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd {
  display: none;
}
#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd, #wrap-s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd { display:none !important; }}
#s-9cc1cbb2-718f-44bd-82d6-64c5b72088cd .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b523903f-fcce-428d-a41d-a3c8b69e8608 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b523903f-fcce-428d-a41d-a3c8b69e8608 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b523903f-fcce-428d-a41d-a3c8b69e8608 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  display: none;
}
#s-8fd95400-b773-4c69-a153-87be58d12c33, #wrap-s-8fd95400-b773-4c69-a153-87be58d12c33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  display: none;
}
#s-8fd95400-b773-4c69-a153-87be58d12c33, #wrap-s-8fd95400-b773-4c69-a153-87be58d12c33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  display: none;
}
#s-8fd95400-b773-4c69-a153-87be58d12c33, #wrap-s-8fd95400-b773-4c69-a153-87be58d12c33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4797f730-8011-4f06-bf79-0891b44ee806 {
  display: none;
}
#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  text-align: center;
}


.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  max-width: 100%;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom,
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  max-width: 100%;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom,
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  max-width: 100%;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom,
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  max-width: 100%;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom,
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  max-width: 100%;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom,
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ec0dcfab-2811-4d12-a434-713a67672d2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec0dcfab-2811-4d12-a434-713a67672d2a .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-94417f28-c850-416b-a3b8-892ae40a29c2 {
  display: none;
}
#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  text-align: center;
}


.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  max-width: 100%;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom,
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  max-width: 100%;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom,
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  max-width: 100%;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom,
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  max-width: 100%;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom,
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  max-width: 100%;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom,
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5858f002-4afb-4e9f-acb6-a11312cf9696 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5858f002-4afb-4e9f-acb6-a11312cf9696 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-e6106240-fda1-43cf-8ece-76c817335f31 {
  display: none;
}
#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  max-width: 100%;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom,
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  max-width: 100%;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom,
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  max-width: 100%;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom,
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  max-width: 100%;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom,
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  max-width: 100%;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom,
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8ba52546-d32e-4025-b612-e4760e26d4fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ba52546-d32e-4025-b612-e4760e26d4fc .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fba9bbb6-209b-4488-8534-1210f04aa9d0 {
  display: none;
}
#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  max-width: 100%;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom,
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  max-width: 100%;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom,
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  max-width: 100%;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom,
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  max-width: 100%;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom,
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  max-width: 100%;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom,
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d6ff692b-9282-4930-a110-8ae9a7da0133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6ff692b-9282-4930-a110-8ae9a7da0133 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-a7f8c331-7d89-4d06-bd93-fd6e9cb1ebc0 {
  display: none;
}
#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  max-width: 100%;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom,
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  max-width: 100%;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom,
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  max-width: 100%;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom,
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  max-width: 100%;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom,
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  max-width: 100%;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom,
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dd26a5bc-b550-431d-a2f6-b3a204a6a22c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd26a5bc-b550-431d-a2f6-b3a204a6a22c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-66cbccaa-0701-41dc-9004-8ad90fea9825 {
  display: none;
}
#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  max-width: 100%;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom,
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  max-width: 100%;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom,
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  max-width: 100%;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom,
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  max-width: 100%;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom,
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  max-width: 100%;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom,
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-27d2699d-7c2c-4edc-b2f4-2506dcda0e12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27d2699d-7c2c-4edc-b2f4-2506dcda0e12 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a69679a7-91ab-4e4f-8a28-e4203bee9ffc {
  display: none;
}
#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  text-align: center;
}


.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  max-width: 100%;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom,
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  max-width: 100%;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom,
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  max-width: 100%;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom,
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  max-width: 100%;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom,
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  max-width: 100%;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom,
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-93ac3c2c-0e03-4de8-8297-f168e2548fb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93ac3c2c-0e03-4de8-8297-f168e2548fb4 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-a5ec3797-a297-42c5-b425-21af967e8b77 {
  display: none;
}
#s-d17a13f9-cdef-4d92-8349-866a6014ed23 {
  text-align: left;
}


.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 {
  max-width: 100%;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom,
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 {
  max-width: 100%;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom,
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 {
  max-width: 100%;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom,
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 {
  max-width: 100%;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom,
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 {
  max-width: 100%;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom,
.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d17a13f9-cdef-4d92-8349-866a6014ed23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09b0197a-6c7a-4aa2-abe7-27e50f8da96e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09b0197a-6c7a-4aa2-abe7-27e50f8da96e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-1e9ebf24-2c38-4c47-9bac-81b0380d8f71 {
  display: none;
}
#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  max-width: 100%;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom,
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  max-width: 100%;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom,
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  max-width: 100%;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom,
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  max-width: 100%;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom,
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  max-width: 100%;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom,
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a3629b07-f664-43e8-b02c-e77c371631b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3629b07-f664-43e8-b02c-e77c371631b2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-08bb8932-9a80-4e2d-89e7-2bb3401bffab {
  display: none;
}
#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  max-width: 100%;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom,
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  max-width: 100%;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom,
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  max-width: 100%;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom,
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  max-width: 100%;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom,
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  max-width: 100%;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom,
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-44f8b0b1-5158-48f5-a373-33bff1d85be2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44f8b0b1-5158-48f5-a373-33bff1d85be2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-744cd5a0-30d4-41ac-8124-8dadc1043277 {
  display: none;
}
#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  max-width: 100%;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom,
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  max-width: 100%;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom,
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  max-width: 100%;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom,
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  max-width: 100%;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom,
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  max-width: 100%;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom,
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-775ccc5a-b31e-4609-b63c-2311041b9adc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-775ccc5a-b31e-4609-b63c-2311041b9adc .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-674e0358-6043-41df-9d7d-fde3934b8e97 {
  display: none;
}
#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  max-width: 100%;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom,
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  max-width: 100%;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom,
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  max-width: 100%;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom,
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  max-width: 100%;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom,
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  max-width: 100%;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom,
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e8acefea-7d0d-4169-8aa9-fa7b290b6945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8acefea-7d0d-4169-8aa9-fa7b290b6945 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-d4a2cd65-20e0-4a2c-8a97-c4e49b9db811 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4a2cd65-20e0-4a2c-8a97-c4e49b9db811 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d4a2cd65-20e0-4a2c-8a97-c4e49b9db811 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-7851e4e4-0c30-40da-be75-b9f0183d5251 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7851e4e4-0c30-40da-be75-b9f0183d5251 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7851e4e4-0c30-40da-be75-b9f0183d5251 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  margin-top: 0px;
margin-bottom: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  display: none;
}
#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0, #wrap-s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  display: none;
}
#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0, #wrap-s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  display: none;
}
#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0, #wrap-s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 { display:none !important; }}



  #s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 img.shogun-image {
    
    width: px;
  }


#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b42adf43-3915-41dd-9f99-ac05f40c992f {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b42adf43-3915-41dd-9f99-ac05f40c992f {
  display: none;
}
#s-b42adf43-3915-41dd-9f99-ac05f40c992f, #wrap-s-b42adf43-3915-41dd-9f99-ac05f40c992f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b42adf43-3915-41dd-9f99-ac05f40c992f {
  display: none;
}
#s-b42adf43-3915-41dd-9f99-ac05f40c992f, #wrap-s-b42adf43-3915-41dd-9f99-ac05f40c992f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b42adf43-3915-41dd-9f99-ac05f40c992f {
  display: none;
}
#s-b42adf43-3915-41dd-9f99-ac05f40c992f, #wrap-s-b42adf43-3915-41dd-9f99-ac05f40c992f { display:none !important; }}
#s-b42adf43-3915-41dd-9f99-ac05f40c992f .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f {
  display: none;
}
#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f, #wrap-s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f {
  display: none;
}
#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f, #wrap-s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f {
  display: none;
}
#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f, #wrap-s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f { display:none !important; }}
#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-91070701-7ea1-4979-b12c-fb12811b0dee {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-91070701-7ea1-4979-b12c-fb12811b0dee {
  display: none;
}
#s-91070701-7ea1-4979-b12c-fb12811b0dee, #wrap-s-91070701-7ea1-4979-b12c-fb12811b0dee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91070701-7ea1-4979-b12c-fb12811b0dee {
  display: none;
}
#s-91070701-7ea1-4979-b12c-fb12811b0dee, #wrap-s-91070701-7ea1-4979-b12c-fb12811b0dee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91070701-7ea1-4979-b12c-fb12811b0dee {
  display: none;
}
#s-91070701-7ea1-4979-b12c-fb12811b0dee, #wrap-s-91070701-7ea1-4979-b12c-fb12811b0dee { display:none !important; }}
#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 {
  display: none;
}
#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237, #wrap-s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 {
  display: none;
}
#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237, #wrap-s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 {
  display: none;
}
#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237, #wrap-s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c47c102f-2acd-4fc2-9ba8-f10c1c7233ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-57348841-ff8e-4299-bad2-e125a9c49ca7 {
  display: none;
}
#s-2c31d1f6-048a-4941-a313-297733f09780 {
  text-align: center;
}


.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 {
  max-width: 100%;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom,
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 {
  max-width: 100%;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom,
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 {
  max-width: 100%;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom,
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 {
  max-width: 100%;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom,
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 {
  max-width: 100%;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom,
.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c31d1f6-048a-4941-a313-297733f09780 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e2ac64a3-c1b9-45e0-bcbf-07ac528d5450 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2ac64a3-c1b9-45e0-bcbf-07ac528d5450 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-3bd99ebe-a35d-48da-9e7e-c33c9b2e56d5 {
  display: none;
}
#s-09bcb824-83fb-408c-8975-9500929e8e99 {
  text-align: center;
}


.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 {
  max-width: 100%;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom,
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 {
  max-width: 100%;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom,
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 {
  max-width: 100%;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom,
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 {
  max-width: 100%;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom,
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 {
  max-width: 100%;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom,
.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-09bcb824-83fb-408c-8975-9500929e8e99 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0977c281-17a1-41b8-92d3-c9dfd182ebb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0977c281-17a1-41b8-92d3-c9dfd182ebb0 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-a55427e9-bf39-4d24-a086-cceebbe5f287 {
  display: none;
}
#s-81daf93f-495d-400c-9798-36eccf612e62 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 {
  max-width: 100%;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom,
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 {
  max-width: 100%;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom,
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 {
  max-width: 100%;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom,
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 {
  max-width: 100%;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom,
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 {
  max-width: 100%;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom,
.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81daf93f-495d-400c-9798-36eccf612e62 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cbdbb382-a3f7-4fff-b742-634f5ff287d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbdbb382-a3f7-4fff-b742-634f5ff287d2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-62c57552-24c6-41fd-9696-cd510d4fb843 {
  display: none;
}
#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 {
  max-width: 100%;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom,
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 {
  max-width: 100%;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom,
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 {
  max-width: 100%;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom,
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 {
  max-width: 100%;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom,
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 {
  max-width: 100%;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom,
.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfe42387-dcb5-4df6-80e4-d44372f657f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0d06e28a-3f7e-4e28-a0a9-9a73ba921d2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d06e28a-3f7e-4e28-a0a9-9a73ba921d2f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-c2f0c521-167b-4c63-8925-35f3016a30d8 {
  display: none;
}
#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e {
  max-width: 100%;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom,
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e {
  max-width: 100%;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom,
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e {
  max-width: 100%;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom,
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e {
  max-width: 100%;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom,
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e {
  max-width: 100%;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom,
.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f54b36d-84b5-4920-a10c-d3f7c7417b5e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c0ea3620-16cf-47f6-930d-5769a3a2e5c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0ea3620-16cf-47f6-930d-5769a3a2e5c1 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-7526e265-42f5-4827-869f-7b5b08daeb7f {
  display: none;
}
#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 {
  max-width: 100%;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom,
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 {
  max-width: 100%;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom,
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 {
  max-width: 100%;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom,
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 {
  max-width: 100%;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom,
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 {
  max-width: 100%;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom,
.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad7166ff-aa4a-4bbf-8624-75756bef8771 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3d988b0c-5c8d-4d24-8544-147a64f05ec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d988b0c-5c8d-4d24-8544-147a64f05ec6 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-da554958-4bbe-4a7f-9e78-f52ad411b349"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-3fdff831-26de-4f65-b1f7-3b5ac33fa636 {
  display: none;
}
#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a {
  text-align: center;
}


.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a {
  max-width: 100%;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom,
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a {
  max-width: 100%;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom,
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a {
  max-width: 100%;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom,
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a {
  max-width: 100%;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom,
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a {
  max-width: 100%;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom,
.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cd7a10d-aa20-42ea-ac48-059a0de2ca1a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1da699e2-5fbd-49cf-abce-d28e8b16d6fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1da699e2-5fbd-49cf-abce-d28e8b16d6fc .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-bae69dcd-a98e-4610-8edf-15de96a39423 {
  display: none;
}
#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a {
  text-align: center;
}


.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a {
  max-width: 100%;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom,
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a {
  max-width: 100%;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom,
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a {
  max-width: 100%;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom,
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a {
  max-width: 100%;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom,
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a {
  max-width: 100%;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom,
.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78ae89c5-9dc6-417c-965b-0a34d80ea70a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fc9e7d48-4c31-447c-aad6-f287e4d38f2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc9e7d48-4c31-447c-aad6-f287e4d38f2d .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-e07ba1ec-0569-422d-9868-f79edb67951c {
  display: none;
}
#s-627e11fc-dec2-4943-8525-4cda0a2814f9 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 {
  max-width: 100%;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom,
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 {
  max-width: 100%;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom,
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 {
  max-width: 100%;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom,
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 {
  max-width: 100%;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom,
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 {
  max-width: 100%;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom,
.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-627e11fc-dec2-4943-8525-4cda0a2814f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d7750db0-c265-43fe-ba4b-d2a7ebd81929 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7750db0-c265-43fe-ba4b-d2a7ebd81929 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-012b7e8b-bd87-4290-9654-ad34a4d92cc9 {
  display: none;
}
#s-5df26999-a968-4ef0-8e8d-a6103370fb1e {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e {
  max-width: 100%;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom,
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e {
  max-width: 100%;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom,
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e {
  max-width: 100%;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom,
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e {
  max-width: 100%;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom,
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e {
  max-width: 100%;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom,
.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5df26999-a968-4ef0-8e8d-a6103370fb1e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d48f8618-e1a2-4049-8400-735195f0d3aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d48f8618-e1a2-4049-8400-735195f0d3aa .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-341c510b-18c6-4ab5-af57-9845a9bdc94a {
  display: none;
}
#s-37a36b57-326a-4e21-a581-2b2668e58787 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 {
  max-width: 100%;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom,
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 {
  max-width: 100%;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom,
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 {
  max-width: 100%;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom,
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 {
  max-width: 100%;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom,
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 {
  max-width: 100%;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom,
.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37a36b57-326a-4e21-a581-2b2668e58787 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-52e8c200-43c0-4930-abae-4ab068d3bebb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52e8c200-43c0-4930-abae-4ab068d3bebb .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-53f56438-2041-49e1-964c-3468e9d93e0b {
  display: none;
}
#s-be949885-3a45-48f3-a5d5-086de90883be {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be {
  max-width: 100%;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom,
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be {
  max-width: 100%;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom,
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be {
  max-width: 100%;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom,
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be {
  max-width: 100%;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom,
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be {
  max-width: 100%;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom,
.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be949885-3a45-48f3-a5d5-086de90883be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c990b451-41b3-416c-9658-b5e6953d09aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c990b451-41b3-416c-9658-b5e6953d09aa .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-2bf199d5-5884-42f5-a261-04127af25e9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bf199d5-5884-42f5-a261-04127af25e9a .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2bf199d5-5884-42f5-a261-04127af25e9a .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-3c8d6958-6599-435e-843b-5ea1bd570df8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c8d6958-6599-435e-843b-5ea1bd570df8 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3c8d6958-6599-435e-843b-5ea1bd570df8 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 {
  display: none;
}
#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396, #wrap-s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 { display:none !important; }}@media (max-width: 767px){#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 {
  display: none;
}
#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396, #wrap-s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 { display:none !important; }}







#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396.shg-box.shg-c {
  justify-content: flex-start;
}

#s-90ec05fa-84df-4622-811d-c3109fa6d129 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-90ec05fa-84df-4622-811d-c3109fa6d129 {
  display: none;
}
#s-90ec05fa-84df-4622-811d-c3109fa6d129, #wrap-s-90ec05fa-84df-4622-811d-c3109fa6d129 { display:none !important; }}@media (max-width: 767px){#s-90ec05fa-84df-4622-811d-c3109fa6d129 {
  display: none;
}
#s-90ec05fa-84df-4622-811d-c3109fa6d129, #wrap-s-90ec05fa-84df-4622-811d-c3109fa6d129 { display:none !important; }}
#s-ca1395b8-6a53-43ef-b127-e89970d52cc0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca1395b8-6a53-43ef-b127-e89970d52cc0 {
  display: none;
}
#s-ca1395b8-6a53-43ef-b127-e89970d52cc0, #wrap-s-ca1395b8-6a53-43ef-b127-e89970d52cc0 { display:none !important; }}@media (max-width: 767px){#s-ca1395b8-6a53-43ef-b127-e89970d52cc0 {
  display: none;
}
#s-ca1395b8-6a53-43ef-b127-e89970d52cc0, #wrap-s-ca1395b8-6a53-43ef-b127-e89970d52cc0 { display:none !important; }}



  #s-ca1395b8-6a53-43ef-b127-e89970d52cc0 img.shogun-image {
    
    width: px;
  }


#s-ca1395b8-6a53-43ef-b127-e89970d52cc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-35796824-d761-4a83-a0df-dbbe28c49980 {
  text-align: center;
}




  #s-35796824-d761-4a83-a0df-dbbe28c49980 img.shogun-image {
    
    width: px;
  }


#s-35796824-d761-4a83-a0df-dbbe28c49980 .shogun-image-content {
  
    align-items: center;
  
}

#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  display: none;
}
#s-140d2f50-473e-43ab-a6d3-c8a92df299b4, #wrap-s-140d2f50-473e-43ab-a6d3-c8a92df299b4 { display:none !important; }}@media (max-width: 767px){#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  display: none;
}
#s-140d2f50-473e-43ab-a6d3-c8a92df299b4, #wrap-s-140d2f50-473e-43ab-a6d3-c8a92df299b4 { display:none !important; }}







#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-140d2f50-473e-43ab-a6d3-c8a92df299b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-081d2c78-dade-48eb-9273-68fabe268b58 {
  text-align: center;
}




  #s-081d2c78-dade-48eb-9273-68fabe268b58 img.shogun-image {
    
    width: px;
  }


#s-081d2c78-dade-48eb-9273-68fabe268b58 .shogun-image-content {
  
    align-items: center;
  
}

#s-997a71be-eab0-465f-881b-3bc2883b0109 {
  text-align: center;
}




  #s-997a71be-eab0-465f-881b-3bc2883b0109 img.shogun-image {
    
    width: px;
  }


#s-997a71be-eab0-465f-881b-3bc2883b0109 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a2a0727-dae9-42df-a15b-fe828091a442 {
  text-align: center;
}




  #s-5a2a0727-dae9-42df-a15b-fe828091a442 img.shogun-image {
    
    width: px;
  }


#s-5a2a0727-dae9-42df-a15b-fe828091a442 .shogun-image-content {
  
    align-items: center;
  
}

#s-17acc513-f6cc-4a66-bc45-99f560ad34c9 {
  text-align: center;
}




  #s-17acc513-f6cc-4a66-bc45-99f560ad34c9 img.shogun-image {
    
    width: px;
  }


#s-17acc513-f6cc-4a66-bc45-99f560ad34c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-21c31aba-2bab-4a5a-bf8f-5be39e54e25f {
  text-align: center;
}




  #s-21c31aba-2bab-4a5a-bf8f-5be39e54e25f img.shogun-image {
    
    width: px;
  }


#s-21c31aba-2bab-4a5a-bf8f-5be39e54e25f .shogun-image-content {
  
    align-items: center;
  
}

#s-5444ef1a-3936-4d35-bb94-5b8fde65bdd1 {
  text-align: center;
}




  #s-5444ef1a-3936-4d35-bb94-5b8fde65bdd1 img.shogun-image {
    
    width: px;
  }


#s-5444ef1a-3936-4d35-bb94-5b8fde65bdd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e1dbbd0-2341-4102-9875-6641245e39d0 {
  text-align: center;
}




  #s-2e1dbbd0-2341-4102-9875-6641245e39d0 img.shogun-image {
    
    width: px;
  }


#s-2e1dbbd0-2341-4102-9875-6641245e39d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7bf0824-76b6-4a3a-877e-059fe3d03a3b {
  text-align: center;
}




  #s-e7bf0824-76b6-4a3a-877e-059fe3d03a3b img.shogun-image {
    
    width: px;
  }


#s-e7bf0824-76b6-4a3a-877e-059fe3d03a3b .shogun-image-content {
  
    align-items: center;
  
}

#s-b16e2686-bff2-4d81-a959-6bc8864f51b2 {
  text-align: center;
}




  #s-b16e2686-bff2-4d81-a959-6bc8864f51b2 img.shogun-image {
    
    width: px;
  }


#s-b16e2686-bff2-4d81-a959-6bc8864f51b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-84226570-07df-42c2-8bb8-85a909643121 {
  min-height: 600px;
}








#s-84226570-07df-42c2-8bb8-85a909643121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84226570-07df-42c2-8bb8-85a909643121.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c370572c-0fc2-45a2-aa35-27f41ffe2379 {
  background-image: url(https://i.shgcdn.com/45970c12-6e2c-4393-b18a-d352ef9c7c1b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c370572c-0fc2-45a2-aa35-27f41ffe2379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c370572c-0fc2-45a2-aa35-27f41ffe2379.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb53ed6b-3fc3-4161-82cc-eaad8619422e {
  min-height: 600px;
background-color: rgba(151, 163, 188, 1);
}








#s-cb53ed6b-3fc3-4161-82cc-eaad8619422e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb53ed6b-3fc3-4161-82cc-eaad8619422e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7f767bd0-7aa6-4170-aae8-234bd91aa98d {
  min-height: 50px;
}








#s-7f767bd0-7aa6-4170-aae8-234bd91aa98d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f767bd0-7aa6-4170-aae8-234bd91aa98d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d22b26b5-c9b8-47fb-9dc9-3c4142d09344 {
  margin-top: 80px;
text-align: center;
}




  #s-d22b26b5-c9b8-47fb-9dc9-3c4142d09344 img.shogun-image {
    
    width: px;
  }


#s-d22b26b5-c9b8-47fb-9dc9-3c4142d09344 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-64237624-daa8-4d5b-9020-bfff2a4c5030 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-left: 30px;
padding-right: 30px;
}

#s-f67767bf-eb56-4a36-a149-0b506818b1fe {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0731e483-71d9-46a3-8328-9228bf30570a {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
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: 3px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-0731e483-71d9-46a3-8328-9228bf30570a:hover {background-color: rgba(191, 70, 51, 0.41) !important;
font-size: 14px !important;
text-decoration: none !important;}#s-0731e483-71d9-46a3-8328-9228bf30570a:active {background-color: #000000 !important;
font-size: 14px !important;
text-decoration: none !important;}


#s-0731e483-71d9-46a3-8328-9228bf30570a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Libre Franklin;
  display:  block ;
}

#s-27c50aaa-fccc-481c-ba97-c72740847f60 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-27c50aaa-fccc-481c-ba97-c72740847f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27c50aaa-fccc-481c-ba97-c72740847f60.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8a15165-52e0-4c34-9f2e-857ccd53fa79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-98b406ee-4277-4d89-8ceb-ed8552409c99 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98b406ee-4277-4d89-8ceb-ed8552409c99 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb41acc1-378e-40b6-9347-c4f9b93c95fa {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eb41acc1-378e-40b6-9347-c4f9b93c95fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-139207e9-6cfe-4cf4-a119-5906be60e8a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8809333a-d042-4f85-a348-f51b85229aed {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 199, 89, 1);
border-style: dashed;
border-radius: 3px;
text-align: center;
background-color: rgba(250, 199, 89, 0.18);
font-size: 16px;
color: rgba(250, 199, 89, 1);
text-decoration: none;
hover-type: color;
}
#s-8809333a-d042-4f85-a348-f51b85229aed:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-8809333a-d042-4f85-a348-f51b85229aed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8809333a-d042-4f85-a348-f51b85229aed.shg-btn {
  color: rgba(250, 199, 89, 1);
  font-size: 13px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}@media (max-width: 767px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}







#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-972936e2-33a7-412a-83f4-c600c44bf857 {
  min-height: 50px;
}
@media (max-width: 767px){#s-972936e2-33a7-412a-83f4-c600c44bf857 {
  display: none;
}
#s-972936e2-33a7-412a-83f4-c600c44bf857, #wrap-s-972936e2-33a7-412a-83f4-c600c44bf857 { display:none !important; }}







#s-972936e2-33a7-412a-83f4-c600c44bf857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972936e2-33a7-412a-83f4-c600c44bf857.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b9d0c829-8cf1-4256-a0e6-faf90eedb3c9 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b9d0c829-8cf1-4256-a0e6-faf90eedb3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9d0c829-8cf1-4256-a0e6-faf90eedb3c9 {
  cursor: pointer;
}#s-b9d0c829-8cf1-4256-a0e6-faf90eedb3c9.shg-box.shg-c {
  justify-content: center;
}

#s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb {
  display: none;
}
#s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb, #wrap-s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb { display:none !important; }}@media (max-width: 767px){#s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb {
  display: none;
}
#s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb, #wrap-s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb { display:none !important; }}
#s-a4d196e8-9a22-4b12-bc9c-2a2bbce90acb .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc {
  display: none;
}
#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc, #wrap-s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc { display:none !important; }}@media (max-width: 767px){#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc {
  display: none;
}
#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc, #wrap-s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc { display:none !important; }}
#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-074e2212-55fb-4cd6-94cf-01f30bb88b17 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-074e2212-55fb-4cd6-94cf-01f30bb88b17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-074e2212-55fb-4cd6-94cf-01f30bb88b17.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-776e8f06-74d0-4930-ab50-13cf067c3f43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 {
  display: none;
}
#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26, #wrap-s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 { display:none !important; }}@media (max-width: 767px){#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 {
  display: none;
}
#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26, #wrap-s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-4f312f9c-980a-48c5-a7e9-c25463b06fa1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-6a12b174-932a-4d2b-bf82-500c4878980a {
  display: none;
}
#s-527ed4dd-3451-4933-856b-238d8cee5c74 {
  text-align: center;
}


.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 {
  max-width: 100%;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom,
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 {
  max-width: 100%;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom,
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 {
  max-width: 100%;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom,
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 {
  max-width: 100%;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom,
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 {
  max-width: 100%;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom,
.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-527ed4dd-3451-4933-856b-238d8cee5c74 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dd232366-a4c5-41c1-a6c4-210e25e8037e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd232366-a4c5-41c1-a6c4-210e25e8037e .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-29bd95a1-dff5-4d2c-b69f-6046bbc84799 {
  display: none;
}
#s-b366892c-7e6d-4739-b1de-795b8ab7c10d {
  text-align: center;
}


.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d {
  max-width: 100%;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom,
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d {
  max-width: 100%;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom,
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d {
  max-width: 100%;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom,
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d {
  max-width: 100%;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom,
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d {
  max-width: 100%;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom,
.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b366892c-7e6d-4739-b1de-795b8ab7c10d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2d5198f8-75fe-4022-9e15-8e699402b27b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d5198f8-75fe-4022-9e15-8e699402b27b .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-2a9b9275-8332-4520-aa9f-113f04486be4 {
  display: none;
}
#s-116a40fa-5602-400e-a945-5763afd67339 {
  text-align: center;
}


.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 {
  max-width: 100%;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom,
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 {
  max-width: 100%;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom,
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 {
  max-width: 100%;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom,
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 {
  max-width: 100%;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom,
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 {
  max-width: 100%;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom,
.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-116a40fa-5602-400e-a945-5763afd67339 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d78fa179-2d7c-4970-93a3-65d13bbe5297 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d78fa179-2d7c-4970-93a3-65d13bbe5297 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-9d198651-d92b-4305-9be8-b19ec06fc71e {
  display: none;
}
#s-8120a217-61b3-4f39-8e05-a76b95e83f05 {
  text-align: center;
}


.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 {
  max-width: 100%;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom,
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 {
  max-width: 100%;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom,
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 {
  max-width: 100%;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom,
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 {
  max-width: 100%;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom,
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 {
  max-width: 100%;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom,
.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8120a217-61b3-4f39-8e05-a76b95e83f05 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cb705aba-494b-4aa9-9e26-b413ade8ffd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb705aba-494b-4aa9-9e26-b413ade8ffd0 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-3e0909a6-e734-4000-a4ac-1e3fc0ae6719 {
  display: none;
}
#s-b0098da0-cf06-400b-a47f-3a6ebe513533 {
  text-align: center;
}


.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 {
  max-width: 100%;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom,
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 {
  max-width: 100%;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom,
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 {
  max-width: 100%;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom,
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 {
  max-width: 100%;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom,
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 {
  max-width: 100%;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom,
.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0098da0-cf06-400b-a47f-3a6ebe513533 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-35003dba-2b20-47f3-91f8-b9e4a471d033 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35003dba-2b20-47f3-91f8-b9e4a471d033 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-1d0d6490-9e8e-4f52-96d8-1ba20e3a2261 {
  display: none;
}
#s-06d17834-6782-4413-950b-72612cc069b6 {
  text-align: center;
}


.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 {
  max-width: 100%;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom,
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 {
  max-width: 100%;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom,
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 {
  max-width: 100%;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom,
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 {
  max-width: 100%;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom,
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 {
  max-width: 100%;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom,
.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06d17834-6782-4413-950b-72612cc069b6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7f0f8169-3fc2-489b-988f-a45d99bf91e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f0f8169-3fc2-489b-988f-a45d99bf91e5 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2a5c1bed-290d-4984-980c-bc4dd2d40b5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-11665d6d-9aa2-48bc-bf53-16940c20cb6d {
  display: none;
}
#s-8711b5d1-f901-4780-9aa1-4353b23e74ac {
  text-align: center;
}


.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac {
  max-width: 100%;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom,
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac {
  max-width: 100%;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom,
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac {
  max-width: 100%;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom,
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac {
  max-width: 100%;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom,
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac {
  max-width: 100%;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom,
.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8711b5d1-f901-4780-9aa1-4353b23e74ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-af9c2a4c-c7c0-44cc-b58b-d68cd0e97134 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af9c2a4c-c7c0-44cc-b58b-d68cd0e97134 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-6acdda3f-f90c-4bbf-b917-ec8143da4710 {
  display: none;
}
#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 {
  text-align: center;
}


.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 {
  max-width: 100%;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom,
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 {
  max-width: 100%;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom,
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 {
  max-width: 100%;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom,
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 {
  max-width: 100%;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom,
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 {
  max-width: 100%;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom,
.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b300cdd2-15a8-46db-ae59-1d198f78f3e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-22ecf8ff-233e-4dfc-91e9-7ec5d637f9f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22ecf8ff-233e-4dfc-91e9-7ec5d637f9f1 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-58c6e533-3869-470d-8f82-23ad759080be {
  display: none;
}
#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 {
  text-align: center;
}


.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 {
  max-width: 100%;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom,
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 {
  max-width: 100%;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom,
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 {
  max-width: 100%;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom,
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 {
  max-width: 100%;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom,
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 {
  max-width: 100%;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom,
.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5e36bc7-f430-4f2a-9444-48f20de19cb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8da40d9c-210a-4f29-ac9c-7f61af086489 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8da40d9c-210a-4f29-ac9c-7f61af086489 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-1f35df7e-6d49-4599-9047-df296f3530ad {
  display: none;
}
#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 {
  text-align: center;
}


.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 {
  max-width: 100%;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom,
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 {
  max-width: 100%;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom,
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 {
  max-width: 100%;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom,
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 {
  max-width: 100%;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom,
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 {
  max-width: 100%;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom,
.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9a5dbb2-c390-4ee5-b52a-59a631509166 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c44aca6f-a331-4dbd-b978-55ff66904b40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c44aca6f-a331-4dbd-b978-55ff66904b40 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-6975b3ad-6993-4a31-b394-4f4824ae1fe5 {
  display: none;
}
#s-0f333657-7210-431f-8654-414289149af5 {
  text-align: center;
}


.shg-c#s-0f333657-7210-431f-8654-414289149af5 {
  max-width: 100%;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom,
.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0f333657-7210-431f-8654-414289149af5 {
  max-width: 100%;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom,
.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f333657-7210-431f-8654-414289149af5 {
  max-width: 100%;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom,
.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f333657-7210-431f-8654-414289149af5 {
  max-width: 100%;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom,
.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0f333657-7210-431f-8654-414289149af5 {
  max-width: 100%;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom,
.shg-c#s-0f333657-7210-431f-8654-414289149af5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f333657-7210-431f-8654-414289149af5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f56f5c40-abca-4ef8-a218-dffa3b6bed43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f56f5c40-abca-4ef8-a218-dffa3b6bed43 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-784da5e0-f2c2-4f83-96c6-9a2ac6bf429c {
  display: none;
}
#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 {
  text-align: center;
}


.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 {
  max-width: 100%;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom,
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 {
  max-width: 100%;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom,
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 {
  max-width: 100%;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom,
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 {
  max-width: 100%;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom,
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 {
  max-width: 100%;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom,
.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc02ad5d-bb81-489c-bc88-254b617d5dc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a2f9ce41-a757-43b5-92a4-a4787a3f24fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2f9ce41-a757-43b5-92a4-a4787a3f24fa .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-d840163e-bbd6-4736-9de1-a3de583939ae {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d840163e-bbd6-4736-9de1-a3de583939ae .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d840163e-bbd6-4736-9de1-a3de583939ae .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-5993de8e-ff88-4c9b-a260-683309711e4e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5993de8e-ff88-4c9b-a260-683309711e4e .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5993de8e-ff88-4c9b-a260-683309711e4e .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 {
  display: none;
}
#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98, #wrap-s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 { display:none !important; }}@media (max-width: 767px){#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 {
  display: none;
}
#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98, #wrap-s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 { display:none !important; }}







#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98.shg-box.shg-c {
  justify-content: center;
}

#s-e6a9dbbc-c2f5-45fc-a13b-d64e9b3202e7 {
  margin-top: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-e6a9dbbc-c2f5-45fc-a13b-d64e9b3202e7 {
  display: none;
}
#s-e6a9dbbc-c2f5-45fc-a13b-d64e9b3202e7, #wrap-s-e6a9dbbc-c2f5-45fc-a13b-d64e9b3202e7 { display:none !important; }}







#s-e6a9dbbc-c2f5-45fc-a13b-d64e9b3202e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a9dbbc-c2f5-45fc-a13b-d64e9b3202e7.shg-box.shg-c {
  justify-content: center;
}

#s-d30fab08-ba5f-49df-8074-0e87e9a1a01e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d30fab08-ba5f-49df-8074-0e87e9a1a01e {
  display: none;
}
#s-d30fab08-ba5f-49df-8074-0e87e9a1a01e, #wrap-s-d30fab08-ba5f-49df-8074-0e87e9a1a01e { display:none !important; }}@media (max-width: 767px){#s-d30fab08-ba5f-49df-8074-0e87e9a1a01e {
  display: none;
}
#s-d30fab08-ba5f-49df-8074-0e87e9a1a01e, #wrap-s-d30fab08-ba5f-49df-8074-0e87e9a1a01e { display:none !important; }}
#s-d30fab08-ba5f-49df-8074-0e87e9a1a01e .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5630c383-b0ae-43e0-b328-cd775f46cb75 {
  text-align: center;
}




  #s-5630c383-b0ae-43e0-b328-cd775f46cb75 img.shogun-image {
    
    width: px;
  }


#s-5630c383-b0ae-43e0-b328-cd775f46cb75 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb584151-ca1b-4653-b65a-81ac04265abc {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-fb584151-ca1b-4653-b65a-81ac04265abc {
  
}
}







#s-fb584151-ca1b-4653-b65a-81ac04265abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb584151-ca1b-4653-b65a-81ac04265abc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  border-style: solid;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 20px;
border-left-width: 0px;
border-bottom-width: 20px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}@media (max-width: 767px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}







#s-b030f7ae-0e6b-4828-8338-baa29a008353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b030f7ae-0e6b-4828-8338-baa29a008353.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d345227b-b038-4953-98f9-0056a4e713e7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 300px;
margin-right: 300px;
min-height: 900px;
background-position: center center;
}








#s-d345227b-b038-4953-98f9-0056a4e713e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.26;
}#s-d345227b-b038-4953-98f9-0056a4e713e7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f30c2fcd-482b-4d06-ba92-15e1b2ef25db {
  margin-top: 250px;
min-height: 50px;
}








#s-f30c2fcd-482b-4d06-ba92-15e1b2ef25db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30c2fcd-482b-4d06-ba92-15e1b2ef25db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9616b0f3-53fa-469c-b0c4-3e7449e80367 {
  text-align: center;
}




  #s-9616b0f3-53fa-469c-b0c4-3e7449e80367 img.shogun-image {
    
    width: px;
  }


#s-9616b0f3-53fa-469c-b0c4-3e7449e80367 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-78b65dc6-8876-497b-803d-cb97803acfb6 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6601f0fd-9e88-4843-9e96-dc5bbf589ddf {
  margin-left: 40px;
margin-right: 40px;
}

#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
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: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a02634ae-75c6-40d9-8742-1d78e52c146e {
  min-height: 50px;
}








#s-a02634ae-75c6-40d9-8742-1d78e52c146e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a02634ae-75c6-40d9-8742-1d78e52c146e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bec02a57-68ea-4fee-b414-8b528f392856 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bec02a57-68ea-4fee-b414-8b528f392856 {
  display: none;
}
#s-bec02a57-68ea-4fee-b414-8b528f392856, #wrap-s-bec02a57-68ea-4fee-b414-8b528f392856 { display:none !important; }}@media (max-width: 767px){#s-bec02a57-68ea-4fee-b414-8b528f392856 {
  display: none;
}
#s-bec02a57-68ea-4fee-b414-8b528f392856, #wrap-s-bec02a57-68ea-4fee-b414-8b528f392856 { display:none !important; }}







#s-bec02a57-68ea-4fee-b414-8b528f392856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec02a57-68ea-4fee-b414-8b528f392856.shg-box.shg-c {
  justify-content: center;
}

#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 {
  display: none;
}
#s-fbfff2d5-c887-43af-b98a-1fd024fc3079, #wrap-s-fbfff2d5-c887-43af-b98a-1fd024fc3079 { display:none !important; }}@media (max-width: 767px){#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 {
  display: none;
}
#s-fbfff2d5-c887-43af-b98a-1fd024fc3079, #wrap-s-fbfff2d5-c887-43af-b98a-1fd024fc3079 { display:none !important; }}







#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbfff2d5-c887-43af-b98a-1fd024fc3079.shg-box.shg-c {
  justify-content: center;
}

#s-171603d9-93e4-4b0e-bbc5-34cd89cf34b8 {
  margin-top: 60px;
min-height: 50px;
}








#s-171603d9-93e4-4b0e-bbc5-34cd89cf34b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171603d9-93e4-4b0e-bbc5-34cd89cf34b8.shg-box.shg-c {
  justify-content: center;
}

#s-59191483-a10d-418c-afb3-bba6d719c196 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-59191483-a10d-418c-afb3-bba6d719c196 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 {
  display: none;
}
#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30, #wrap-s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 { display:none !important; }}@media (max-width: 767px){#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 {
  display: none;
}
#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30, #wrap-s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 { display:none !important; }}
@media (min-width: 0px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4960d637-d37c-42fc-b46e-177295c73744 {
  display: none;
}
#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  text-align: center;
}


.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  max-width: 100%;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom,
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  max-width: 100%;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom,
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  max-width: 100%;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom,
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  max-width: 100%;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom,
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  max-width: 100%;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom,
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1dfc0f65-beba-446c-beca-a7c3eb3738c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dfc0f65-beba-446c-beca-a7c3eb3738c4 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-b5f5486c-1958-4332-8f30-189c96a71932 {
  display: none;
}
#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  text-align: center;
}


.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  max-width: 100%;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom,
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  max-width: 100%;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom,
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  max-width: 100%;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom,
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  max-width: 100%;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom,
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  max-width: 100%;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom,
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dc51ea78-ebd7-4c4e-bd3c-0196217d1bbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc51ea78-ebd7-4c4e-bd3c-0196217d1bbf .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-7504c158-02d7-4c2e-beb4-ba54c0b3bffc {
  display: none;
}
#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  text-align: center;
}


.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  max-width: 100%;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom,
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  max-width: 100%;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom,
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  max-width: 100%;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom,
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  max-width: 100%;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom,
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  max-width: 100%;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom,
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cdc03064-dec6-4a39-9d4a-6fdfa62dee41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdc03064-dec6-4a39-9d4a-6fdfa62dee41 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-abcda325-3db7-4278-baa5-43d14d00a635 {
  display: none;
}
#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  text-align: center;
}


.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  max-width: 100%;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom,
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  max-width: 100%;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom,
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  max-width: 100%;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom,
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  max-width: 100%;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom,
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  max-width: 100%;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom,
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-86a85b5c-a6f0-4154-8453-9434acc4084c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86a85b5c-a6f0-4154-8453-9434acc4084c .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-66f7ff71-5953-40bf-8e19-6592f595624b {
  display: none;
}
#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  text-align: center;
}


.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  max-width: 100%;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom,
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  max-width: 100%;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom,
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  max-width: 100%;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom,
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  max-width: 100%;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom,
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  max-width: 100%;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom,
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ad4f5585-abe3-48c2-9407-ec843f4533e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad4f5585-abe3-48c2-9407-ec843f4533e7 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-e7ce088d-1fd1-4082-89ca-eb82ab9c3012 {
  display: none;
}
#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  text-align: center;
}


.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  max-width: 100%;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom,
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  max-width: 100%;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom,
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  max-width: 100%;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom,
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  max-width: 100%;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom,
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  max-width: 100%;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom,
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c69b39ab-ced9-449c-99c8-724ec7f09787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c69b39ab-ced9-449c-99c8-724ec7f09787 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-8423c824-6be2-43d0-b41c-84e5332ed933 {
  display: none;
}
#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  text-align: center;
}


.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  max-width: 100%;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom,
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  max-width: 100%;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom,
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  max-width: 100%;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom,
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  max-width: 100%;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom,
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  max-width: 100%;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom,
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0fe637c3-8e38-43c4-8df1-561276e6e26e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fe637c3-8e38-43c4-8df1-561276e6e26e .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-f37c29b3-36e4-44db-af53-a6603dba3797 {
  display: none;
}
#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  text-align: center;
}


.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  max-width: 100%;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom,
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  max-width: 100%;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom,
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  max-width: 100%;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom,
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  max-width: 100%;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom,
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  max-width: 100%;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom,
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-14cd6e95-be41-4318-a553-b3c946f3ad35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14cd6e95-be41-4318-a553-b3c946f3ad35 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fa0c1f23-be7f-4e0e-b212-2721d0b31ca2 {
  display: none;
}
#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  text-align: center;
}


.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  max-width: 100%;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom,
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  max-width: 100%;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom,
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  max-width: 100%;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom,
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  max-width: 100%;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom,
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  max-width: 100%;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom,
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7777b258-fa92-4dac-952f-79b4724dc8a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7777b258-fa92-4dac-952f-79b4724dc8a0 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fe92ee18-10ff-47fe-bb5a-29e8af61d5e9 {
  display: none;
}
#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  text-align: center;
}


.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  max-width: 100%;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom,
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  max-width: 100%;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom,
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  max-width: 100%;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom,
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  max-width: 100%;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom,
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  max-width: 100%;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom,
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-19690c97-567b-4575-8fe2-25f741caf02e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19690c97-567b-4575-8fe2-25f741caf02e .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-ec201de5-59bc-4900-8a7c-99863d439838 {
  display: none;
}
#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  text-align: center;
}


.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  max-width: 100%;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom,
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  max-width: 100%;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom,
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  max-width: 100%;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom,
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  max-width: 100%;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom,
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  max-width: 100%;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom,
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bff8c8ca-4122-4deb-9e25-4bd951b60a79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bff8c8ca-4122-4deb-9e25-4bd951b60a79 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-c7faf42f-a82f-4cca-ab3a-afd63e3e5cab {
  display: none;
}
#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  text-align: center;
}


.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  max-width: 100%;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom,
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  max-width: 100%;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom,
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  max-width: 100%;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom,
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  max-width: 100%;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom,
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  max-width: 100%;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom,
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e65a84f9-6999-496e-bcfd-340e26c9a160 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e65a84f9-6999-496e-bcfd-340e26c9a160 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-099e9534-2d13-4d9c-9c6b-304df4d99ea2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-099e9534-2d13-4d9c-9c6b-304df4d99ea2 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-099e9534-2d13-4d9c-9c6b-304df4d99ea2 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-545e5461-1fe5-4e06-9425-c0a8906a24db {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545e5461-1fe5-4e06-9425-c0a8906a24db .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-545e5461-1fe5-4e06-9425-c0a8906a24db .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-6e56793c-f150-4a4b-b5b3-5bcee0ec3fcd {
  text-align: center;
}




  #s-6e56793c-f150-4a4b-b5b3-5bcee0ec3fcd img.shogun-image {
    
    width: px;
  }


#s-6e56793c-f150-4a4b-b5b3-5bcee0ec3fcd .shogun-image-content {
  
    align-items: center;
  
}

#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 {
  display: none;
}
#s-94ba94f0-9043-45fb-b0c1-922f66f2b674, #wrap-s-94ba94f0-9043-45fb-b0c1-922f66f2b674 { display:none !important; }}@media (max-width: 767px){#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 {
  display: none;
}
#s-94ba94f0-9043-45fb-b0c1-922f66f2b674, #wrap-s-94ba94f0-9043-45fb-b0c1-922f66f2b674 { display:none !important; }}







#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ba94f0-9043-45fb-b0c1-922f66f2b674.shg-box.shg-c {
  justify-content: center;
}

#s-2832c414-8db3-4bec-bf3a-9ddba384df6c {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-2832c414-8db3-4bec-bf3a-9ddba384df6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2832c414-8db3-4bec-bf3a-9ddba384df6c {
  display: none;
}
#s-2832c414-8db3-4bec-bf3a-9ddba384df6c, #wrap-s-2832c414-8db3-4bec-bf3a-9ddba384df6c { display:none !important; }}







#s-2832c414-8db3-4bec-bf3a-9ddba384df6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2832c414-8db3-4bec-bf3a-9ddba384df6c.shg-box.shg-c {
  justify-content: center;
}

#s-43eb4e99-7f3e-464d-94f0-b03ee9f45fbd {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43eb4e99-7f3e-464d-94f0-b03ee9f45fbd .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-75ff55f5-e066-491f-96bd-067fd2fdfac1 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-348b6728-551a-45f3-aeba-30ae668f1ae8 {
  padding-right: 20px;
}

#s-19482311-a49c-4b59-8452-d4bfeebdfec5 {
  padding-left: 20px;
}

#s-e064fc75-b229-4581-b494-5f384479ac1c {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2ef9ebc5-9b5f-4653-bb18-553b399b8d01 {
  padding-right: 20px;
}

#s-7f2a2069-9797-4648-a826-48ff2aac5e48 {
  padding-left: 20px;
}

#s-95af87ea-61c5-489e-8a18-e45fee6bc82e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-95af87ea-61c5-489e-8a18-e45fee6bc82e {
  display: none;
}
#s-95af87ea-61c5-489e-8a18-e45fee6bc82e, #wrap-s-95af87ea-61c5-489e-8a18-e45fee6bc82e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95af87ea-61c5-489e-8a18-e45fee6bc82e {
  display: none;
}
#s-95af87ea-61c5-489e-8a18-e45fee6bc82e, #wrap-s-95af87ea-61c5-489e-8a18-e45fee6bc82e { display:none !important; }}







#s-95af87ea-61c5-489e-8a18-e45fee6bc82e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95af87ea-61c5-489e-8a18-e45fee6bc82e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45d07055-bd68-480b-bebe-63fd0995ddae {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-64fe6d88-754f-4d17-9bd8-95eb68a63952 {
  text-align: center;
}




  #s-64fe6d88-754f-4d17-9bd8-95eb68a63952 img.shogun-image {
    
    width: px;
  }


#s-64fe6d88-754f-4d17-9bd8-95eb68a63952 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-90a9134b-cec2-497a-934f-3c19d30fb2df {
  text-align: center;
}




  #s-90a9134b-cec2-497a-934f-3c19d30fb2df img.shogun-image {
    
    width: px;
  }


#s-90a9134b-cec2-497a-934f-3c19d30fb2df .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9f0c11e9-43b2-4548-b422-73943986dc93 {
  text-align: center;
}




  #s-9f0c11e9-43b2-4548-b422-73943986dc93 img.shogun-image {
    
    width: px;
  }


#s-9f0c11e9-43b2-4548-b422-73943986dc93 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1cd653eb-63b2-4a33-b3fe-c1a92edc7ab0 {
  text-align: center;
}




  #s-1cd653eb-63b2-4a33-b3fe-c1a92edc7ab0 img.shogun-image {
    
    width: px;
  }


#s-1cd653eb-63b2-4a33-b3fe-c1a92edc7ab0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fc62700c-27e5-4c18-9f1f-4c0984bd02a5 {
  text-align: center;
}




  #s-fc62700c-27e5-4c18-9f1f-4c0984bd02a5 img.shogun-image {
    
    width: px;
  }


#s-fc62700c-27e5-4c18-9f1f-4c0984bd02a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
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;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb {
  display: none;
}
#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb, #wrap-s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb { display:none !important; }}@media (max-width: 767px){#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb {
  display: none;
}
#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb, #wrap-s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb { display:none !important; }}
#s-735aa763-2f75-418a-b069-959a581b2d17 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-735aa763-2f75-418a-b069-959a581b2d17 img.shogun-image {
    
    width: px;
  }


#s-735aa763-2f75-418a-b069-959a581b2d17 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-31d60307-db02-4272-a586-502e4afa6427 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-31d60307-db02-4272-a586-502e4afa6427 img.shogun-image {
    
    width: px;
  }


#s-31d60307-db02-4272-a586-502e4afa6427 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-55976e81-ac6e-40ea-be30-9f3922315533 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-55976e81-ac6e-40ea-be30-9f3922315533 img.shogun-image {
    
    width: px;
  }


#s-55976e81-ac6e-40ea-be30-9f3922315533 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fbd44a6f-fda0-42e3-b33a-80f60eadbc19 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-fbd44a6f-fda0-42e3-b33a-80f60eadbc19 img.shogun-image {
    
    width: px;
  }


#s-fbd44a6f-fda0-42e3-b33a-80f60eadbc19 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f18689ef-e34c-4291-8a71-8be54763254a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-f18689ef-e34c-4291-8a71-8be54763254a img.shogun-image {
    
    width: px;
  }


#s-f18689ef-e34c-4291-8a71-8be54763254a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8bcc2fd0-24d7-469d-a380-3eac019912e5 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-8bcc2fd0-24d7-469d-a380-3eac019912e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bcc2fd0-24d7-469d-a380-3eac019912e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73 {
  border-style: solid;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 00px;
border-color: #000;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d95d9956-98a6-4fd4-ac70-8ffc30417da4 {
  text-align: center;
}




  #s-d95d9956-98a6-4fd4-ac70-8ffc30417da4 img.shogun-image {
    
    width: px;
  }


#s-d95d9956-98a6-4fd4-ac70-8ffc30417da4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-25b3263e-0bba-4422-84f5-8898b186052f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25b3263e-0bba-4422-84f5-8898b186052f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42921f93-fbf5-49a9-a7c0-ecea1c44cdf7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c1049fca-f628-4d91-8d8d-f30050105d8e {
  min-height: 50px;
}








#s-c1049fca-f628-4d91-8d8d-f30050105d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1049fca-f628-4d91-8d8d-f30050105d8e.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c891b7bf-d4e1-4edc-97e0-e3ee05b3480a {
  text-align: center;
}




  #s-c891b7bf-d4e1-4edc-97e0-e3ee05b3480a img.shogun-image {
    
    width: px;
  }


#s-c891b7bf-d4e1-4edc-97e0-e3ee05b3480a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7be266db-684c-49d0-9745-9fc726f5c85f {
  text-align: center;
}




  #s-7be266db-684c-49d0-9745-9fc726f5c85f img.shogun-image {
    
    width: px;
  }


#s-7be266db-684c-49d0-9745-9fc726f5c85f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-722d36a3-4ea1-43ff-8636-e52ae5e7a259 {
  text-align: center;
}




  #s-722d36a3-4ea1-43ff-8636-e52ae5e7a259 img.shogun-image {
    
    width: px;
  }


#s-722d36a3-4ea1-43ff-8636-e52ae5e7a259 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1d9dad21-2efd-45b6-a2bd-cd06ba95796d {
  text-align: center;
}




  #s-1d9dad21-2efd-45b6-a2bd-cd06ba95796d img.shogun-image {
    
    width: px;
  }


#s-1d9dad21-2efd-45b6-a2bd-cd06ba95796d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-761ee939-c32f-494d-8827-ad46624bf1d4 {
  margin-bottom: -40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-761ee939-c32f-494d-8827-ad46624bf1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761ee939-c32f-494d-8827-ad46624bf1d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  display: none;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987, #wrap-s-889462a0-ddd4-43c1-a1ad-cca7d0405987 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  display: none;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987, #wrap-s-889462a0-ddd4-43c1-a1ad-cca7d0405987 { display:none !important; }}@media (max-width: 767px){#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  display: none;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987, #wrap-s-889462a0-ddd4-43c1-a1ad-cca7d0405987 { display:none !important; }}







#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889462a0-ddd4-43c1-a1ad-cca7d0405987.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4bd98bd-a194-47e2-ba9a-83afc87df9e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4bd98bd-a194-47e2-ba9a-83afc87df9e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc7c2d2d-15ac-4a0a-b518-aad787afcea8 {
  margin-left: 75px;
margin-right: 75px;
}

@media (min-width: 0px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f82db7ab-cd9d-41b3-a027-33b27070e828 {
  margin-top: 15px;
}

#s-f82db7ab-cd9d-41b3-a027-33b27070e828 .shogun-icon-wrapper {
  text-align: center;
}


#s-f82db7ab-cd9d-41b3-a027-33b27070e828 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6fdb97fe-1d74-43e6-9499-e78b2a79e575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fdb97fe-1d74-43e6-9499-e78b2a79e575 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6fdb97fe-1d74-43e6-9499-e78b2a79e575 .shogun-heading-component h4 a {
  color: #000;
}


#s-853b7dca-3f27-4faa-a9b2-2e177ab8faea {
  margin-top: 15px;
}

#s-853b7dca-3f27-4faa-a9b2-2e177ab8faea .shogun-icon-wrapper {
  text-align: center;
}


#s-853b7dca-3f27-4faa-a9b2-2e177ab8faea .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1c575f13-63cb-4100-888a-4321d79d90a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c575f13-63cb-4100-888a-4321d79d90a0 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-509ecdb9-eef7-4f59-a085-81ae526ebfa4 {
  margin-top: 15px;
}

#s-509ecdb9-eef7-4f59-a085-81ae526ebfa4 .shogun-icon-wrapper {
  text-align: center;
}


#s-509ecdb9-eef7-4f59-a085-81ae526ebfa4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8e8b0829-3764-4e48-a30d-b4990b89d575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e8b0829-3764-4e48-a30d-b4990b89d575 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8e8b0829-3764-4e48-a30d-b4990b89d575 .shogun-heading-component h4 a {
  color: #000;
}


#s-6408c57c-6398-4983-900f-7c037fc607bb {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6408c57c-6398-4983-900f-7c037fc607bb {
  display: none;
}
#s-6408c57c-6398-4983-900f-7c037fc607bb, #wrap-s-6408c57c-6398-4983-900f-7c037fc607bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 {
  
}
}@media (max-width: 767px){#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 {
  
}
}







#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc5e53c5-9b4e-42d1-8961-3d4a2b662ef1 {
  min-height: 50px;
}








#s-fc5e53c5-9b4e-42d1-8961-3d4a2b662ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc5e53c5-9b4e-42d1-8961-3d4a2b662ef1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d276ffd2-b0be-467f-8eb0-77f64bba66d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d276ffd2-b0be-467f-8eb0-77f64bba66d7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1fb48b60-f43f-4049-bad9-26d2dea3395a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fb48b60-f43f-4049-bad9-26d2dea3395a {
  display: none;
}
#s-1fb48b60-f43f-4049-bad9-26d2dea3395a, #wrap-s-1fb48b60-f43f-4049-bad9-26d2dea3395a { display:none !important; }}@media (max-width: 767px){#s-1fb48b60-f43f-4049-bad9-26d2dea3395a {
  display: none;
}
#s-1fb48b60-f43f-4049-bad9-26d2dea3395a, #wrap-s-1fb48b60-f43f-4049-bad9-26d2dea3395a { display:none !important; }}







#s-1fb48b60-f43f-4049-bad9-26d2dea3395a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fb48b60-f43f-4049-bad9-26d2dea3395a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4659271-7770-40a4-ad8c-4ea29e38d22e {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4659271-7770-40a4-ad8c-4ea29e38d22e {
  display: none;
}
#s-b4659271-7770-40a4-ad8c-4ea29e38d22e, #wrap-s-b4659271-7770-40a4-ad8c-4ea29e38d22e { display:none !important; }}







#s-b4659271-7770-40a4-ad8c-4ea29e38d22e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4659271-7770-40a4-ad8c-4ea29e38d22e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 {
  display: none;
}
#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57, #wrap-s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 { display:none !important; }}@media (max-width: 767px){#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 {
  
}
}
@media (min-width: 0px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ea171dab-3fd0-4031-a19b-9843d2ccc20d {
  margin-top: 15px;
}

#s-ea171dab-3fd0-4031-a19b-9843d2ccc20d .shogun-icon-wrapper {
  text-align: center;
}


#s-ea171dab-3fd0-4031-a19b-9843d2ccc20d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-07618506-c3a9-46bf-9ead-be53b8cd9017 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07618506-c3a9-46bf-9ead-be53b8cd9017 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-07618506-c3a9-46bf-9ead-be53b8cd9017 .shogun-heading-component h4 a {
  color: #000;
}


#s-48a07f10-6d69-459e-b9c0-565eb92198de {
  margin-top: 15px;
}

#s-48a07f10-6d69-459e-b9c0-565eb92198de .shogun-icon-wrapper {
  text-align: center;
}


#s-48a07f10-6d69-459e-b9c0-565eb92198de .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fc82ba7e-82f2-475f-a14d-d0d951fb3c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc82ba7e-82f2-475f-a14d-d0d951fb3c32 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e338b8f-9b01-41af-bafe-b05434d3c7e4 {
  margin-top: 15px;
}

#s-8e338b8f-9b01-41af-bafe-b05434d3c7e4 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e338b8f-9b01-41af-bafe-b05434d3c7e4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-28c81850-cacb-45a7-bb0a-15b06bfaeb90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c81850-cacb-45a7-bb0a-15b06bfaeb90 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-28c81850-cacb-45a7-bb0a-15b06bfaeb90 .shogun-heading-component h4 a {
  color: #000;
}


/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
      -ms-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;
}
