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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d1dd8a6b-7a71-486e-9327-377e647f41bd {
  padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-91f407c4-4769-444a-a947-2cf86efd3a57 {
  text-align: center;
}




  #s-91f407c4-4769-444a-a947-2cf86efd3a57 img.shogun-image {
    
    width: px;
  }


#s-91f407c4-4769-444a-a947-2cf86efd3a57 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn.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-ed3ed311-5238-4340-9d5e-1123f58b96be {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ed3ed311-5238-4340-9d5e-1123f58b96be:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(243, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ed3ed311-5238-4340-9d5e-1123f58b96be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed3ed311-5238-4340-9d5e-1123f58b96be-btn-wrapper {
    text-align: center;
  }


#s-ed3ed311-5238-4340-9d5e-1123f58b96be.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-9ba288ef-dddd-4028-901d-1fc61526c0ac {
  text-align: center;
}




  #s-9ba288ef-dddd-4028-901d-1fc61526c0ac img.shogun-image {
    
    width: px;
  }


#s-9ba288ef-dddd-4028-901d-1fc61526c0ac .shogun-image-content {
  
    align-items: center;
  
}

#s-2982f5a9-5373-4c12-97f6-306c5bcf01a0 {
  text-align: center;
}




  #s-2982f5a9-5373-4c12-97f6-306c5bcf01a0 img.shogun-image {
    
    width: px;
  }


#s-2982f5a9-5373-4c12-97f6-306c5bcf01a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ad4f98-21a7-4872-b74e-8e6ffec69ce6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-74ad4f98-21a7-4872-b74e-8e6ffec69ce6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(243, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-74ad4f98-21a7-4872-b74e-8e6ffec69ce6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74ad4f98-21a7-4872-b74e-8e6ffec69ce6-btn-wrapper {
    text-align: center;
  }


#s-74ad4f98-21a7-4872-b74e-8e6ffec69ce6.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-d723ba09-2a6a-4e58-b20f-5d32461e46ed {
  text-align: center;
}




  #s-d723ba09-2a6a-4e58-b20f-5d32461e46ed img.shogun-image {
    
    width: px;
  }


#s-d723ba09-2a6a-4e58-b20f-5d32461e46ed .shogun-image-content {
  
    align-items: center;
  
}

#s-9d304ce4-188d-4957-8c47-9821286dc0e4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9d304ce4-188d-4957-8c47-9821286dc0e4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(243, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9d304ce4-188d-4957-8c47-9821286dc0e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d304ce4-188d-4957-8c47-9821286dc0e4-btn-wrapper {
    text-align: center;
  }


#s-9d304ce4-188d-4957-8c47-9821286dc0e4.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-f29a2d40-4446-43bc-8ef6-bcddd2691d84 {
  text-align: center;
}




  #s-f29a2d40-4446-43bc-8ef6-bcddd2691d84 img.shogun-image {
    
    width: px;
  }


#s-f29a2d40-4446-43bc-8ef6-bcddd2691d84 .shogun-image-content {
  
    align-items: center;
  
}

#s-b96e5f5b-670d-4759-a8ae-dc8d7fcadcf0 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b96e5f5b-670d-4759-a8ae-dc8d7fcadcf0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(243, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b96e5f5b-670d-4759-a8ae-dc8d7fcadcf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b96e5f5b-670d-4759-a8ae-dc8d7fcadcf0-btn-wrapper {
    text-align: center;
  }


#s-b96e5f5b-670d-4759-a8ae-dc8d7fcadcf0.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-2bebb7c1-df3f-42d4-bd42-3cb43e6c5c44 {
  text-align: center;
opacity: 1;
}




  #s-2bebb7c1-df3f-42d4-bd42-3cb43e6c5c44 img.shogun-image {
    
    width: px;
  }


#s-2bebb7c1-df3f-42d4-bd42-3cb43e6c5c44 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d87705c-e33d-4628-b05b-aa843648cd76 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4d87705c-e33d-4628-b05b-aa843648cd76:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(243, 9, 9, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4d87705c-e33d-4628-b05b-aa843648cd76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d87705c-e33d-4628-b05b-aa843648cd76-btn-wrapper {
    text-align: center;
  }


#s-4d87705c-e33d-4628-b05b-aa843648cd76.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-5c935984-4fc8-4cbd-8cb4-290c09078b2e {
  text-align: center;
}




  #s-5c935984-4fc8-4cbd-8cb4-290c09078b2e img.shogun-image {
    
    width: px;
  }


