.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;
  z-index: 1;
}

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

#s-7b45cd39-00e4-4829-a954-485c86f54cde .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7b45cd39-00e4-4829-a954-485c86f54cde .shg-sld-nav-button.shg-sld-left,
#s-7b45cd39-00e4-4829-a954-485c86f54cde .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-2a3d8460-f9d9-43e5-abe1-52d14e6dce17 {
  text-align: center;
}




  #s-2a3d8460-f9d9-43e5-abe1-52d14e6dce17 img.shogun-image {
    
    width: px;
  }


#s-2a3d8460-f9d9-43e5-abe1-52d14e6dce17 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca5dde89-e536-4a1b-9e04-8f45e9d12822 {
  text-align: center;
}




  #s-ca5dde89-e536-4a1b-9e04-8f45e9d12822 img.shogun-image {
    
    width: px;
  }


#s-ca5dde89-e536-4a1b-9e04-8f45e9d12822 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 {
  text-align: center;
}
@media (min-width: 1200px){#s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 {
  display: none;
}
#s-3f22d6d0-e946-4586-9058-4ff31d8e2e65, #wrap-s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 {
  display: none;
}
#s-3f22d6d0-e946-4586-9058-4ff31d8e2e65, #wrap-s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 { display:none !important; }}



  #s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 img.shogun-image {
    
    width: px;
  }


#s-3f22d6d0-e946-4586-9058-4ff31d8e2e65 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc22762e-54e7-4dcd-9f8e-667a921453fd {
  text-align: center;
}




  #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 {
  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;
background-image: 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-e4d734ed-2b78-4bf9-84ca-5e31b2105fec {
  margin-top: 20px;
padding-top: 10px;
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, 2, 118, 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, 2, 118, 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; }}
#s-47490248-3ccb-4921-8793-40bccf3cb9e7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-47490248-3ccb-4921-8793-40bccf3cb9e7 .shg-sld-nav-button.shg-sld-left,
#s-47490248-3ccb-4921-8793-40bccf3cb9e7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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(0, 2, 118, 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(0, 2, 118, 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-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-b86f059c-ff39-40f5-9733-603249efc8d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b86f059c-ff39-40f5-9733-603249efc8d7 {
  display: none;
}
#s-b86f059c-ff39-40f5-9733-603249efc8d7, #wrap-s-b86f059c-ff39-40f5-9733-603249efc8d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b86f059c-ff39-40f5-9733-603249efc8d7 {
  display: none;
}
#s-b86f059c-ff39-40f5-9733-603249efc8d7, #wrap-s-b86f059c-ff39-40f5-9733-603249efc8d7 { display:none !important; }}







#s-b86f059c-ff39-40f5-9733-603249efc8d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86f059c-ff39-40f5-9733-603249efc8d7.shg-box.shg-c {
  justify-content: center;
}

#s-dfccdb1c-5a0f-4476-94ff-679f02eb422c {
  padding-bottom: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-dfccdb1c-5a0f-4476-94ff-679f02eb422c {
  display: none;
}
#s-dfccdb1c-5a0f-4476-94ff-679f02eb422c, #wrap-s-dfccdb1c-5a0f-4476-94ff-679f02eb422c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfccdb1c-5a0f-4476-94ff-679f02eb422c {
  display: none;
}
#s-dfccdb1c-5a0f-4476-94ff-679f02eb422c, #wrap-s-dfccdb1c-5a0f-4476-94ff-679f02eb422c { display:none !important; }}



  #s-dfccdb1c-5a0f-4476-94ff-679f02eb422c img.shogun-image {
    
    width: px;
  }


#s-dfccdb1c-5a0f-4476-94ff-679f02eb422c .shogun-image-content {
  
    align-items: center;
  
}

#s-5fde1705-2dde-4082-a41c-e13fa9516a24 {
  text-align: center;
}
@media (min-width: 1200px){#s-5fde1705-2dde-4082-a41c-e13fa9516a24 {
  display: none;
}
#s-5fde1705-2dde-4082-a41c-e13fa9516a24, #wrap-s-5fde1705-2dde-4082-a41c-e13fa9516a24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fde1705-2dde-4082-a41c-e13fa9516a24 {
  display: none;
}
#s-5fde1705-2dde-4082-a41c-e13fa9516a24, #wrap-s-5fde1705-2dde-4082-a41c-e13fa9516a24 { display:none !important; }}@media (max-width: 767px){#s-5fde1705-2dde-4082-a41c-e13fa9516a24 {
  display: none;
}
#s-5fde1705-2dde-4082-a41c-e13fa9516a24, #wrap-s-5fde1705-2dde-4082-a41c-e13fa9516a24 { display:none !important; }}



  #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-dce06166-55d0-4665-8762-9c6513622b2d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dce06166-55d0-4665-8762-9c6513622b2d {
  display: none;
}
#s-dce06166-55d0-4665-8762-9c6513622b2d, #wrap-s-dce06166-55d0-4665-8762-9c6513622b2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dce06166-55d0-4665-8762-9c6513622b2d {
  display: none;
}
#s-dce06166-55d0-4665-8762-9c6513622b2d, #wrap-s-dce06166-55d0-4665-8762-9c6513622b2d { display:none !important; }}@media (max-width: 767px){#s-dce06166-55d0-4665-8762-9c6513622b2d {
  
}
}
#s-dce06166-55d0-4665-8762-9c6513622b2d .shogun-heading-component h1 {
  color: rgba(0, 2, 118, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dce06166-55d0-4665-8762-9c6513622b2d .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 1);
}


#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f {
  display: none;
}
#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f, #wrap-s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f {
  display: none;
}
#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f, #wrap-s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f { display:none !important; }}@media (max-width: 767px){#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f {
  display: none;
}
#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f, #wrap-s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f { display:none !important; }}
#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f .shg-sld-nav-button.shg-sld-left,
#s-1d04862b-f665-4c9d-b97c-b8c923ee0c8f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1fa40314-16a6-4783-b0f3-1887096a7f82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3a337e65-661a-4f97-96c5-3e07b7b134c2 {
  display: none;
}
#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a {
  text-align: center;
}