#s-5c935984-4fc8-4cbd-8cb4-290c09078b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-81cb4bff-dc50-4a3a-a525-025bc416d71d {
  text-align: center;
}




  #s-81cb4bff-dc50-4a3a-a525-025bc416d71d img.shogun-image {
    
    width: px;
  }


#s-81cb4bff-dc50-4a3a-a525-025bc416d71d .shogun-image-content {
  
    align-items: center;
  
}

#s-4ee885d6-4c83-4d27-898a-e781e692af6d {
  text-align: center;
}




  #s-4ee885d6-4c83-4d27-898a-e781e692af6d img.shogun-image {
    
    width: px;
  }


#s-4ee885d6-4c83-4d27-898a-e781e692af6d .shogun-image-content {
  
    align-items: center;
  
}

#s-56ee4588-289a-48e4-8faf-3989718564da {
  text-align: center;
}




  #s-56ee4588-289a-48e4-8faf-3989718564da img.shogun-image {
    
    width: px;
  }


#s-56ee4588-289a-48e4-8faf-3989718564da .shogun-image-content {
  
    align-items: center;
  
}

#s-e155a158-02cf-4be3-8af3-aec973ab9bf6 {
  text-align: center;
}




  #s-e155a158-02cf-4be3-8af3-aec973ab9bf6 img.shogun-image {
    
    width: px;
  }


#s-e155a158-02cf-4be3-8af3-aec973ab9bf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f35ae03-148b-404d-b657-6970651636b2 {
  text-align: center;
}




  #s-7f35ae03-148b-404d-b657-6970651636b2 img.shogun-image {
    
    width: px;
  }


#s-7f35ae03-148b-404d-b657-6970651636b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b12734f-ed66-4597-841c-68ed8cf37692 {
  text-align: center;
}




  #s-1b12734f-ed66-4597-841c-68ed8cf37692 img.shogun-image {
    
    width: px;
  }


#s-1b12734f-ed66-4597-841c-68ed8cf37692 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd70ad55-11f2-42c1-8780-426c006d5441 {
  text-align: center;
}




  #s-fd70ad55-11f2-42c1-8780-426c006d5441 img.shogun-image {
    
    width: px;
  }


#s-fd70ad55-11f2-42c1-8780-426c006d5441 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a9a982-41ac-4338-9cea-b7df367464d1 {
  text-align: center;
}





#s-02a9a982-41ac-4338-9cea-b7df367464d1 .shogun-image-content {
  
    align-items: 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-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab6ee7fd-77a8-4cac-8f92-92ed398fc9e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-53e2f270-ff0f-44bc-ae26-188ed069155a {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.02);
}

#s-53e2f270-ff0f-44bc-ae26-188ed069155a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}


#s-53e2f270-ff0f-44bc-ae26-188ed069155a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-1d2808a0-0ba6-418b-a1c4-5628c2729377 {
  margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1d2808a0-0ba6-418b-a1c4-5628c2729377 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}



#s-733311aa-80ce-470e-b248-f638c7158fc3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
hover-type: color;
}
#s-733311aa-80ce-470e-b248-f638c7158fc3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(6, 6, 6, 0.99) !important;
text-decoration: none !important;
hover-type: color !important;}#s-733311aa-80ce-470e-b248-f638c7158fc3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-733311aa-80ce-470e-b248-f638c7158fc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

.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-f24af2ca-d1b9-4741-ae34-e0ca57b6856b {
  padding-left: 60px;
padding-right: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f24af2ca-d1b9-4741-ae34-e0ca57b6856b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f24af2ca-d1b9-4741-ae34-e0ca57b6856b.shg-box.shg-c {
  justify-content: center;
}

#s-7b290419-cd0c-4393-b798-e3c03bdc3362 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7b290419-cd0c-4393-b798-e3c03bdc3362 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-997b6f57-0db7-4727-8e8c-56253af3dc42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b42d795b-ba74-4ebc-88d1-63f5097dfea2 {
  text-align: center;
}




  #s-b42d795b-ba74-4ebc-88d1-63f5097dfea2 img.shogun-image {
    
    width: px;
  }


#s-b42d795b-ba74-4ebc-88d1-63f5097dfea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-39def1e2-6626-41d6-9601-23f6042190d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39def1e2-6626-41d6-9601-23f6042190d7 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-85b723e1-34cc-4c3f-abe6-712e1131d5cc {
  text-align: center;
}




  #s-85b723e1-34cc-4c3f-abe6-712e1131d5cc img.shogun-image {
    
    width: px;
  }


#s-85b723e1-34cc-4c3f-abe6-712e1131d5cc .shogun-image-content {
  
    align-items: center;
  
}

#s-54d0b567-5bfb-4d3b-9002-5d0a933bffe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54d0b567-5bfb-4d3b-9002-5d0a933bffe2 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8d30fcfb-a9a5-4172-bed2-4282edd43293 {
  text-align: center;
}




  #s-8d30fcfb-a9a5-4172-bed2-4282edd43293 img.shogun-image {
    
    width: px;
  }


#s-8d30fcfb-a9a5-4172-bed2-4282edd43293 .shogun-image-content {
  
    align-items: center;
  
}

#s-2610f9a0-3af8-410a-b868-07a60ffb9813 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2610f9a0-3af8-410a-b868-07a60ffb9813 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-b62ba392-cc30-4598-9a4b-47e357844791 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b62ba392-cc30-4598-9a4b-47e357844791"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-55fd467e-9595-4057-9526-eeccddd8e020 {
  text-align: center;
}




  #s-55fd467e-9595-4057-9526-eeccddd8e020 img.shogun-image {
    
    width: px;
  }


#s-55fd467e-9595-4057-9526-eeccddd8e020 .shogun-image-content {
  
    align-items: center;
  
}

#s-476db2bf-d169-4ebe-9ffa-d8dd6c343227 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-476db2bf-d169-4ebe-9ffa-d8dd6c343227 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-b4885c68-5211-47db-a70d-668cfa1ea37c {
  text-align: center;
}




  #s-b4885c68-5211-47db-a70d-668cfa1ea37c img.shogun-image {
    
    width: px;
  }


#s-b4885c68-5211-47db-a70d-668cfa1ea37c .shogun-image-content {
  
    align-items: center;
  
}

#s-4ffff2eb-bee5-4068-bd5a-23152b83065f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ffff2eb-bee5-4068-bd5a-23152b83065f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ce4964e7-4ec2-4359-9cce-d6e0656509b8 {
  text-align: center;
}




  #s-ce4964e7-4ec2-4359-9cce-d6e0656509b8 img.shogun-image {
    
    width: px;
  }


#s-ce4964e7-4ec2-4359-9cce-d6e0656509b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe9888f9-d3cc-4b54-accf-e7081b13c353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe9888f9-d3cc-4b54-accf-e7081b13c353 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab05ea1c-e8db-49d2-9653-4cfecd4cadfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4ff75e1f-bf27-4a66-bac5-031334d3ec12 {
  text-align: center;
}




  #s-4ff75e1f-bf27-4a66-bac5-031334d3ec12 img.shogun-image {
    
    width: px;
  }


#s-4ff75e1f-bf27-4a66-bac5-031334d3ec12 .shogun-image-content {
  
    align-items: center;
  
}

#s-66311026-e609-4ca6-ab7c-a52be762efb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66311026-e609-4ca6-ab7c-a52be762efb2 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-a68546ee-623b-4125-83c9-7623f0c3f0f5 {
  text-align: center;
}




  #s-a68546ee-623b-4125-83c9-7623f0c3f0f5 img.shogun-image {
    
    width: px;
  }


#s-a68546ee-623b-4125-83c9-7623f0c3f0f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dc134a2-f0d3-4328-bfa4-8fde950a1f1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dc134a2-f0d3-4328-bfa4-8fde950a1f1d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-caca2c1b-eea2-4d3d-9b04-7278854e2f5f {
  text-align: center;
}




  #s-caca2c1b-eea2-4d3d-9b04-7278854e2f5f img.shogun-image {
    
    width: px;
  }


#s-caca2c1b-eea2-4d3d-9b04-7278854e2f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-8c4d174b-c35b-4c08-a4bb-91442f2bfd76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c4d174b-c35b-4c08-a4bb-91442f2bfd76 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-3ec3910f-cf3c-40ba-9078-d72de1f0d38b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 5px;
}
#s-3ec3910f-cf3c-40ba-9078-d72de1f0d38b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ec3910f-cf3c-40ba-9078-d72de1f0d38b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ec3910f-cf3c-40ba-9078-d72de1f0d38b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1faa34c4-8e6c-4719-8ba1-087e5ffffc23 {
  padding-left: 60px;