.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a {
  max-width: 100%;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom,
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a {
  max-width: 100%;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom,
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a {
  max-width: 100%;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom,
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a {
  max-width: 100%;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom,
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a {
  max-width: 100%;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom,
.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa7a01c-d119-4ffb-9f66-f1558ee1d76a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-61131ca8-cf02-457e-8a35-11ce69824bbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61131ca8-cf02-457e-8a35-11ce69824bbf .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-11758ee3-1c75-4fa3-b113-2187574ca546 {
  display: none;
}
#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 {
  text-align: center;
}


.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 {
  max-width: 100%;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom,
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 {
  max-width: 100%;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom,
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 {
  max-width: 100%;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom,
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 {
  max-width: 100%;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom,
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 {
  max-width: 100%;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom,
.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41b25f42-63ff-4e3c-a8bc-43715c91ab31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-04ba2e18-6b2b-4cbe-9ef2-4498d2158187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04ba2e18-6b2b-4cbe-9ef2-4498d2158187 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e465e42b-6db9-4a0e-a2c1-d2ae84068d37 {
  display: none;
}
#s-84340876-7c8a-4658-972a-96b56eaa3de5 {
  text-align: center;
}


.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 {
  max-width: 100%;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom,
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 {
  max-width: 100%;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom,
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 {
  max-width: 100%;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom,
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 {
  max-width: 100%;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom,
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 {
  max-width: 100%;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom,
.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84340876-7c8a-4658-972a-96b56eaa3de5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d588ab72-da87-4150-9920-4c97f0ea6a5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d588ab72-da87-4150-9920-4c97f0ea6a5b .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6d52f5-a2fe-4016-a4de-d9ede7d91d2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-29ce57be-0438-4aeb-937d-d998e3bb5674 {
  display: none;
}
#s-690d41fb-9503-4aa3-92e7-56addc08be6c {
  text-align: left;
}


.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c {
  max-width: 100%;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom,
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c {
  max-width: 100%;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom,
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c {
  max-width: 100%;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom,
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c {
  max-width: 100%;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom,
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c {
  max-width: 100%;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom,
.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d41fb-9503-4aa3-92e7-56addc08be6c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e5a344dd-f7a2-4464-86db-7332e82b3419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5a344dd-f7a2-4464-86db-7332e82b3419 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-80935871-e8ff-426b-b5d1-9bead44061a0 {
  display: none;
}
#s-d96534b3-0f0e-4496-92dd-9913489c08f9 {
  text-align: left;
}


.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 {
  max-width: 100%;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom,
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 {
  max-width: 100%;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom,
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 {
  max-width: 100%;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom,
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 {
  max-width: 100%;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom,
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 {
  max-width: 100%;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom,
.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d96534b3-0f0e-4496-92dd-9913489c08f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5483d9d8-ed20-4342-8d35-423aff11842b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5483d9d8-ed20-4342-8d35-423aff11842b .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1099dd5a-3104-401a-bac1-f2521fa9d4bb {
  display: none;
}
#s-0a50d95a-0650-4211-b666-99b543acbb51 {
  text-align: left;
}


.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 {
  max-width: 100%;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom,
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 {
  max-width: 100%;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom,
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 {
  max-width: 100%;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom,
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 {
  max-width: 100%;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom,
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 {
  max-width: 100%;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom,
.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a50d95a-0650-4211-b666-99b543acbb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-58a40d08-26c6-497a-83dc-3b1e5939dfb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58a40d08-26c6-497a-83dc-3b1e5939dfb6 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2bb04143-c6e4-4498-a7c5-5e91f205f8e9 {
  min-height: 50px;
}








#s-2bb04143-c6e4-4498-a7c5-5e91f205f8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb04143-c6e4-4498-a7c5-5e91f205f8e9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5dd5c285-1c73-4759-96d5-4106c798a698"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6ed3320f-b3fb-45d4-9bf6-8314aae95e8e {
  display: none;
}
#s-08ed0322-949e-4a99-86d8-771308d02bbd {
  text-align: left;
}


.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd {
  max-width: 100%;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom,
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd {
  max-width: 100%;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom,
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd {
  max-width: 100%;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom,
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd {
  max-width: 100%;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom,
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd {
  max-width: 100%;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom,
.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08ed0322-949e-4a99-86d8-771308d02bbd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-06b9c0de-5c44-49cc-9061-cf716dc408ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06b9c0de-5c44-49cc-9061-cf716dc408ec .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d7676efa-b663-4ae3-aa32-9728547bea13 {
  display: none;
}
#s-619aa81e-4d0b-494a-9a04-81bf53704c97 {
  text-align: left;
}


.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 {
  max-width: 100%;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom,
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 {
  max-width: 100%;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom,
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 {
  max-width: 100%;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom,
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 {
  max-width: 100%;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom,
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 {
  max-width: 100%;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom,
.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-619aa81e-4d0b-494a-9a04-81bf53704c97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-951c67f7-18c9-4c93-832d-7333011e17ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-951c67f7-18c9-4c93-832d-7333011e17ef .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f3af23ac-552f-4b99-b0da-0a3d1a00542a {
  display: none;
}
#s-2b3feddc-db3e-4240-a554-0b7671868605 {
  text-align: left;
}


.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 {
  max-width: 100%;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom,
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 {
  max-width: 100%;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom,
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 {
  max-width: 100%;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom,
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 {
  max-width: 100%;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom,
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 {
  max-width: 100%;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom,
.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b3feddc-db3e-4240-a554-0b7671868605 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b00e2b76-3888-4c80-9ce6-0795c0ef8dce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b00e2b76-3888-4c80-9ce6-0795c0ef8dce .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91eef921-603a-4f93-99d3-9d773b47311a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-57d55085-8890-46cd-90c6-7a09e8f5f18d {
  display: none;
}
#s-32407700-6c54-45ee-ac3e-fd13b84b390b {
  text-align: left;
}


.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b {
  max-width: 100%;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom,
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b {
  max-width: 100%;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom,
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b {
  max-width: 100%;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom,
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b {
  max-width: 100%;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom,
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b {
  max-width: 100%;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom,
.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-32407700-6c54-45ee-ac3e-fd13b84b390b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-141a3eed-6e22-47a0-b030-892558983ce1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-141a3eed-6e22-47a0-b030-892558983ce1 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-eccf9d87-8627-42cc-adb4-14c4959deda0 {
  display: none;
}
#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 {
  text-align: left;
}


.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 {
  max-width: 100%;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom,
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 {
  max-width: 100%;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom,
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 {
  max-width: 100%;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom,
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 {
  max-width: 100%;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom,
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 {
  max-width: 100%;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom,
.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5c6c1f4-8eea-4a26-bac8-60608233a535 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f0258f9b-bf7e-4add-aa18-ad60a7228bbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0258f9b-bf7e-4add-aa18-ad60a7228bbd .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-59e8f933-ca73-4f37-b709-723e27c2cda5 {
  display: none;
}
#s-81f2facb-8474-401c-95a2-5614a4cc3614 {
  text-align: left;
}


.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 {
  max-width: 100%;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom,
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 {
  max-width: 100%;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom,
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 {
  max-width: 100%;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom,
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 {
  max-width: 100%;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom,
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 {
  max-width: 100%;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom,
.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81f2facb-8474-401c-95a2-5614a4cc3614 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-45a2310c-6438-462b-9a4b-3ac28883a10e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45a2310c-6438-462b-9a4b-3ac28883a10e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-540d5923-0e55-4b7e-9688-b7a56da0a637 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-540d5923-0e55-4b7e-9688-b7a56da0a637 .shogun-heading-component h1 {
  color: rgba(0, 2, 118, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-540d5923-0e55-4b7e-9688-b7a56da0a637 .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 1);
}


#s-33832077-ae05-4318-886d-449ffd3d080e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33832077-ae05-4318-886d-449ffd3d080e .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-33832077-ae05-4318-886d-449ffd3d080e .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 {
  text-align: center;
}
@media (min-width: 1200px){#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 {
  display: none;
}
#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9, #wrap-s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 {
  display: none;
}
#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9, #wrap-s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 { display:none !important; }}



  #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-f990fa05-e30a-426b-8736-7cb32216b6f2 {
  margin-top: 20px;
padding-top: 10px;
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, 2, 118, 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 .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 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; }}
#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 .shg-sld-nav-button.shg-sld-left,
#s-5edc4c65-d7f7-47ee-9d59-3fd7936f29f5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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(0, 2, 118, 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(0, 2, 118, 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-46f54824-995d-4f89-9254-285b3f3bea90 {
  text-align: center;
}




  #s-46f54824-995d-4f89-9254-285b3f3bea90 img.shogun-image {
    
    width: px;
  }


#s-46f54824-995d-4f89-9254-285b3f3bea90 .shogun-image-content {
  
    align-items: 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-94d0c8ec-5551-485b-8163-cd0c452394e2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-94d0c8ec-5551-485b-8163-cd0c452394e2 .shg-sld-nav-button.shg-sld-left,
#s-94d0c8ec-5551-485b-8163-cd0c452394e2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ce664fb9-9469-43a3-a532-6a378edea828 {
  text-align: center;
}




  #s-ce664fb9-9469-43a3-a532-6a378edea828 img.shogun-image {
    
    width: px;
  }


#s-ce664fb9-9469-43a3-a532-6a378edea828 .shogun-image-content {
  
    align-items: center;
  
}

#s-206aeff8-634c-4654-8cf3-7af8a605f3c3 {
  text-align: center;
}




  #s-206aeff8-634c-4654-8cf3-7af8a605f3c3 img.shogun-image {
    
    width: px;
  }


#s-206aeff8-634c-4654-8cf3-7af8a605f3c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5177d4-3f13-45b8-94ef-cc2baadcab8e {
  text-align: center;
}




  #s-9f5177d4-3f13-45b8-94ef-cc2baadcab8e img.shogun-image {
    
    width: px;
  }


#s-9f5177d4-3f13-45b8-94ef-cc2baadcab8e .shogun-image-content {
  
    align-items: center;
  
}

#s-12165386-72d2-44f2-a07b-f8999df64e35 {
  text-align: center;
}




  #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 {
  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;
background-image: 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-b523903f-fcce-428d-a41d-a3c8b69e8608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b523903f-fcce-428d-a41d-a3c8b69e8608 {
  display: none;
}
#s-b523903f-fcce-428d-a41d-a3c8b69e8608, #wrap-s-b523903f-fcce-428d-a41d-a3c8b69e8608 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b523903f-fcce-428d-a41d-a3c8b69e8608 {
  display: none;
}
#s-b523903f-fcce-428d-a41d-a3c8b69e8608, #wrap-s-b523903f-fcce-428d-a41d-a3c8b69e8608 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b523903f-fcce-428d-a41d-a3c8b69e8608 {
  display: none;
}
#s-b523903f-fcce-428d-a41d-a3c8b69e8608, #wrap-s-b523903f-fcce-428d-a41d-a3c8b69e8608 { display:none !important; }}
#s-b523903f-fcce-428d-a41d-a3c8b69e8608 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 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(250, 199, 89, 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; }}
#s-8fd95400-b773-4c69-a153-87be58d12c33 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8fd95400-b773-4c69-a153-87be58d12c33 .shg-sld-nav-button.shg-sld-left,
#s-8fd95400-b773-4c69-a153-87be58d12c33 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

@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;
  line-height: ;
  letter-spacing: ;
}

#s-a5ec3797-a297-42c5-b425-21af967e8b77 {
  display: none;
}
#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 {
  text-align: center;
}


.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 {
  max-width: 100%;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom,
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 {
  max-width: 100%;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom,
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 {
  max-width: 100%;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom,
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 {
  max-width: 100%;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom,
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 {
  max-width: 100%;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom,
.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d5698eb-7f7c-4d21-bfe0-5f9e0e032912 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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-30bc5958-9bac-42b9-a799-67d1be6d5456 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-30bc5958-9bac-42b9-a799-67d1be6d5456 {
  display: none;
}
#s-30bc5958-9bac-42b9-a799-67d1be6d5456, #wrap-s-30bc5958-9bac-42b9-a799-67d1be6d5456 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30bc5958-9bac-42b9-a799-67d1be6d5456 {
  display: none;
}
#s-30bc5958-9bac-42b9-a799-67d1be6d5456, #wrap-s-30bc5958-9bac-42b9-a799-67d1be6d5456 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30bc5958-9bac-42b9-a799-67d1be6d5456 {
  display: none;
}
#s-30bc5958-9bac-42b9-a799-67d1be6d5456, #wrap-s-30bc5958-9bac-42b9-a799-67d1be6d5456 { display:none !important; }}







#s-30bc5958-9bac-42b9-a799-67d1be6d5456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30bc5958-9bac-42b9-a799-67d1be6d5456.shg-box.shg-c {
  justify-content: center;
}

#s-3f0e9272-406b-4a35-a934-a348274bb1ef {
  padding-bottom: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-3f0e9272-406b-4a35-a934-a348274bb1ef {
  display: none;
}
#s-3f0e9272-406b-4a35-a934-a348274bb1ef, #wrap-s-3f0e9272-406b-4a35-a934-a348274bb1ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f0e9272-406b-4a35-a934-a348274bb1ef {
  display: none;
}
#s-3f0e9272-406b-4a35-a934-a348274bb1ef, #wrap-s-3f0e9272-406b-4a35-a934-a348274bb1ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f0e9272-406b-4a35-a934-a348274bb1ef {
  display: none;
}
#s-3f0e9272-406b-4a35-a934-a348274bb1ef, #wrap-s-3f0e9272-406b-4a35-a934-a348274bb1ef { display:none !important; }}



  #s-3f0e9272-406b-4a35-a934-a348274bb1ef img.shogun-image {
    
    width: px;
  }


#s-3f0e9272-406b-4a35-a934-a348274bb1ef .shogun-image-content {
  
    align-items: center;
  
}

#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-f8466813-8937-4a2a-9dd5-e4a44d9ef71b {
  text-align: center;
}




  #s-f8466813-8937-4a2a-9dd5-e4a44d9ef71b img.shogun-image {
    
    width: px;
  }


#s-f8466813-8937-4a2a-9dd5-e4a44d9ef71b .shogun-image-content {
  
    align-items: center;
  
}

#s-efd0bd4c-313a-4ec4-91aa-316b75e41530 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-efd0bd4c-313a-4ec4-91aa-316b75e41530 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-efd0bd4c-313a-4ec4-91aa-316b75e41530 .shg-sld-nav-button.shg-sld-left,
#s-efd0bd4c-313a-4ec4-91aa-316b75e41530 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6af92776-beb9-4750-b4e8-3b042c0cfe52 {
  text-align: center;
}




  #s-6af92776-beb9-4750-b4e8-3b042c0cfe52 img.shogun-image {
    
    width: px;
  }


#s-6af92776-beb9-4750-b4e8-3b042c0cfe52 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dcc5bd7-fe5b-487e-b889-08ff935364a1 {
  text-align: center;
}




  #s-3dcc5bd7-fe5b-487e-b889-08ff935364a1 img.shogun-image {
    
    width: px;
  }


#s-3dcc5bd7-fe5b-487e-b889-08ff935364a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0dcff6e-cfb1-4a1b-8630-1b85f7bfda02 {
  text-align: center;
}




  #s-e0dcff6e-cfb1-4a1b-8630-1b85f7bfda02 img.shogun-image {
    
    width: px;
  }


#s-e0dcff6e-cfb1-4a1b-8630-1b85f7bfda02 .shogun-image-content {
  
    align-items: center;
  
}

#s-28d0bdf3-7abc-43dc-9663-dd9d7ad46449 {
  text-align: center;
}




  #s-28d0bdf3-7abc-43dc-9663-dd9d7ad46449 img.shogun-image {
    
    width: px;
  }


#s-28d0bdf3-7abc-43dc-9663-dd9d7ad46449 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c6e8509-2ba3-40e5-bce6-4902835032c4 {
  text-align: center;
}




  #s-2c6e8509-2ba3-40e5-bce6-4902835032c4 img.shogun-image {
    
    width: px;
  }


#s-2c6e8509-2ba3-40e5-bce6-4902835032c4 .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-88c82fdd-8c54-4a32-879f-d37dfd7f41d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88c82fdd-8c54-4a32-879f-d37dfd7f41d5 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-88c82fdd-8c54-4a32-879f-d37dfd7f41d5 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-ac77c591-19cc-4fb7-b491-d17b293aa292 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ac77c591-19cc-4fb7-b491-d17b293aa292 {
  display: none;
}
#s-ac77c591-19cc-4fb7-b491-d17b293aa292, #wrap-s-ac77c591-19cc-4fb7-b491-d17b293aa292 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac77c591-19cc-4fb7-b491-d17b293aa292 {
  display: none;
}
#s-ac77c591-19cc-4fb7-b491-d17b293aa292, #wrap-s-ac77c591-19cc-4fb7-b491-d17b293aa292 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac77c591-19cc-4fb7-b491-d17b293aa292 {
  display: none;
}
#s-ac77c591-19cc-4fb7-b491-d17b293aa292, #wrap-s-ac77c591-19cc-4fb7-b491-d17b293aa292 { display:none !important; }}
#s-ac77c591-19cc-4fb7-b491-d17b293aa292 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ac77c591-19cc-4fb7-b491-d17b293aa292 .shg-sld-nav-button.shg-sld-left,
#s-ac77c591-19cc-4fb7-b491-d17b293aa292 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-60b81e40-4f28-4c3b-b18b-23560100775e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9c9e9880-1e0e-4f28-9214-16dd334c937f {
  display: none;
}
#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 {
  text-align: center;
}


.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 {
  max-width: 100%;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom,
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 {
  max-width: 100%;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom,
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 {
  max-width: 100%;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom,
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 {
  max-width: 100%;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom,
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 {
  max-width: 100%;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom,
.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fae7c92e-74ac-45b8-aca6-35498d7daea1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-13b8dd8b-1cf6-4d29-afe9-6f7382782a99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13b8dd8b-1cf6-4d29-afe9-6f7382782a99 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2078177e-1fd3-42be-a566-7016bb5cde68 {
  display: none;
}
#s-97287d34-a93e-438f-92d8-5878929b8397 {
  text-align: center;
}


.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 {
  max-width: 100%;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom,
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 {
  max-width: 100%;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom,
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 {
  max-width: 100%;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom,
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 {
  max-width: 100%;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom,
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 {
  max-width: 100%;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom,
.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97287d34-a93e-438f-92d8-5878929b8397 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f599ae64-758e-4e13-8620-552e1bc591ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f599ae64-758e-4e13-8620-552e1bc591ab .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f22de901-c563-44d0-9a33-5d8538159c53 {
  display: none;
}
#s-e019219a-9a7f-4322-a621-7956d4ece6d2 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 {
  max-width: 100%;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom,
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 {
  max-width: 100%;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom,
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 {
  max-width: 100%;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom,
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 {
  max-width: 100%;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom,
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 {
  max-width: 100%;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom,
.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e019219a-9a7f-4322-a621-7956d4ece6d2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2c946572-c8d0-45e7-9cd8-9202049b672a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c946572-c8d0-45e7-9cd8-9202049b672a .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2d79e5ed-3793-44fb-a3bd-7c89446e1b92 {
  display: none;
}
#s-390042be-6a70-474b-9d9b-a31257daf2c5 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 {
  max-width: 100%;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom,
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 {
  max-width: 100%;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom,
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 {
  max-width: 100%;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom,
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 {
  max-width: 100%;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom,
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 {
  max-width: 100%;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom,
.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-390042be-6a70-474b-9d9b-a31257daf2c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-19379b16-fee8-4c13-94b2-376ccad2561d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19379b16-fee8-4c13-94b2-376ccad2561d .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ed48b6f7-1af6-48ef-b4a0-ee7e8e485771 {
  display: none;
}
#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e {
  max-width: 100%;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom,
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e {
  max-width: 100%;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom,
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e {
  max-width: 100%;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom,
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e {
  max-width: 100%;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom,
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e {
  max-width: 100%;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom,
.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-870cf4b0-016b-4f9f-ab73-981a240f2e2e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c601736a-e88d-4d92-b731-fe5878ea0112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c601736a-e88d-4d92-b731-fe5878ea0112 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a80145f6-c4eb-4bc7-97e3-3050ba5ea948 {
  display: none;
}
#s-aa35173c-0ebc-453c-a291-7a58b9534f10 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 {
  max-width: 100%;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom,
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 {
  max-width: 100%;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom,
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 {
  max-width: 100%;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom,
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 {
  max-width: 100%;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom,
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 {
  max-width: 100%;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom,
.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa35173c-0ebc-453c-a291-7a58b9534f10 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9ec9352a-27cc-48c6-ae3f-6f5c415adf6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ec9352a-27cc-48c6-ae3f-6f5c415adf6e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-61b1a904-44ee-4b30-aac5-0e2122d5e3cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-cd08ad86-f7b3-4144-8a4d-6491232e8f5d {
  display: none;
}
#s-73f3a206-c905-467e-8099-22a123a7f27e {
  text-align: center;
}


.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e {
  max-width: 100%;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom,
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e {
  max-width: 100%;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom,
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e {
  max-width: 100%;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom,
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e {
  max-width: 100%;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom,
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e {
  max-width: 100%;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom,
.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73f3a206-c905-467e-8099-22a123a7f27e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-286a8c9c-1b06-4c82-90aa-58a1374041b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-286a8c9c-1b06-4c82-90aa-58a1374041b1 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-25fb4b47-5ef3-490b-917a-76d202c0f547 {
  display: none;
}
#s-c036b682-8271-4622-8d85-a02fea4b48ee {
  text-align: center;
}


.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee {
  max-width: 100%;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom,
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee {
  max-width: 100%;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom,
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee {
  max-width: 100%;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom,
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee {
  max-width: 100%;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom,
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee {
  max-width: 100%;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom,
.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c036b682-8271-4622-8d85-a02fea4b48ee .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-da56a285-3ec2-4b28-8542-97b08905e8dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da56a285-3ec2-4b28-8542-97b08905e8dd .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2aa85a69-9af5-46d7-b27b-9e14e1ef88a0 {
  display: none;
}
#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 {
  max-width: 100%;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom,
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 {
  max-width: 100%;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom,
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 {
  max-width: 100%;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom,
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 {
  max-width: 100%;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom,
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 {
  max-width: 100%;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom,
.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9310c35-70b2-42cc-9e0f-8f3df504c282 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e01a298a-1fb5-4e9c-8d8f-201a60e4110e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e01a298a-1fb5-4e9c-8d8f-201a60e4110e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-071a5b89-e539-4ac2-8179-9839c4978162 {
  display: none;
}
#s-46371018-5871-40f5-8fa6-c97b6fc20ebb {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb {
  max-width: 100%;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom,
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb {
  max-width: 100%;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom,
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb {
  max-width: 100%;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom,
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb {
  max-width: 100%;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom,
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb {
  max-width: 100%;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom,
.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46371018-5871-40f5-8fa6-c97b6fc20ebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-001ac694-242d-4a84-a1fb-992af103f69c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-001ac694-242d-4a84-a1fb-992af103f69c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-35fbe6ad-51ef-42df-a61e-f1fbca3bce88 {
  display: none;
}
#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff {
  max-width: 100%;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom,
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff {
  max-width: 100%;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom,
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff {
  max-width: 100%;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom,
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff {
  max-width: 100%;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom,
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff {
  max-width: 100%;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom,
.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc970ea3-ab8c-4d4f-a752-db88e4bafdff .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-16bad47d-78ee-4f82-9619-02c94f73cca3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16bad47d-78ee-4f82-9619-02c94f73cca3 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8a6f1684-431f-4e7a-9b1c-8e9474aa827f {
  display: none;
}
#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 {
  max-width: 100%;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom,
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 {
  max-width: 100%;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom,
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 {
  max-width: 100%;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom,
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 {
  max-width: 100%;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom,
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 {
  max-width: 100%;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom,
.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9756fe8-28b1-4d3b-b23a-4fd618521cb2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e7dbfe74-4ab5-47d9-8099-c586b300a9ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7dbfe74-4ab5-47d9-8099-c586b300a9ff .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-01c9fa7a-10b7-4f9c-b8c6-eacee1cd7102 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01c9fa7a-10b7-4f9c-b8c6-eacee1cd7102 .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-01c9fa7a-10b7-4f9c-b8c6-eacee1cd7102 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-e44ee30d-14c3-4476-9108-3d6707482d14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e44ee30d-14c3-4476-9108-3d6707482d14 .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-e44ee30d-14c3-4476-9108-3d6707482d14 .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-a80b7ac0-bb25-4614-b24c-9a6a4bb42a6f {
  padding-top: 10px;
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(250, 199, 89, 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(250, 199, 89, 1);
}


#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; }}
#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 .shg-sld-nav-button.shg-sld-left,
#s-c1ca9c43-00d3-4c8e-8e91-7052ec60c237 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

@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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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;
  line-height: ;
  letter-spacing: ;
}

#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-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  display: none;
}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64, #wrap-s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  display: none;
}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64, #wrap-s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  display: none;
}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64, #wrap-s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 { display:none !important; }}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  display: none;
}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7, #wrap-s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  display: none;
}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7, #wrap-s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  display: none;
}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7, #wrap-s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 { display:none !important; }}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 .shg-sld-nav-button.shg-sld-left,
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4632f57c-0558-4dba-9c72-b55ecf8629a0 {
  display: none;
}
#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  text-align: center;
}


.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  max-width: 100%;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom,
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  max-width: 100%;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom,
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  max-width: 100%;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom,
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  max-width: 100%;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom,
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  max-width: 100%;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom,
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9afb6780-0fdb-4cdb-a50a-98155d6107e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9afb6780-0fdb-4cdb-a50a-98155d6107e7 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-142a94b1-5782-435b-9370-c236c59dd5bc {
  display: none;
}
#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  text-align: center;
}


.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  max-width: 100%;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom,
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  max-width: 100%;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom,
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  max-width: 100%;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom,
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  max-width: 100%;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom,
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  max-width: 100%;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom,
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b860f0fe-0a12-44cb-aef7-77b821398950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b860f0fe-0a12-44cb-aef7-77b821398950 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-76ce109a-388b-4e0c-98d0-e339679ec659 {
  display: none;
}
#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  max-width: 100%;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom,
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  max-width: 100%;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom,
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  max-width: 100%;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom,
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  max-width: 100%;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom,
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  max-width: 100%;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom,
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-33ca84b2-65ba-47bc-8c24-f9708e66284c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33ca84b2-65ba-47bc-8c24-f9708e66284c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f715aa05-6dd8-4a90-9810-41f13864d330 {
  display: none;
}
#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  max-width: 100%;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom,
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  max-width: 100%;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom,
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  max-width: 100%;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom,
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  max-width: 100%;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom,
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  max-width: 100%;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom,
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-801ba6b7-96f6-4554-851d-cd021ebc8873 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-801ba6b7-96f6-4554-851d-cd021ebc8873 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-174f4627-ffe5-48b0-909a-8795b080c3c8 {
  display: none;
}
#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  max-width: 100%;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom,
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  max-width: 100%;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom,
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  max-width: 100%;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom,
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  max-width: 100%;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom,
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  max-width: 100%;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom,
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-245c81cc-993b-44ed-9bbd-0b3109023f1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-245c81cc-993b-44ed-9bbd-0b3109023f1e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-af53c7d9-1b9b-4c62-9720-5bbeeabdf916 {
  display: none;
}
#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  max-width: 100%;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom,
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  max-width: 100%;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom,
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  max-width: 100%;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom,
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  max-width: 100%;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom,
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  max-width: 100%;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom,
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a0337977-9a71-4141-ab56-d5ef53b1a7a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0337977-9a71-4141-ab56-d5ef53b1a7a8 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-61b8175e-ae38-4b5f-8567-63d21ce732c2 {
  display: none;
}
#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  text-align: center;
}


.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  max-width: 100%;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom,
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  max-width: 100%;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom,
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  max-width: 100%;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom,
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  max-width: 100%;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom,
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  max-width: 100%;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom,
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a76cbc27-5b45-42c4-8e7a-6f6b6ce2b414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a76cbc27-5b45-42c4-8e7a-6f6b6ce2b414 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-370bbdca-b833-476a-84f6-05b65d591890 {
  display: none;
}
#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  text-align: center;
}


.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  max-width: 100%;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom,
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  max-width: 100%;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom,
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  max-width: 100%;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom,
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  max-width: 100%;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom,
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  max-width: 100%;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom,
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-471429df-3146-40d5-9339-de37a531a4d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-471429df-3146-40d5-9339-de37a531a4d8 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6b9ab602-658b-43c5-869d-d096b5ebd7b1 {
  display: none;
}
#s-1bcca197-07cb-458f-8830-d24105545754 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 {
  max-width: 100%;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom,
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 {
  max-width: 100%;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom,
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 {
  max-width: 100%;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom,
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 {
  max-width: 100%;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom,
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 {
  max-width: 100%;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom,
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2710682a-667d-4569-ae88-6c4703ed04fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2710682a-667d-4569-ae88-6c4703ed04fa .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-677d2203-a40f-411b-9105-20aefb0bc2c9 {
  display: none;
}
#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  max-width: 100%;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom,
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  max-width: 100%;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom,
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  max-width: 100%;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom,
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  max-width: 100%;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom,
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  max-width: 100%;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom,
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-249e0c9f-acf4-40c1-a710-eb3754a5baf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-249e0c9f-acf4-40c1-a710-eb3754a5baf1 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b12c8887-b76b-4675-b938-41d4a8b628d2 {
  display: none;
}
#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  max-width: 100%;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom,
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  max-width: 100%;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom,
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  max-width: 100%;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom,
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  max-width: 100%;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom,
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  max-width: 100%;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom,
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9c94d504-37bb-42c2-89d1-67d27063c66f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c94d504-37bb-42c2-89d1-67d27063c66f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-27863bea-0781-4334-87e7-e30e0932dfc8 {
  display: none;
}
#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  max-width: 100%;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom,
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  max-width: 100%;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom,
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  max-width: 100%;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom,
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  max-width: 100%;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom,
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  max-width: 100%;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom,
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-23ceacea-3e64-4e54-b27e-dfd0a16497fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23ceacea-3e64-4e54-b27e-dfd0a16497fd .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-09f6eda2-653a-47de-beb3-6a6b59637c67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09f6eda2-653a-47de-beb3-6a6b59637c67 .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-09f6eda2-653a-47de-beb3-6a6b59637c67 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-73edf526-5c01-49e0-8860-2c453b2da6a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73edf526-5c01-49e0-8860-2c453b2da6a1 .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-73edf526-5c01-49e0-8860-2c453b2da6a1 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  display: none;
}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c, #wrap-s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  display: none;
}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c, #wrap-s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c { display:none !important; }}@media (max-width: 767px){#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  display: none;
}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c, #wrap-s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c { display:none !important; }}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c .shogun-heading-component h1 {
  color: rgba(0, 2, 118, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 1);
}


#s-caf33062-c6d9-406d-9ac0-085299561142 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-caf33062-c6d9-406d-9ac0-085299561142 {
  display: none;
}
#s-caf33062-c6d9-406d-9ac0-085299561142, #wrap-s-caf33062-c6d9-406d-9ac0-085299561142 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caf33062-c6d9-406d-9ac0-085299561142 {
  display: none;
}
#s-caf33062-c6d9-406d-9ac0-085299561142, #wrap-s-caf33062-c6d9-406d-9ac0-085299561142 { display:none !important; }}@media (max-width: 767px){#s-caf33062-c6d9-406d-9ac0-085299561142 {
  display: none;
}
#s-caf33062-c6d9-406d-9ac0-085299561142, #wrap-s-caf33062-c6d9-406d-9ac0-085299561142 { display:none !important; }}
#s-caf33062-c6d9-406d-9ac0-085299561142 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-caf33062-c6d9-406d-9ac0-085299561142 .shg-sld-nav-button.shg-sld-left,
#s-caf33062-c6d9-406d-9ac0-085299561142 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8786fa9c-adb7-4152-ade7-84502df1b4f8 {
  display: none;
}
#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  text-align: center;
}


.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  max-width: 100%;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom,
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  max-width: 100%;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom,
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  max-width: 100%;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom,
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  max-width: 100%;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom,
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  max-width: 100%;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom,
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ca867ed5-a1b2-48f6-8110-11d7d02cfeec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca867ed5-a1b2-48f6-8110-11d7d02cfeec .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9befc822-9332-4664-96af-bfc91f7203a8 {
  display: none;
}
#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  text-align: center;
}


.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  max-width: 100%;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom,
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  max-width: 100%;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom,
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  max-width: 100%;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom,
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  max-width: 100%;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom,
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  max-width: 100%;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom,
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5e434452-5291-4fed-a33a-082bbd997c28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e434452-5291-4fed-a33a-082bbd997c28 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0b8d50bb-4bc9-4f8c-b743-536f4a679687 {
  display: none;
}
#s-64348377-6960-4e8e-a12b-47125af403cc {
  text-align: center;
}


.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc {
  max-width: 100%;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom,
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc {
  max-width: 100%;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom,
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc {
  max-width: 100%;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom,
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc {
  max-width: 100%;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom,
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc {
  max-width: 100%;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom,
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c841975a-8a3b-4cc3-91c8-26c16d9a6a4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c841975a-8a3b-4cc3-91c8-26c16d9a6a4c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6ae803b6-aaca-413b-b588-edf811432841 {
  display: none;
}
#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  text-align: left;
}


.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  max-width: 100%;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom,
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  max-width: 100%;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom,
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  max-width: 100%;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom,
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  max-width: 100%;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom,
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  max-width: 100%;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom,
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50970ce3-bb12-47ef-b3c0-60bbf30ab157 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50970ce3-bb12-47ef-b3c0-60bbf30ab157 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f640b7fa-6e18-466c-847d-aed8edd41917 {
  display: none;
}
#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  text-align: left;
}


.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  max-width: 100%;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom,
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  max-width: 100%;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom,
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  max-width: 100%;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom,
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  max-width: 100%;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom,
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  max-width: 100%;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom,
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-498aa727-2daa-4344-9a49-04b74897e3b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-498aa727-2daa-4344-9a49-04b74897e3b9 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d6acf900-6312-46e9-a60b-9b90140e7dec {
  display: none;
}
#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  text-align: left;
}


.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  max-width: 100%;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom,
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  max-width: 100%;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom,
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  max-width: 100%;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom,
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  max-width: 100%;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom,
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  max-width: 100%;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom,
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-628caa8d-5a34-4d06-9ac2-61fa83e68582 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-628caa8d-5a34-4d06-9ac2-61fa83e68582 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d8ad9371-e624-40c2-92db-6dceece2fc3b {
  min-height: 50px;
}








#s-d8ad9371-e624-40c2-92db-6dceece2fc3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ad9371-e624-40c2-92db-6dceece2fc3b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4264a91-73ba-4e3c-ac81-ae9a7cabcce1 {
  display: none;
}
#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  text-align: left;
}


.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  max-width: 100%;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom,
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  max-width: 100%;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom,
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  max-width: 100%;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom,
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  max-width: 100%;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom,
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  max-width: 100%;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom,
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9600843d-d1eb-4e90-802d-d348f4d47adb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9600843d-d1eb-4e90-802d-d348f4d47adb .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8ed901bc-6f9a-4b53-84e4-4865f2886e9e {
  display: none;
}
#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  text-align: left;
}


.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  max-width: 100%;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom,
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  max-width: 100%;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom,
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  max-width: 100%;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom,
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  max-width: 100%;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom,
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  max-width: 100%;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom,
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-78ee0ba4-99f3-4dd1-a1da-c0a56b58db26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ee0ba4-99f3-4dd1-a1da-c0a56b58db26 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-42a0808f-1aa7-45f7-a8f9-b2978f8b2bf1 {
  display: none;
}
#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  text-align: left;
}


.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  max-width: 100%;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom,
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  max-width: 100%;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom,
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  max-width: 100%;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom,
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  max-width: 100%;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom,
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  max-width: 100%;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom,
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d2b34ce4-5eab-4d9a-8c77-5440b5151b3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2b34ce4-5eab-4d9a-8c77-5440b5151b3a .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c39b7cd8-bd4e-438d-ad3f-31a9e83de248 {
  display: none;
}
#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  text-align: left;
}


.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  max-width: 100%;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom,
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  max-width: 100%;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom,
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  max-width: 100%;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom,
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  max-width: 100%;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom,
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  max-width: 100%;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom,
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-24aa5b94-f67e-49d6-8ffe-2c0b0131aff3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24aa5b94-f67e-49d6-8ffe-2c0b0131aff3 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5290b8d3-aa0e-4af2-bdca-6506b831cc65 {
  display: none;
}
#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  text-align: left;
}


.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  max-width: 100%;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom,
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  max-width: 100%;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom,
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  max-width: 100%;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom,
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  max-width: 100%;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom,
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  max-width: 100%;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom,
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d1e3e32-2504-4155-9fc3-37d1eedc7110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d1e3e32-2504-4155-9fc3-37d1eedc7110 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5b9e9a7b-d930-4eed-ab5b-2cf161b6133e {
  display: none;
}
#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  text-align: left;
}


.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  max-width: 100%;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom,
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  max-width: 100%;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom,
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  max-width: 100%;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom,
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  max-width: 100%;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom,
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  max-width: 100%;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom,
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f3003c2e-ccce-479b-99bf-e4366e2b98b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3003c2e-ccce-479b-99bf-e4366e2b98b2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b5ab3847-5e80-47db-86a1-5c61c4e973e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5ab3847-5e80-47db-86a1-5c61c4e973e1 .shogun-heading-component h1 {
  color: rgba(0, 2, 118, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b5ab3847-5e80-47db-86a1-5c61c4e973e1 .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 1);
}


#s-b63c11dd-3b49-4575-ad31-2eac7ff97b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b63c11dd-3b49-4575-ad31-2eac7ff97b02 .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-b63c11dd-3b49-4575-ad31-2eac7ff97b02 .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-90ec05fa-84df-4622-811d-c3109fa6d129 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-90ec05fa-84df-4622-811d-c3109fa6d129 .shg-sld-nav-button.shg-sld-left,
#s-90ec05fa-84df-4622-811d-c3109fa6d129 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-49e1b68e-94b3-460a-ae10-bfd3e406001b {
  text-align: center;
}




  #s-49e1b68e-94b3-460a-ae10-bfd3e406001b img.shogun-image {
    
    width: px;
  }


#s-49e1b68e-94b3-460a-ae10-bfd3e406001b .shogun-image-content {
  
    align-items: center;
  
}

#s-8348d6da-83b7-4485-b7b4-83155130ecbb {
  text-align: center;
}




  #s-8348d6da-83b7-4485-b7b4-83155130ecbb img.shogun-image {
    
    width: px;
  }


#s-8348d6da-83b7-4485-b7b4-83155130ecbb .shogun-image-content {
  
    align-items: center;
  
}

#s-ca1395b8-6a53-43ef-b127-e89970d52cc0 {
  text-align: center;
}




  #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 {
  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;
background-image: 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-e0ff5e29-e826-494e-a40e-e25da4ec4b99 {
  margin-top: 0px;
margin-left: 150px;
margin-bottom: 30px;
margin-right: 150px;
padding-top: 8px;
padding-bottom: 8px;
min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 {
  display: none;
}
#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99, #wrap-s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 { display:none !important; }}@media (max-width: 767px){#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 {
  display: none;
}
#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99, #wrap-s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 { display:none !important; }}







#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99.shg-box.shg-c {
  justify-content: center;
}

#s-244df69a-4e16-4ea2-b7a0-1bdb647afe60 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-99828b28-99c0-4a94-af95-e009c21152cb {
  min-height: 30px;
}








#s-99828b28-99c0-4a94-af95-e009c21152cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99828b28-99c0-4a94-af95-e009c21152cb.shg-box.shg-c {
  justify-content: center;
}

#s-d613d81e-0914-47fd-ad23-3cb059cecbd4 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-d613d81e-0914-47fd-ad23-3cb059cecbd4 .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d613d81e-0914-47fd-ad23-3cb059cecbd4 .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-9062aeee-da63-49c5-b39f-bbd4f066eabf {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(225, 225, 225, 1);
min-height: 30px;
}








#s-9062aeee-da63-49c5-b39f-bbd4f066eabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9062aeee-da63-49c5-b39f-bbd4f066eabf.shg-box.shg-c {
  justify-content: center;
}

#s-b050c5dd-44c7-47ba-bfb6-5d373fca3c3f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-b050c5dd-44c7-47ba-bfb6-5d373fca3c3f .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b050c5dd-44c7-47ba-bfb6-5d373fca3c3f .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-5d6da981-9fdc-44e8-a6f1-118cdbaf8a07 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(225, 225, 225, 1);
min-height: 30px;
}








#s-5d6da981-9fdc-44e8-a6f1-118cdbaf8a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d6da981-9fdc-44e8-a6f1-118cdbaf8a07.shg-box.shg-c {
  justify-content: center;
}

#s-6b80368e-1279-44b8-8c79-9fa98c41cb93 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-6b80368e-1279-44b8-8c79-9fa98c41cb93 .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6b80368e-1279-44b8-8c79-9fa98c41cb93 .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-9181761d-b160-4191-8293-eddc4e71c529 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(225, 225, 225, 1);
min-height: 30px;
}








#s-9181761d-b160-4191-8293-eddc4e71c529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9181761d-b160-4191-8293-eddc4e71c529.shg-box.shg-c {
  justify-content: center;
}

#s-59e15ef3-f498-428b-a9ea-788f7b6ed339 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-59e15ef3-f498-428b-a9ea-788f7b6ed339 .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-59e15ef3-f498-428b-a9ea-788f7b6ed339 .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#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-14ae201c-b9fa-4440-b49f-248ec684bff1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14ae201c-b9fa-4440-b49f-248ec684bff1 {
  display: none;
}
#s-14ae201c-b9fa-4440-b49f-248ec684bff1, #wrap-s-14ae201c-b9fa-4440-b49f-248ec684bff1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14ae201c-b9fa-4440-b49f-248ec684bff1 {
  display: none;
}
#s-14ae201c-b9fa-4440-b49f-248ec684bff1, #wrap-s-14ae201c-b9fa-4440-b49f-248ec684bff1 { display:none !important; }}







#s-14ae201c-b9fa-4440-b49f-248ec684bff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ae201c-b9fa-4440-b49f-248ec684bff1.shg-box.shg-c {
  justify-content: center;
}

#s-fdefdb15-d56a-48e4-9a7b-db2205776655 {
  text-align: center;
}
@media (min-width: 1200px){#s-fdefdb15-d56a-48e4-9a7b-db2205776655 {
  display: none;
}
#s-fdefdb15-d56a-48e4-9a7b-db2205776655, #wrap-s-fdefdb15-d56a-48e4-9a7b-db2205776655 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdefdb15-d56a-48e4-9a7b-db2205776655 {
  display: none;
}
#s-fdefdb15-d56a-48e4-9a7b-db2205776655, #wrap-s-fdefdb15-d56a-48e4-9a7b-db2205776655 { display:none !important; }}



  #s-fdefdb15-d56a-48e4-9a7b-db2205776655 img.shogun-image {
    
    width: px;
  }


#s-fdefdb15-d56a-48e4-9a7b-db2205776655 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 {
  display: none;
}
#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6, #wrap-s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 { display:none !important; }}@media (max-width: 767px){#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 {
  display: none;
}
#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6, #wrap-s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 { display:none !important; }}
#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-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-b03cf78a-bd10-4900-8139-b424b8ac57a7 {
  min-height: 50px;
}








#s-b03cf78a-bd10-4900-8139-b424b8ac57a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b03cf78a-bd10-4900-8139-b424b8ac57a7.shg-box.shg-c {
  justify-content: center;
}

#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; }}
#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 .shg-sld-nav-button.shg-sld-left,
#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(0, 2, 118, 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(0, 2, 118, 1);
}


#s-f3bfc1ab-11e0-4b27-b934-36f02185a823 {
  min-height: 50px;
}








#s-f3bfc1ab-11e0-4b27-b934-36f02185a823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3bfc1ab-11e0-4b27-b934-36f02185a823.shg-box.shg-c {
  justify-content: center;
}

#s-f55c9447-63fa-43ab-85e3-30e002147ed4 {
  padding-bottom: 50px;
text-align: center;
}




  #s-f55c9447-63fa-43ab-85e3-30e002147ed4 img.shogun-image {
    
    width: px;
  }


#s-f55c9447-63fa-43ab-85e3-30e002147ed4 .shogun-image-content {
  
    align-items: 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-c1008e77-f0f3-4c77-9056-080f7b670192 {
  min-height: 50px;
}








#s-c1008e77-f0f3-4c77-9056-080f7b670192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1008e77-f0f3-4c77-9056-080f7b670192.shg-box.shg-c {
  justify-content: center;
}

#s-5630c383-b0ae-43e0-b328-cd775f46cb75 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5630c383-b0ae-43e0-b328-cd775f46cb75 {
  display: none;
}
#s-5630c383-b0ae-43e0-b328-cd775f46cb75, #wrap-s-5630c383-b0ae-43e0-b328-cd775f46cb75 { display:none !important; }}@media (max-width: 767px){#s-5630c383-b0ae-43e0-b328-cd775f46cb75 {
  display: none;
}
#s-5630c383-b0ae-43e0-b328-cd775f46cb75, #wrap-s-5630c383-b0ae-43e0-b328-cd775f46cb75 { display:none !important; }}



  #s-5630c383-b0ae-43e0-b328-cd775f46cb75 img.shogun-image {
    
    width: px;
  }