padding-right: 60px;
min-height: 50px;
}








#s-1faa34c4-8e6c-4719-8ba1-087e5ffffc23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1faa34c4-8e6c-4719-8ba1-087e5ffffc23.shg-box.shg-c {
  justify-content: center;
}

#s-fff193e2-b110-4125-b4d7-42cb9bf4e7ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fff193e2-b110-4125-b4d7-42cb9bf4e7ee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs {
  justify-content: center;
}


  #s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-786127d8-c8e7-4ffc-bbb5-e6ae1cfd10af .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1304c890-c954-4383-aa77-d9cb77d570fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-016491d3-0e68-403e-ae7b-5aff96070c5d {
  min-height: 50px;
}








#s-016491d3-0e68-403e-ae7b-5aff96070c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-016491d3-0e68-403e-ae7b-5aff96070c5d.shg-box.shg-c {
  justify-content: center;
}

#s-8dfc950a-e528-4be7-b73a-52caf7167272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8dfc950a-e528-4be7-b73a-52caf7167272 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: left;
}



.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-74c5f5ac-e960-4fdc-9410-0972ec9663cd {
  text-align: center;
}




  #s-74c5f5ac-e960-4fdc-9410-0972ec9663cd img.shogun-image {
    
    width: px;
  }


#s-74c5f5ac-e960-4fdc-9410-0972ec9663cd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e58357b1-673a-4810-9f15-844fe05f59d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74856f5c-647f-42c7-8fe4-1d628a696c21 {
  min-height: 50px;
}








#s-74856f5c-647f-42c7-8fe4-1d628a696c21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74856f5c-647f-42c7-8fe4-1d628a696c21.shg-box.shg-c {
  justify-content: center;
}

#s-3469a716-4ab1-401a-976e-d15e35182adb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3469a716-4ab1-401a-976e-d15e35182adb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: left;
}



#s-be238124-d9e6-4774-b2a5-aedb0e9d8c57 {
  text-align: center;
}




  #s-be238124-d9e6-4774-b2a5-aedb0e9d8c57 img.shogun-image {
    
    width: px;
  }


#s-be238124-d9e6-4774-b2a5-aedb0e9d8c57 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eae40542-5947-4268-bc66-e8156c814c89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f6f50149-c858-4037-9e22-2ad852a8ede6 {
  min-height: 50px;
}








#s-f6f50149-c858-4037-9e22-2ad852a8ede6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6f50149-c858-4037-9e22-2ad852a8ede6.shg-box.shg-c {
  justify-content: center;
}

#s-984d7db9-6519-4ee5-b9c2-caab9890d896 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-984d7db9-6519-4ee5-b9c2-caab9890d896 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: left;
}



#s-c46dd208-3c88-4e89-b669-e1f125c48dbc {
  text-align: center;
}




  #s-c46dd208-3c88-4e89-b669-e1f125c48dbc img.shogun-image {
    
    width: px;
  }


#s-c46dd208-3c88-4e89-b669-e1f125c48dbc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0a2325c-3c27-436a-9b9a-d1f982d77bd7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8fceb326-1d33-44c2-a8e5-04062bf576c6 {
  min-height: 50px;
}








#s-8fceb326-1d33-44c2-a8e5-04062bf576c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fceb326-1d33-44c2-a8e5-04062bf576c6.shg-box.shg-c {
  justify-content: center;
}

#s-c4ff0675-0110-4c24-92bc-a227f0ccaa93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4ff0675-0110-4c24-92bc-a227f0ccaa93 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: left;
}



#s-b0d10563-3787-4fcd-9000-19537a648ef2 {
  text-align: center;
}




  #s-b0d10563-3787-4fcd-9000-19537a648ef2 img.shogun-image {
    
    width: px;
  }


#s-b0d10563-3787-4fcd-9000-19537a648ef2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9348e86-d591-4f39-b78d-97ec3cbc6227"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb215fdd-5a8d-4227-b980-aaf1ead6ff08 {
  min-height: 50px;
}








#s-bb215fdd-5a8d-4227-b980-aaf1ead6ff08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb215fdd-5a8d-4227-b980-aaf1ead6ff08.shg-box.shg-c {
  justify-content: center;
}

#s-6bc1cd28-e5c1-4efd-8144-27e3cb39d5d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6bc1cd28-e5c1-4efd-8144-27e3cb39d5d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: left;
}



#s-a5177bff-207a-48e3-8fff-7515c1a64cbb {
  text-align: center;
}




  #s-a5177bff-207a-48e3-8fff-7515c1a64cbb img.shogun-image {
    
    width: px;
  }


#s-a5177bff-207a-48e3-8fff-7515c1a64cbb .shogun-image-content {
  
    align-items: center;
  
}

#s-e5476e66-817c-4e76-a3eb-5f240f2eea15 {
  min-height: 50px;
}








#s-e5476e66-817c-4e76-a3eb-5f240f2eea15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5476e66-817c-4e76-a3eb-5f240f2eea15.shg-box.shg-c {
  justify-content: center;
}

#s-db092067-d17a-42b1-a909-7e129b1feec2 {
  text-align: center;
}




  #s-db092067-d17a-42b1-a909-7e129b1feec2 img.shogun-image {
    
    width: px;
  }


#s-db092067-d17a-42b1-a909-7e129b1feec2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd7df4d3-8d64-497d-82be-0c855c9c6eef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2565aa6-3f58-4069-8824-3bea88919e9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2565aa6-3f58-4069-8824-3bea88919e9c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: left;
}



#s-9f14fd48-1ac3-48ed-86de-f0b2a471d38c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f14fd48-1ac3-48ed-86de-f0b2a471d38c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: left;
}



#s-98dcdc5e-a357-4f9e-b463-c4ec64f1c031 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 220, 221, 1);
text-align: left;
text-decoration: none;
letter-spacing: 5px;
line-height: 2em;
color: rgba(0, 0, 0, 1);
}
#s-98dcdc5e-a357-4f9e-b463-c4ec64f1c031:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-98dcdc5e-a357-4f9e-b463-c4ec64f1c031:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-98dcdc5e-a357-4f9e-b463-c4ec64f1c031-btn-wrapper {
    text-align: left;
  }


#s-98dcdc5e-a357-4f9e-b463-c4ec64f1c031.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d4c399f-95fa-47a3-9b75-9bd7c8be46f8 {
  padding-left: 60px;
padding-right: 60px;
min-height: 50px;
}








#s-6d4c399f-95fa-47a3-9b75-9bd7c8be46f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d4c399f-95fa-47a3-9b75-9bd7c8be46f8.shg-box.shg-c {
  justify-content: center;
}

#s-97032897-b396-45c8-ba85-539f5be3dcf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97032897-b396-45c8-ba85-539f5be3dcf7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-a826d3ad-9a42-45d7-a006-283b50dbe868"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-e771f879-b053-4435-9741-fdf044cdf0f7 {
  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-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 {
  text-align: center;
}