#s-5630c383-b0ae-43e0-b328-cd775f46cb75 .shogun-image-content {
  
    align-items: center;
  
}

#s-b62314b1-689c-4c1c-a6a3-ea5e9a069bf0 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b62314b1-689c-4c1c-a6a3-ea5e9a069bf0 .shogun-heading-component h6 {
  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-b62314b1-689c-4c1c-a6a3-ea5e9a069bf0 .shogun-heading-component h6 a {
  color: rgba(0, 0, 0, 1);
}


#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c {
  display: none;
}
#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c, #wrap-s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c { display:none !important; }}@media (max-width: 767px){#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c {
  display: none;
}
#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c, #wrap-s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c { display:none !important; }}
#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c .shg-sld-nav-button.shg-sld-left,
#s-f1f2406c-6f47-4865-ae3e-e56a4b5a7c4c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-1530ba0a-86c4-4e39-b5de-ddf6e9984e18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-b95dc26d-e6a8-46d1-bd1e-ccd6072b6cff {
  display: none;
}
#s-104cab7e-d24c-4416-b78a-ac5db2e99316 {
  text-align: center;
}


.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 {
  max-width: 100%;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom,
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 {
  max-width: 100%;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom,
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 {
  max-width: 100%;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom,
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 {
  max-width: 100%;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom,
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 {
  max-width: 100%;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom,
.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-104cab7e-d24c-4416-b78a-ac5db2e99316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-eb038c37-7029-497f-848d-54770aecd013 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb038c37-7029-497f-848d-54770aecd013 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6165242a-fddf-4355-8b15-4944688e4f79 {
  display: none;
}
#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b {
  text-align: center;
}


.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b {
  max-width: 100%;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom,
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b {
  max-width: 100%;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom,
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b {
  max-width: 100%;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom,
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b {
  max-width: 100%;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom,
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b {
  max-width: 100%;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom,
.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8042a4ae-1f3a-400a-aa7b-022a6e02953b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e2db3f2d-80ff-4dea-8e32-56762f2ef33e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2db3f2d-80ff-4dea-8e32-56762f2ef33e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-921e7c0e-5475-4482-964e-876ffaa4c445 {
  display: none;
}
#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 {
  text-align: center;
}


.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 {
  max-width: 100%;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom,
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 {
  max-width: 100%;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom,
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 {
  max-width: 100%;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom,
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 {
  max-width: 100%;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom,
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 {
  max-width: 100%;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom,
.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b619d19f-39a9-45d1-bc8d-31e69bd26864 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cde41161-7711-4f31-8809-f5335716aaa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cde41161-7711-4f31-8809-f5335716aaa9 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ea86e1c9-50f3-40c1-b96d-072a41baa6be {
  display: none;
}
#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 {
  text-align: center;
}


.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 {
  max-width: 100%;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom,
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 {
  max-width: 100%;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom,
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 {
  max-width: 100%;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom,
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 {
  max-width: 100%;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom,
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 {
  max-width: 100%;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom,
.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb4dcc18-3b43-4756-8be8-91d689cd6b28 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5e705614-26c5-4cc4-9d68-7ac08e125893 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e705614-26c5-4cc4-9d68-7ac08e125893 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-556e19f6-df75-47dc-a462-6b74dfcf4ab4 {
  display: none;
}
#s-5fffb8f8-1274-48f7-9106-e607ceea7095 {
  text-align: center;
}


.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 {
  max-width: 100%;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom,
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 {
  max-width: 100%;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom,
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 {
  max-width: 100%;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom,
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 {
  max-width: 100%;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom,
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 {
  max-width: 100%;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom,
.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fffb8f8-1274-48f7-9106-e607ceea7095 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-df95d07e-a2ec-44f0-96b7-27923a0380cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df95d07e-a2ec-44f0-96b7-27923a0380cb .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-27260c5c-c03b-4327-b0fb-bdc9b0f2f958 {
  display: none;
}
#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 {
  text-align: center;
}


.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 {
  max-width: 100%;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom,
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 {
  max-width: 100%;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom,
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 {
  max-width: 100%;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom,
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 {
  max-width: 100%;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom,
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 {
  max-width: 100%;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom,
.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9df67dee-9411-4b31-bf0f-1830f59f92b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e368d2d0-6d94-42fb-b0da-64fa3198eb67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e368d2d0-6d94-42fb-b0da-64fa3198eb67 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bf2ce3da-9aa9-4e13-b8f9-cbcf95bfd761"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-08fe3055-4440-4085-ab61-8a0d754575ea {
  display: none;
}
#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 {
  text-align: center;
}


.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 {
  max-width: 100%;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom,
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 {
  max-width: 100%;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom,
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 {
  max-width: 100%;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom,
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 {
  max-width: 100%;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom,
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 {
  max-width: 100%;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom,
.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f7102af-3373-48b1-bf9a-90dd6fc38965 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8e427542-33c1-42cc-a8a3-9275f1054b80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e427542-33c1-42cc-a8a3-9275f1054b80 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b935adac-6d01-49cb-be53-26cad3cd209a {
  display: none;
}
#s-0757e491-8745-4581-902c-d14d128a0a2b {
  text-align: center;
}


.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b {
  max-width: 100%;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom,
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b {
  max-width: 100%;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom,
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b {
  max-width: 100%;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom,
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b {
  max-width: 100%;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom,
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b {
  max-width: 100%;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom,
.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0757e491-8745-4581-902c-d14d128a0a2b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8a5f3f16-d9cd-4c91-a754-f7e66e9c023f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a5f3f16-d9cd-4c91-a754-f7e66e9c023f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2764ff28-7b4c-40e8-a03e-af587e5a2ed0 {
  display: none;
}
#s-48bbc3cc-e61b-4a32-b124-f667413312bb {
  text-align: center;
}


.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb {
  max-width: 100%;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom,
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb {
  max-width: 100%;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom,
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb {
  max-width: 100%;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom,
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb {
  max-width: 100%;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom,
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb {
  max-width: 100%;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom,
.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-48bbc3cc-e61b-4a32-b124-f667413312bb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0bb73442-9c2c-47d8-8966-a5afea268b07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bb73442-9c2c-47d8-8966-a5afea268b07 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f03f3452-ae88-4c8e-9803-725752be7d7b {
  display: none;
}
#s-2479d371-ba09-43fb-8496-e0b4249d31a9 {
  text-align: center;
}


.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 {
  max-width: 100%;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom,
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 {
  max-width: 100%;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom,
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 {
  max-width: 100%;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom,
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 {
  max-width: 100%;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom,
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 {
  max-width: 100%;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom,
.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2479d371-ba09-43fb-8496-e0b4249d31a9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-22de7703-7965-421d-a8b8-72cfae5be620 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22de7703-7965-421d-a8b8-72cfae5be620 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6d6b9804-12f6-4b0b-92bb-34fd16972d1c {
  display: none;
}
#s-0ea15399-2525-430f-88ff-ea5d2b40297a {
  text-align: center;
}


.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a {
  max-width: 100%;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom,
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a {
  max-width: 100%;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom,
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a {
  max-width: 100%;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom,
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a {
  max-width: 100%;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom,
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a {
  max-width: 100%;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom,
.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ea15399-2525-430f-88ff-ea5d2b40297a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e6e884c9-6eca-4670-abac-45c163faba0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6e884c9-6eca-4670-abac-45c163faba0e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a12b44e8-60ea-4985-b8fc-dfcfaf9e85b6 {
  display: none;
}
#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 {
  text-align: center;
}


.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 {
  max-width: 100%;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom,
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 {
  max-width: 100%;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom,
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 {
  max-width: 100%;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom,
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 {
  max-width: 100%;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom,
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 {
  max-width: 100%;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom,
.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b636cc1-24a0-4d8a-afd0-435932d935e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-02702d2c-a669-4c10-92c0-6d5b3c9158e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02702d2c-a669-4c10-92c0-6d5b3c9158e3 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-03131f85-4666-4744-82e3-3b64a8c7b374 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03131f85-4666-4744-82e3-3b64a8c7b374 .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-03131f85-4666-4744-82e3-3b64a8c7b374 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-76c2aa7e-8d51-4298-be9d-6ac2dbcde680 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76c2aa7e-8d51-4298-be9d-6ac2dbcde680 .shogun-heading-component h1 {
  color: rgba(0, 2, 118, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-76c2aa7e-8d51-4298-be9d-6ac2dbcde680 .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 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-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-cb7b25f9-f984-47c3-b7d6-fb393c4c08dc {
  margin-top: 50px;
padding-top: 10px;
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-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; }}
#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 .shg-sld-nav-button.shg-sld-left,
#s-1c3a661a-0eae-4f6c-82ec-a25a846afb26 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#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-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(0, 2, 118, 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(0, 2, 118, 1);
}


#s-3d50fd57-526c-4cf0-ab8c-3068bc396304 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d50fd57-526c-4cf0-ab8c-3068bc396304 {
  display: none;
}
#s-3d50fd57-526c-4cf0-ab8c-3068bc396304, #wrap-s-3d50fd57-526c-4cf0-ab8c-3068bc396304 { display:none !important; }}@media (max-width: 767px){#s-3d50fd57-526c-4cf0-ab8c-3068bc396304 {
  display: none;
}
#s-3d50fd57-526c-4cf0-ab8c-3068bc396304, #wrap-s-3d50fd57-526c-4cf0-ab8c-3068bc396304 { display:none !important; }}



  #s-3d50fd57-526c-4cf0-ab8c-3068bc396304 img.shogun-image {
    
    width: px;
  }


#s-3d50fd57-526c-4cf0-ab8c-3068bc396304 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d {
  display: none;
}
#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d, #wrap-s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d { display:none !important; }}@media (max-width: 767px){#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d {
  display: none;
}
#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d, #wrap-s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d { display:none !important; }}







#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d.shg-box.shg-c {
  justify-content: center;
}

#s-e7fa2ae6-5780-4b44-8a26-6785db18ddca {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7fa2ae6-5780-4b44-8a26-6785db18ddca .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-e7fa2ae6-5780-4b44-8a26-6785db18ddca .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-0b5b1d2d-ddc5-45f9-8905-6c1fc4ae5654 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0b5b1d2d-ddc5-45f9-8905-6c1fc4ae5654 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0b5b1d2d-ddc5-45f9-8905-6c1fc4ae5654 .shg-sld-nav-button.shg-sld-left,
#s-0b5b1d2d-ddc5-45f9-8905-6c1fc4ae5654 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-5c4cfb4b-5f4b-4226-a788-136b8ea1797b {
  display: none;
}
#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  text-align: center;
}


.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  max-width: 100%;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom,
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  max-width: 100%;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom,
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  max-width: 100%;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom,
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  max-width: 100%;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom,
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  max-width: 100%;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom,
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c2193d08-b913-4ec7-b7c6-b3ea9348553d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2193d08-b913-4ec7-b7c6-b3ea9348553d .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-446eba82-b3da-4af6-bf14-1ae133e51450 {
  display: none;
}
#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  text-align: center;
}


.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  max-width: 100%;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom,
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  max-width: 100%;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom,
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  max-width: 100%;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom,
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  max-width: 100%;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom,
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  max-width: 100%;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom,
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-545af529-ca0c-4a43-a68e-d61ec3ee07fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545af529-ca0c-4a43-a68e-d61ec3ee07fe .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fd0bf6de-b2d2-46eb-843a-a0645bd11899 {
  display: none;
}
#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  text-align: center;
}


.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  max-width: 100%;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom,
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  max-width: 100%;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom,
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  max-width: 100%;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom,
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  max-width: 100%;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom,
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  max-width: 100%;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom,
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-17123ef6-487d-43a4-9c18-7d9c69d04221 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17123ef6-487d-43a4-9c18-7d9c69d04221 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d22ed21d-2814-41d9-8b01-5ee1590f7626 {
  display: none;
}
#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  text-align: center;
}


.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  max-width: 100%;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom,
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  max-width: 100%;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom,
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  max-width: 100%;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom,
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  max-width: 100%;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom,
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  max-width: 100%;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom,
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5bb05103-05a5-4a9d-b847-749fcd74497d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bb05103-05a5-4a9d-b847-749fcd74497d .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e1d956ea-4b91-418c-b4c2-3c0136799857 {
  display: none;
}
#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  text-align: center;
}


.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  max-width: 100%;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom,
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  max-width: 100%;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom,
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  max-width: 100%;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom,
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  max-width: 100%;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom,
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  max-width: 100%;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom,
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a538a8f2-99f9-49b2-a8e4-40f3e9ad4acf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a538a8f2-99f9-49b2-a8e4-40f3e9ad4acf .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5d6dc404-a3eb-4b83-887d-9da431de155d {
  display: none;
}
#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  text-align: center;
}


.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  max-width: 100%;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom,
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  max-width: 100%;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom,
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  max-width: 100%;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom,
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  max-width: 100%;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom,
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  max-width: 100%;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom,
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bc61d9e0-da38-489e-b94c-c35673513053 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc61d9e0-da38-489e-b94c-c35673513053 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-54c5166f-930d-4e7a-b7d6-60b900abb773 {
  display: none;
}
#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  text-align: center;
}


.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  max-width: 100%;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom,
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  max-width: 100%;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom,
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  max-width: 100%;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom,
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  max-width: 100%;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom,
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  max-width: 100%;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom,
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-875ff3e6-9f0d-4c85-8392-1b89309d725f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-875ff3e6-9f0d-4c85-8392-1b89309d725f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a44f21fa-bf83-41f3-92bb-0ce54a8b0f89 {
  display: none;
}
#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  text-align: center;
}


.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  max-width: 100%;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom,
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  max-width: 100%;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom,
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  max-width: 100%;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom,
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  max-width: 100%;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom,
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  max-width: 100%;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom,
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5ab7e2d9-4087-433a-bb06-8f7e7308eeb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ab7e2d9-4087-433a-bb06-8f7e7308eeb3 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9ffef3c6-cc66-45d0-bcc2-2fb3e88759be {
  display: none;
}
#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  text-align: center;
}


.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  max-width: 100%;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom,
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  max-width: 100%;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom,
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  max-width: 100%;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom,
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  max-width: 100%;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom,
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  max-width: 100%;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom,
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f29ea9d3-eaa7-473c-ac65-8420d2a8f16b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f29ea9d3-eaa7-473c-ac65-8420d2a8f16b .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-52d5c7c1-71ab-4af2-b73e-a1f740a3fae8 {
  display: none;
}
#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  text-align: center;
}


.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  max-width: 100%;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom,
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  max-width: 100%;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom,
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  max-width: 100%;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom,
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  max-width: 100%;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom,
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  max-width: 100%;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom,
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b83d3f1d-f164-4d21-a79e-d08f9d2cdb9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b83d3f1d-f164-4d21-a79e-d08f9d2cdb9b .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-522195c9-b437-4e0d-a5c8-0b94b52cb004 {
  display: none;
}
#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  text-align: center;
}


.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  max-width: 100%;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom,
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  max-width: 100%;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom,
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  max-width: 100%;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom,
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  max-width: 100%;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom,
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  max-width: 100%;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom,
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5dee7a45-3bc0-410c-b2b8-706cc0c2d3e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dee7a45-3bc0-410c-b2b8-706cc0c2d3e2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d84ed3b5-7337-4700-8d3b-859c2d466d97 {
  display: none;
}
#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  text-align: center;
}


.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  max-width: 100%;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom,
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  max-width: 100%;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom,
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  max-width: 100%;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom,
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  max-width: 100%;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom,
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  max-width: 100%;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom,
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d36f1293-ea0f-4132-9aab-af964838e298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d36f1293-ea0f-4132-9aab-af964838e298 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-46ebf6eb-8a5a-45b1-86d3-0eaca5b90ab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46ebf6eb-8a5a-45b1-86d3-0eaca5b90ab7 .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-46ebf6eb-8a5a-45b1-86d3-0eaca5b90ab7 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-657e579c-cccf-42f5-a171-729e51424b9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-657e579c-cccf-42f5-a171-729e51424b9f .shogun-heading-component h1 {
  color: rgba(0, 2, 118, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-657e579c-cccf-42f5-a171-729e51424b9f .shogun-heading-component h1 a {
  color: rgba(0, 2, 118, 1);
}


#s-ea5727b7-4bf4-454d-9f8d-c4772f9c7b98 {
  min-height: 50px;
}








#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-3322f5c0-8360-46ab-b350-7772b6f45232 {
  min-height: 50px;
}








#s-3322f5c0-8360-46ab-b350-7772b6f45232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3322f5c0-8360-46ab-b350-7772b6f45232.shg-box.shg-c {
  justify-content: center;
}

#s-897f52bd-cca1-41a6-9c99-f14df1f5369d {
  text-align: center;
}




  #s-897f52bd-cca1-41a6-9c99-f14df1f5369d img.shogun-image {
    
    width: px;
  }


#s-897f52bd-cca1-41a6-9c99-f14df1f5369d .shogun-image-content {
  
    align-items: center;
  
}

#s-f66ad61a-c4c3-4f2d-97dc-b380cf867bb4 {
  min-height: 50px;
}








#s-f66ad61a-c4c3-4f2d-97dc-b380cf867bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66ad61a-c4c3-4f2d-97dc-b380cf867bb4.shg-box.shg-c {
  justify-content: center;
}

#s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d {
  padding-top: 0px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d {
  display: none;
}
#s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d, #wrap-s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d { display:none !important; }}@media (max-width: 767px){#s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d {
  display: none;
}
#s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d, #wrap-s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d { display:none !important; }}
#s-4cbeb92e-b747-44b1-aaee-4fc6eefc806d hr {
  border: 0;
  width: 100%;
  border-top: 10px solid rgba(255, 255, 255, 1);
}

#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea {
  text-align: center;
}
@media (min-width: 1200px){#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea {
  display: none;
}
#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea, #wrap-s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea {
  display: none;
}
#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea, #wrap-s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea { display:none !important; }}@media (max-width: 767px){#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea {
  display: none;
}
#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea, #wrap-s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea { display:none !important; }}



  #s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea img.shogun-image {
    
    width: px;
  }


#s-c63ec991-f9a6-44b0-a81d-da01a1ffc8ea .shogun-image-content {
  
    align-items: center;
  
}

#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 {
  text-align: center;
}
@media (min-width: 1200px){#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 {
  display: none;
}
#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3, #wrap-s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 {
  display: none;
}
#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3, #wrap-s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 {
  display: none;
}
#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3, #wrap-s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 { display:none !important; }}



  #s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 img.shogun-image {
    
    width: px;
  }


#s-e0ded50e-f730-4dc9-92f6-935b199d7fb3 .shogun-image-content {
  
    align-items: center;
  
}

#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-45d07055-bd68-480b-bebe-63fd0995ddae .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-45d07055-bd68-480b-bebe-63fd0995ddae .shg-sld-nav-button.shg-sld-left,
#s-45d07055-bd68-480b-bebe-63fd0995ddae .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#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-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb .shg-sld-nav-button.shg-sld-left,
#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#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 > .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 > .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 > .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 > .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: rgba(0, 2, 118, 1);
  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: rgba(0, 2, 118, 1);
}


/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}