.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 {
  max-width: 100%;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom,
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 {
  max-width: 100%;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom,
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 {
  max-width: 100%;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom,
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 {
  max-width: 100%;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom,
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 {
  max-width: 100%;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .shg-image-zoom,
.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-e35e2623-9c26-40ae-93a4-f2b49eeef5a8 .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-cf6f97ce-f001-4ce8-89cd-0257d9c2239b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf6f97ce-f001-4ce8-89cd-0257d9c2239b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 220, 221, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30de6818-fdb1-42f7-b6d0-78395a6ad9ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-534fa1f0-d21b-484a-973f-aae531b09e0f {
  display: none;
}
#s-067c60e5-0630-40d0-b150-3bf8586d54dd {
  text-align: center;
}


.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd {
  max-width: 100%;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom,
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd {
  max-width: 100%;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom,
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd {
  max-width: 100%;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom,
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd {
  max-width: 100%;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom,
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd {
  max-width: 100%;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom,
.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-067c60e5-0630-40d0-b150-3bf8586d54dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5d8e2b02-9259-4b59-8534-e2818248f474 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d8e2b02-9259-4b59-8534-e2818248f474 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1826934b-0bd3-4a47-afb0-e755a5a0705b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 220, 221, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1826934b-0bd3-4a47-afb0-e755a5a0705b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1826934b-0bd3-4a47-afb0-e755a5a0705b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-1826934b-0bd3-4a47-afb0-e755a5a0705b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1826934b-0bd3-4a47-afb0-e755a5a0705b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1826934b-0bd3-4a47-afb0-e755a5a0705b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1826934b-0bd3-4a47-afb0-e755a5a0705b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4263a553-31f4-4d17-b076-86234468df23 {
  display: none;
}
#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 {
  text-align: center;
}


.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 {
  max-width: 100%;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom,
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 {
  max-width: 100%;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom,
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 {
  max-width: 100%;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom,
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 {
  max-width: 100%;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom,
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 {
  max-width: 100%;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom,
.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-c9903ce6-ef54-4b2e-8f43-d76daef6dc54 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4dbe2e59-3388-46d7-8032-31df583c384e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dbe2e59-3388-46d7-8032-31df583c384e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 220, 221, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ff825a4-0ddd-4602-8aaf-a9fbf553ba96.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e4c51ab2-e9f1-4b1b-a5d0-d9118114cfe8 {
  display: none;
}
#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 {
  text-align: center;
}


.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 {
  max-width: 100%;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom,
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 {
  max-width: 100%;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom,
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 {
  max-width: 100%;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom,
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 {
  max-width: 100%;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom,
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 {
  max-width: 100%;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom,
.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-fd1eb93d-f10b-4729-aec5-3fc6d5418b89 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f5ff8937-991c-4e87-bc1b-d0535e481233 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5ff8937-991c-4e87-bc1b-d0535e481233 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1cbfba5e-8653-41f4-a3f2-249636b14909 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 220, 221, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1cbfba5e-8653-41f4-a3f2-249636b14909:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1cbfba5e-8653-41f4-a3f2-249636b14909:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-1cbfba5e-8653-41f4-a3f2-249636b14909 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1cbfba5e-8653-41f4-a3f2-249636b14909.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cbfba5e-8653-41f4-a3f2-249636b14909.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1cbfba5e-8653-41f4-a3f2-249636b14909.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f95f9532-eb1c-4001-afa6-c4f21a5f8b78 {
  display: none;
}
#s-08080293-45d0-4da5-9781-08d2bbca0e48 {
  text-align: center;
}


.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 {
  max-width: 100%;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom,
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 {
  max-width: 100%;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom,
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 {
  max-width: 100%;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom,
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 {
  max-width: 100%;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom,
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 {
  max-width: 100%;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom,
.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 img.shogun-image {
  max-width: 100% !important;
  min-height:  !important;
}

.shg-c#s-08080293-45d0-4da5-9781-08d2bbca0e48 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2a2a7888-362d-4d04-99da-62221499f4aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a2a7888-362d-4d04-99da-62221499f4aa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 220, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(246, 220, 221, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b05734ae-76f8-4738-8a2f-ac94e05de9b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-183c4034-6f11-41bf-8d91-5e527c468a22 {
  min-height: 50px;
}








#s-183c4034-6f11-41bf-8d91-5e527c468a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-183c4034-6f11-41bf-8d91-5e527c468a22.shg-box.shg-c {
  justify-content: center;
}

#s-5df8342d-2249-4ed7-9034-087dbc61dd79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5df8342d-2249-4ed7-9034-087dbc61dd79 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-8e7ba049-9f16-4b24-9b95-360468d28ece {
  min-height: 50px;
}








#s-8e7ba049-9f16-4b24-9b95-360468d28ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e7ba049-9f16-4b24-9b95-360468d28ece.shg-box.shg-c {
  justify-content: center;
}

#s-69355da4-29de-4188-9302-b87cc1665e96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69355da4-29de-4188-9302-b87cc1665e96 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1fbd263c-0ba6-474e-be30-c2300ebf11e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b575aafb-ee3f-4f58-bde4-b20e02752bc0 {
  text-align: center;
}




  #s-b575aafb-ee3f-4f58-bde4-b20e02752bc0 img.shogun-image {
    
    width: px;
  }


#s-b575aafb-ee3f-4f58-bde4-b20e02752bc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-381e77c1-9b95-41dc-bca5-8386d115c71a {
  text-align: center;
}




  #s-381e77c1-9b95-41dc-bca5-8386d115c71a img.shogun-image {
    
    width: px;
  }


#s-381e77c1-9b95-41dc-bca5-8386d115c71a .shogun-image-content {
  
    align-items: center;
  
}

#s-13774daf-ae92-4212-a934-b5b44b59f374 {
  text-align: center;
}




  #s-13774daf-ae92-4212-a934-b5b44b59f374 img.shogun-image {
    
    width: px;
  }


#s-13774daf-ae92-4212-a934-b5b44b59f374 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c4c9b3e-a280-4f7f-bd30-f60d7287386c {
  text-align: center;
}




  #s-6c4c9b3e-a280-4f7f-bd30-f60d7287386c img.shogun-image {
    
    width: px;
  }


#s-6c4c9b3e-a280-4f7f-bd30-f60d7287386c .shogun-image-content {
  
    align-items: center;
  
}

#s-0af2b0b1-2ada-4b16-b318-4af5098c02ab {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0af2b0b1-2ada-4b16-b318-4af5098c02ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0af2b0b1-2ada-4b16-b318-4af5098c02ab.shg-box.shg-c {
  justify-content: center;
}

#s-660691d6-6946-4160-bb18-c6188c021121 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-660691d6-6946-4160-bb18-c6188c021121 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-225bc725-b1dd-46c9-9fe3-77b11859e5f1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-225bc725-b1dd-46c9-9fe3-77b11859e5f1 {
  display: none;
}
#s-225bc725-b1dd-46c9-9fe3-77b11859e5f1, #wrap-s-225bc725-b1dd-46c9-9fe3-77b11859e5f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31bd0118-f506-4e2d-8e1a-969fe226eab8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7b04fa39-b9a7-4e23-af7c-b1fc0cbd05bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-7b04fa39-b9a7-4e23-af7c-b1fc0cbd05bb img.shogun-image {
    
    width: px;
  }


#s-7b04fa39-b9a7-4e23-af7c-b1fc0cbd05bb .shogun-image-content {
  
    align-items: center;
  
}

#s-433ff6e9-2bb7-445f-85f9-752957a31c40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-433ff6e9-2bb7-445f-85f9-752957a31c40 img.shogun-image {
    
    width: px;
  }


#s-433ff6e9-2bb7-445f-85f9-752957a31c40 .shogun-image-content {
  
    align-items: center;
  
}

#s-1124030e-06d0-4108-8c28-d5cf118a9330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-1124030e-06d0-4108-8c28-d5cf118a9330 img.shogun-image {
    
    width: px;
  }


#s-1124030e-06d0-4108-8c28-d5cf118a9330 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1a16866-d9b1-4f38-9ba2-07592d986843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-c1a16866-d9b1-4f38-9ba2-07592d986843 img.shogun-image {
    
    width: px;
  }


#s-c1a16866-d9b1-4f38-9ba2-07592d986843 .shogun-image-content {
  
    align-items: center;
  
}

#s-62fe6859-5234-4045-9c2b-f87ece0cb741 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-62fe6859-5234-4045-9c2b-f87ece0cb741 img.shogun-image {
    
    width: px;
  }


#s-62fe6859-5234-4045-9c2b-f87ece0cb741 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-47e4d8df-f003-4232-81fd-bc4aa1537e0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-25eae4a7-afc8-41fc-9b1d-44f055240548 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-25eae4a7-afc8-41fc-9b1d-44f055240548 img.shogun-image {
    
    width: px;
  }


#s-25eae4a7-afc8-41fc-9b1d-44f055240548 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d66e9e8-9083-40d9-8d5b-cab12e25db9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-4d66e9e8-9083-40d9-8d5b-cab12e25db9d img.shogun-image {
    
    width: px;
  }


#s-4d66e9e8-9083-40d9-8d5b-cab12e25db9d .shogun-image-content {
  
    align-items: center;
  
}

#s-41f80d81-8d16-4a05-99e4-5eece52adf4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-41f80d81-8d16-4a05-99e4-5eece52adf4a img.shogun-image {
    
    width: px;
  }


#s-41f80d81-8d16-4a05-99e4-5eece52adf4a .shogun-image-content {
  
    align-items: center;
  
}

#s-d2726673-89d2-46b3-a1d8-d427e4ecdaca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-d2726673-89d2-46b3-a1d8-d427e4ecdaca img.shogun-image {
    
    width: px;
  }


#s-d2726673-89d2-46b3-a1d8-d427e4ecdaca .shogun-image-content {
  
    align-items: center;
  
}

#s-62feca6b-b313-4246-8eee-f16897e9d604 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-62feca6b-b313-4246-8eee-f16897e9d604 img.shogun-image {
    
    width: px;
  }


#s-62feca6b-b313-4246-8eee-f16897e9d604 .shogun-image-content {
  
    align-items: center;
  
}

#s-612a029e-d0c3-4401-9d4a-5cf46de9d524 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-612a029e-d0c3-4401-9d4a-5cf46de9d524 {
  display: none;
}
#s-612a029e-d0c3-4401-9d4a-5cf46de9d524, #wrap-s-612a029e-d0c3-4401-9d4a-5cf46de9d524 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-612a029e-d0c3-4401-9d4a-5cf46de9d524 {
  display: none;
}
#s-612a029e-d0c3-4401-9d4a-5cf46de9d524, #wrap-s-612a029e-d0c3-4401-9d4a-5cf46de9d524 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-612a029e-d0c3-4401-9d4a-5cf46de9d524 {
  display: none;
}
#s-612a029e-d0c3-4401-9d4a-5cf46de9d524, #wrap-s-612a029e-d0c3-4401-9d4a-5cf46de9d524 { display:none !important; }}
#s-49b24360-05b4-49f5-8fb9-bd056e339c6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-49b24360-05b4-49f5-8fb9-bd056e339c6d img.shogun-image {
    
    width: px;
  }


#s-49b24360-05b4-49f5-8fb9-bd056e339c6d .shogun-image-content {
  
    align-items: center;
  
}

#s-10a3195e-82db-4056-8379-54f83ff6d678 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-10a3195e-82db-4056-8379-54f83ff6d678 img.shogun-image {
    
    width: px;
  }


#s-10a3195e-82db-4056-8379-54f83ff6d678 .shogun-image-content {
  
    align-items: center;
  
}

#s-709842c0-6e41-4fb6-9fab-3b0ff9441a76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-709842c0-6e41-4fb6-9fab-3b0ff9441a76 img.shogun-image {
    
    width: px;
  }


#s-709842c0-6e41-4fb6-9fab-3b0ff9441a76 .shogun-image-content {
  
    align-items: center;
  
}

#s-0250e835-4156-4ca2-b2d6-50670b473b95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-0250e835-4156-4ca2-b2d6-50670b473b95 img.shogun-image {
    
    width: px;
  }


#s-0250e835-4156-4ca2-b2d6-50670b473b95 .shogun-image-content {
  
    align-items: center;
  
}

#s-754f13c5-2abc-4f67-9ece-e9b1cd0150eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-754f13c5-2abc-4f67-9ece-e9b1cd0150eb img.shogun-image {
    
    width: px;
  }


#s-754f13c5-2abc-4f67-9ece-e9b1cd0150eb .shogun-image-content {
  
    align-items: center;
  
}

#s-a01d5c4e-8345-456b-bb3e-36567da687e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-a01d5c4e-8345-456b-bb3e-36567da687e3 img.shogun-image {
    
    width: px;
  }


#s-a01d5c4e-8345-456b-bb3e-36567da687e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a545cd37-1099-4c17-91f2-5f0e1e7971ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-a545cd37-1099-4c17-91f2-5f0e1e7971ec img.shogun-image {
    
    width: px;
  }


#s-a545cd37-1099-4c17-91f2-5f0e1e7971ec .shogun-image-content {
  
    align-items: center;
  
}

#s-ed5fefe5-1f41-478e-9387-8e1cbe346701 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-ed5fefe5-1f41-478e-9387-8e1cbe346701 img.shogun-image {
    
    width: px;
  }


#s-ed5fefe5-1f41-478e-9387-8e1cbe346701 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d2febd8-f5cf-4bfa-8bd5-8f30dc5fd056 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-6d2febd8-f5cf-4bfa-8bd5-8f30dc5fd056 img.shogun-image {
    
    width: px;
  }


#s-6d2febd8-f5cf-4bfa-8bd5-8f30dc5fd056 .shogun-image-content {
  
    align-items: center;
  
}

#s-388f6dae-6206-48e8-adab-74a5f8ca8443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-388f6dae-6206-48e8-adab-74a5f8ca8443 img.shogun-image {
    
    width: px;
  }


#s-388f6dae-6206-48e8-adab-74a5f8ca8443 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cf42a17-b388-4ee4-b48e-e0388728ec5d {
  background-color: rgba(250, 237, 238, 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;
  }
}

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