.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  display: none;
}
#s-44c609bc-07df-416d-8cf5-7e33b998b654, #wrap-s-44c609bc-07df-416d-8cf5-7e33b998b654 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  display: none;
}
#s-44c609bc-07df-416d-8cf5-7e33b998b654, #wrap-s-44c609bc-07df-416d-8cf5-7e33b998b654 { display:none !important; }}@media (max-width: 767px){#s-44c609bc-07df-416d-8cf5-7e33b998b654 {
  display: none;
}
#s-44c609bc-07df-416d-8cf5-7e33b998b654, #wrap-s-44c609bc-07df-416d-8cf5-7e33b998b654 { display:none !important; }}
#s-44c609bc-07df-416d-8cf5-7e33b998b654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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


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

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




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


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

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




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


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

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




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


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

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




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


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

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




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


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

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




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


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

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




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


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

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




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


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

#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  display: none;
}
#s-94d0c8ec-5551-485b-8163-cd0c452394e2, #wrap-s-94d0c8ec-5551-485b-8163-cd0c452394e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  display: none;
}
#s-94d0c8ec-5551-485b-8163-cd0c452394e2, #wrap-s-94d0c8ec-5551-485b-8163-cd0c452394e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94d0c8ec-5551-485b-8163-cd0c452394e2 {
  display: none;
}
#s-94d0c8ec-5551-485b-8163-cd0c452394e2, #wrap-s-94d0c8ec-5551-485b-8163-cd0c452394e2 { display:none !important; }}
#s-b9bbe495-52da-49e1-bc42-b30921e29836 {
  text-align: center;
}




  #s-b9bbe495-52da-49e1-bc42-b30921e29836 img.shogun-image {
    
    width: px;
  }


#s-b9bbe495-52da-49e1-bc42-b30921e29836 .shogun-image-content {
  
    align-items: center;
  
}

#s-43b0fb25-f62f-4d96-9a86-00518473e252 {
  text-align: center;
}




  #s-43b0fb25-f62f-4d96-9a86-00518473e252 img.shogun-image {
    
    width: px;
  }


#s-43b0fb25-f62f-4d96-9a86-00518473e252 .shogun-image-content {
  
    align-items: center;
  
}

#s-0352eeb1-5f50-4782-a91f-83100fbbe84e {
  text-align: center;
}




  #s-0352eeb1-5f50-4782-a91f-83100fbbe84e img.shogun-image {
    
    width: px;
  }


#s-0352eeb1-5f50-4782-a91f-83100fbbe84e .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b03934-6e59-478b-84cc-0e7481e1be7b {
  text-align: center;
}




  #s-e1b03934-6e59-478b-84cc-0e7481e1be7b img.shogun-image {
    
    width: px;
  }


#s-e1b03934-6e59-478b-84cc-0e7481e1be7b .shogun-image-content {
  
    align-items: center;
  
}

#s-2e91a6cb-470e-44e3-ae08-cec09554e701 {
  text-align: center;
}




  #s-2e91a6cb-470e-44e3-ae08-cec09554e701 img.shogun-image {
    
    width: px;
  }


#s-2e91a6cb-470e-44e3-ae08-cec09554e701 .shogun-image-content {
  
    align-items: center;
  
}

#s-23667a02-c9db-47ec-9262-51089f8b2a40 {
  text-align: center;
}




  #s-23667a02-c9db-47ec-9262-51089f8b2a40 img.shogun-image {
    
    width: px;
  }


#s-23667a02-c9db-47ec-9262-51089f8b2a40 .shogun-image-content {
  
    align-items: center;
  
}

#s-48162ea0-e187-4223-b8bb-4dae74730e44 {
  text-align: center;
}




  #s-48162ea0-e187-4223-b8bb-4dae74730e44 img.shogun-image {
    
    width: px;
  }


#s-48162ea0-e187-4223-b8bb-4dae74730e44 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a0ec2d-e477-4e47-a108-fa9bed16b396 {
  text-align: center;
}




  #s-f0a0ec2d-e477-4e47-a108-fa9bed16b396 img.shogun-image {
    
    width: px;
  }


#s-f0a0ec2d-e477-4e47-a108-fa9bed16b396 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8329265-58fd-4a6d-a0f1-72fe53228228 {
  text-align: center;
}




  #s-a8329265-58fd-4a6d-a0f1-72fe53228228 img.shogun-image {
    
    width: px;
  }


#s-a8329265-58fd-4a6d-a0f1-72fe53228228 .shogun-image-content {
  
    align-items: center;
  
}

#s-45fe4932-9504-4bce-940d-105124020821 {
  min-height: 50px;
}

#s-45fe4932-9504-4bce-940d-105124020821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-85290915-2485-4294-a55d-28e60f8540ff {
  text-align: center;
}




  #s-85290915-2485-4294-a55d-28e60f8540ff img.shogun-image {
    
    width: px;
  }


#s-85290915-2485-4294-a55d-28e60f8540ff .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  display: none;
}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64, #wrap-s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  display: none;
}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64, #wrap-s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 {
  display: none;
}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64, #wrap-s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 { display:none !important; }}
#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


#s-eba8adcf-c43a-4266-b3bc-91f7fcbfee64 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  display: none;
}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7, #wrap-s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  display: none;
}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7, #wrap-s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 {
  display: none;
}
#s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7, #wrap-s-2f5c00b5-ecae-4860-a475-bf0c2005b9d7 { display:none !important; }}
.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-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-20c5445f-5ce6-4086-923c-dbdd072750ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4632f57c-0558-4dba-9c72-b55ecf8629a0 {
  display: none;
}
.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-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  text-align: center;
}


.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f {
  max-width: 100%;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f .shg-image-zoom,
.shg-c#s-8b13a1d5-b23c-47aa-a0b7-a7e862fc614f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



.shg-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-9afb6780-0fdb-4cdb-a50a-98155d6107e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9afb6780-0fdb-4cdb-a50a-98155d6107e7 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-142a94b1-5782-435b-9370-c236c59dd5bc {
  display: none;
}
#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  text-align: center;
}


.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 {
  max-width: 100%;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 .shg-image-zoom,
.shg-c#s-3d8439a3-9206-46c9-9b2d-54aef52a9106 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-b860f0fe-0a12-44cb-aef7-77b821398950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b860f0fe-0a12-44cb-aef7-77b821398950 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-76ce109a-388b-4e0c-98d0-e339679ec659 {
  display: none;
}
#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c {
  max-width: 100%;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c .shg-image-zoom,
.shg-c#s-cf6485a5-9ffe-42e3-af0e-06d14de2c15c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-33ca84b2-65ba-47bc-8c24-f9708e66284c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33ca84b2-65ba-47bc-8c24-f9708e66284c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-f715aa05-6dd8-4a90-9810-41f13864d330 {
  display: none;
}
#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f {
  max-width: 100%;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f .shg-image-zoom,
.shg-c#s-520655c0-4fa2-4936-8af6-80f038571b3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-801ba6b7-96f6-4554-851d-cd021ebc8873 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-801ba6b7-96f6-4554-851d-cd021ebc8873 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-174f4627-ffe5-48b0-909a-8795b080c3c8 {
  display: none;
}
#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe {
  max-width: 100%;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe .shg-image-zoom,
.shg-c#s-f45d4381-ccf2-43e4-ad30-6dcd7cf94fbe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-245c81cc-993b-44ed-9bbd-0b3109023f1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-245c81cc-993b-44ed-9bbd-0b3109023f1e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-af53c7d9-1b9b-4c62-9720-5bbeeabdf916 {
  display: none;
}
#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 {
  max-width: 100%;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 .shg-image-zoom,
.shg-c#s-60f42db8-2fb2-4831-bc58-16bb4d0ade31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-a0337977-9a71-4141-ab56-d5ef53b1a7a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0337977-9a71-4141-ab56-d5ef53b1a7a8 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bb21fa30-caa4-4b6a-8604-ac494eecb9aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-61b8175e-ae38-4b5f-8567-63d21ce732c2 {
  display: none;
}
#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  text-align: center;
}


.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 {
  max-width: 100%;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 .shg-image-zoom,
.shg-c#s-68aa6f75-29ce-4535-980a-85a1a24e5831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-a76cbc27-5b45-42c4-8e7a-6f6b6ce2b414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a76cbc27-5b45-42c4-8e7a-6f6b6ce2b414 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-370bbdca-b833-476a-84f6-05b65d591890 {
  display: none;
}
#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  text-align: center;
}


.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 {
  max-width: 100%;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 .shg-image-zoom,
.shg-c#s-172db190-4c2e-42cc-adfc-42e31c7f6514 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-471429df-3146-40d5-9339-de37a531a4d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-471429df-3146-40d5-9339-de37a531a4d8 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-6b9ab602-658b-43c5-869d-d096b5ebd7b1 {
  display: none;
}
#s-1bcca197-07cb-458f-8830-d24105545754 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 {
  max-width: 100%;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 .shg-image-zoom,
.shg-c#s-1bcca197-07cb-458f-8830-d24105545754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-2710682a-667d-4569-ae88-6c4703ed04fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2710682a-667d-4569-ae88-6c4703ed04fa .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-677d2203-a40f-411b-9105-20aefb0bc2c9 {
  display: none;
}
#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 {
  max-width: 100%;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 .shg-image-zoom,
.shg-c#s-18561897-ba42-41f0-b6fa-e4671abc45c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-249e0c9f-acf4-40c1-a710-eb3754a5baf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-249e0c9f-acf4-40c1-a710-eb3754a5baf1 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-b12c8887-b76b-4675-b938-41d4a8b628d2 {
  display: none;
}
#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 {
  max-width: 100%;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 .shg-image-zoom,
.shg-c#s-e8f6c655-70fe-421c-89a4-7713d767c405 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-9c94d504-37bb-42c2-89d1-67d27063c66f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c94d504-37bb-42c2-89d1-67d27063c66f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-27863bea-0781-4334-87e7-e30e0932dfc8 {
  display: none;
}
#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd {
  max-width: 100%;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd .shg-image-zoom,
.shg-c#s-fb8dcaa6-9b49-4544-b5cd-918b342f5efd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-23ceacea-3e64-4e54-b27e-dfd0a16497fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23ceacea-3e64-4e54-b27e-dfd0a16497fd .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-09f6eda2-653a-47de-beb3-6a6b59637c67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09f6eda2-653a-47de-beb3-6a6b59637c67 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-09f6eda2-653a-47de-beb3-6a6b59637c67 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-73edf526-5c01-49e0-8860-2c453b2da6a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73edf526-5c01-49e0-8860-2c453b2da6a1 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-73edf526-5c01-49e0-8860-2c453b2da6a1 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  display: none;
}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c, #wrap-s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  display: none;
}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c, #wrap-s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c { display:none !important; }}@media (max-width: 767px){#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c {
  display: none;
}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c, #wrap-s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c { display:none !important; }}
#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a4b6c20c-3f19-46ea-8136-31e4d485ad0c .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-caf33062-c6d9-406d-9ac0-085299561142 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-caf33062-c6d9-406d-9ac0-085299561142 {
  display: none;
}
#s-caf33062-c6d9-406d-9ac0-085299561142, #wrap-s-caf33062-c6d9-406d-9ac0-085299561142 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caf33062-c6d9-406d-9ac0-085299561142 {
  display: none;
}
#s-caf33062-c6d9-406d-9ac0-085299561142, #wrap-s-caf33062-c6d9-406d-9ac0-085299561142 { display:none !important; }}@media (max-width: 767px){#s-caf33062-c6d9-406d-9ac0-085299561142 {
  display: none;
}
#s-caf33062-c6d9-406d-9ac0-085299561142, #wrap-s-caf33062-c6d9-406d-9ac0-085299561142 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d1c62ea7-b15e-475d-a846-d7eff4a5a3ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8786fa9c-adb7-4152-ade7-84502df1b4f8 {
  display: none;
}
#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  text-align: center;
}


.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a {
  max-width: 100%;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a .shg-image-zoom,
.shg-c#s-5e88e4cb-5990-4d58-b78e-b6bb7d3e507a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-ca867ed5-a1b2-48f6-8110-11d7d02cfeec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca867ed5-a1b2-48f6-8110-11d7d02cfeec .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-9befc822-9332-4664-96af-bfc91f7203a8 {
  display: none;
}
#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  text-align: center;
}


.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 {
  max-width: 100%;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 .shg-image-zoom,
.shg-c#s-6ae85e1e-5d32-47ce-967f-160191cb10d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-5e434452-5291-4fed-a33a-082bbd997c28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e434452-5291-4fed-a33a-082bbd997c28 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-0b8d50bb-4bc9-4f8c-b743-536f4a679687 {
  display: none;
}
#s-64348377-6960-4e8e-a12b-47125af403cc {
  text-align: center;
}


.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc {
  max-width: 100%;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc .shg-image-zoom,
.shg-c#s-64348377-6960-4e8e-a12b-47125af403cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-c841975a-8a3b-4cc3-91c8-26c16d9a6a4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c841975a-8a3b-4cc3-91c8-26c16d9a6a4c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 0px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1114f5-372e-4c86-908b-ec54f8c0953c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6ae803b6-aaca-413b-b588-edf811432841 {
  display: none;
}
#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  text-align: left;
}


.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 {
  max-width: 100%;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 .shg-image-zoom,
.shg-c#s-013ceaf9-765b-41f1-a424-fb25d8f9e4b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-50970ce3-bb12-47ef-b3c0-60bbf30ab157 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50970ce3-bb12-47ef-b3c0-60bbf30ab157 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-f640b7fa-6e18-466c-847d-aed8edd41917 {
  display: none;
}
#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  text-align: left;
}


.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 {
  max-width: 100%;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 .shg-image-zoom,
.shg-c#s-450cc0bc-e94e-41e2-ab46-8bbf45070c40 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-498aa727-2daa-4344-9a49-04b74897e3b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-498aa727-2daa-4344-9a49-04b74897e3b9 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-d6acf900-6312-46e9-a60b-9b90140e7dec {
  display: none;
}
#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  text-align: left;
}


.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 {
  max-width: 100%;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 .shg-image-zoom,
.shg-c#s-c8f1cb8d-4a82-4f8d-b598-f91877b6f8f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-628caa8d-5a34-4d06-9ac2-61fa83e68582 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-628caa8d-5a34-4d06-9ac2-61fa83e68582 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-d8ad9371-e624-40c2-92db-6dceece2fc3b {
  min-height: 50px;
}

#s-d8ad9371-e624-40c2-92db-6dceece2fc3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed0a5356-03bf-4308-b0e4-b81871bcb579"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4264a91-73ba-4e3c-ac81-ae9a7cabcce1 {
  display: none;
}
#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  text-align: left;
}


.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 {
  max-width: 100%;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 .shg-image-zoom,
.shg-c#s-356c9063-7fd1-4c5f-b711-8a7bd2c14ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-9600843d-d1eb-4e90-802d-d348f4d47adb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9600843d-d1eb-4e90-802d-d348f4d47adb .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-8ed901bc-6f9a-4b53-84e4-4865f2886e9e {
  display: none;
}
#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  text-align: left;
}


.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 {
  max-width: 100%;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 .shg-image-zoom,
.shg-c#s-9808002f-cd75-4f62-826e-0a6c60a2e824 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-78ee0ba4-99f3-4dd1-a1da-c0a56b58db26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ee0ba4-99f3-4dd1-a1da-c0a56b58db26 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-42a0808f-1aa7-45f7-a8f9-b2978f8b2bf1 {
  display: none;
}
#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  text-align: left;
}


.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 {
  max-width: 100%;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 .shg-image-zoom,
.shg-c#s-7f17a809-8547-4167-b2fd-489d8ec7e2c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-d2b34ce4-5eab-4d9a-8c77-5440b5151b3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2b34ce4-5eab-4d9a-8c77-5440b5151b3a .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 0px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2927590a-094c-44b7-81cc-35713a1e2bc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c39b7cd8-bd4e-438d-ad3f-31a9e83de248 {
  display: none;
}
#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  text-align: left;
}


.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 {
  max-width: 100%;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 .shg-image-zoom,
.shg-c#s-242f62a5-7842-457f-b640-dd8becea6cb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-24aa5b94-f67e-49d6-8ffe-2c0b0131aff3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24aa5b94-f67e-49d6-8ffe-2c0b0131aff3 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-5290b8d3-aa0e-4af2-bdca-6506b831cc65 {
  display: none;
}
#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  text-align: left;
}


.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 {
  max-width: 100%;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 .shg-image-zoom,
.shg-c#s-54ff289f-ac9b-49df-9654-4b7cd39ba571 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-1d1e3e32-2504-4155-9fc3-37d1eedc7110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d1e3e32-2504-4155-9fc3-37d1eedc7110 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-5b9e9a7b-d930-4eed-ab5b-2cf161b6133e {
  display: none;
}
#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  text-align: left;
}


.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 {
  max-width: 100%;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 .shg-image-zoom,
.shg-c#s-c531f1ff-3d3f-4caf-b619-c6a5a828e4c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-f3003c2e-ccce-479b-99bf-e4366e2b98b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3003c2e-ccce-479b-99bf-e4366e2b98b2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-b5ab3847-5e80-47db-86a1-5c61c4e973e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5ab3847-5e80-47db-86a1-5c61c4e973e1 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b5ab3847-5e80-47db-86a1-5c61c4e973e1 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-b63c11dd-3b49-4575-ad31-2eac7ff97b02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b63c11dd-3b49-4575-ad31-2eac7ff97b02 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b63c11dd-3b49-4575-ad31-2eac7ff97b02 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-9f015849-ad56-48a3-b1eb-452797aa2e1c {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-9f015849-ad56-48a3-b1eb-452797aa2e1c {
  display: none;
}
#s-9f015849-ad56-48a3-b1eb-452797aa2e1c, #wrap-s-9f015849-ad56-48a3-b1eb-452797aa2e1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f015849-ad56-48a3-b1eb-452797aa2e1c {
  display: none;
}
#s-9f015849-ad56-48a3-b1eb-452797aa2e1c, #wrap-s-9f015849-ad56-48a3-b1eb-452797aa2e1c { display:none !important; }}
#s-9f015849-ad56-48a3-b1eb-452797aa2e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2f08ac00-f5aa-492e-a1e1-fcf0983e0f41 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 {
  display: none;
}
#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396, #wrap-s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 { display:none !important; }}@media (max-width: 767px){#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 {
  display: none;
}
#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396, #wrap-s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 { display:none !important; }}
#s-12e7ed6f-04f6-4972-8a0e-5324ee97c396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-90ec05fa-84df-4622-811d-c3109fa6d129 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-90ec05fa-84df-4622-811d-c3109fa6d129 {
  display: none;
}
#s-90ec05fa-84df-4622-811d-c3109fa6d129, #wrap-s-90ec05fa-84df-4622-811d-c3109fa6d129 { display:none !important; }}@media (max-width: 767px){#s-90ec05fa-84df-4622-811d-c3109fa6d129 {
  display: none;
}
#s-90ec05fa-84df-4622-811d-c3109fa6d129, #wrap-s-90ec05fa-84df-4622-811d-c3109fa6d129 { display:none !important; }}
#s-35796824-d761-4a83-a0df-dbbe28c49980 {
  text-align: center;
}




  #s-35796824-d761-4a83-a0df-dbbe28c49980 img.shogun-image {
    
    width: px;
  }


#s-35796824-d761-4a83-a0df-dbbe28c49980 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a2a0727-dae9-42df-a15b-fe828091a442 {
  text-align: center;
}




  #s-5a2a0727-dae9-42df-a15b-fe828091a442 img.shogun-image {
    
    width: px;
  }


#s-5a2a0727-dae9-42df-a15b-fe828091a442 .shogun-image-content {
  
    align-items: center;
  
}

#s-17acc513-f6cc-4a66-bc45-99f560ad34c9 {
  text-align: center;
}




  #s-17acc513-f6cc-4a66-bc45-99f560ad34c9 img.shogun-image {
    
    width: px;
  }


#s-17acc513-f6cc-4a66-bc45-99f560ad34c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-21c31aba-2bab-4a5a-bf8f-5be39e54e25f {
  text-align: center;
}




  #s-21c31aba-2bab-4a5a-bf8f-5be39e54e25f img.shogun-image {
    
    width: px;
  }


#s-21c31aba-2bab-4a5a-bf8f-5be39e54e25f .shogun-image-content {
  
    align-items: center;
  
}

#s-5444ef1a-3936-4d35-bb94-5b8fde65bdd1 {
  text-align: center;
}




  #s-5444ef1a-3936-4d35-bb94-5b8fde65bdd1 img.shogun-image {
    
    width: px;
  }


#s-5444ef1a-3936-4d35-bb94-5b8fde65bdd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e1dbbd0-2341-4102-9875-6641245e39d0 {
  text-align: center;
}




  #s-2e1dbbd0-2341-4102-9875-6641245e39d0 img.shogun-image {
    
    width: px;
  }


#s-2e1dbbd0-2341-4102-9875-6641245e39d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7bf0824-76b6-4a3a-877e-059fe3d03a3b {
  text-align: center;
}




  #s-e7bf0824-76b6-4a3a-877e-059fe3d03a3b img.shogun-image {
    
    width: px;
  }


#s-e7bf0824-76b6-4a3a-877e-059fe3d03a3b .shogun-image-content {
  
    align-items: center;
  
}

#s-997a71be-eab0-465f-881b-3bc2883b0109 {
  text-align: center;
}




  #s-997a71be-eab0-465f-881b-3bc2883b0109 img.shogun-image {
    
    width: px;
  }


#s-997a71be-eab0-465f-881b-3bc2883b0109 .shogun-image-content {
  
    align-items: center;
  
}

#s-b16e2686-bff2-4d81-a959-6bc8864f51b2 {
  text-align: center;
}




  #s-b16e2686-bff2-4d81-a959-6bc8864f51b2 img.shogun-image {
    
    width: px;
  }


#s-b16e2686-bff2-4d81-a959-6bc8864f51b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  display: none;
}
#s-140d2f50-473e-43ab-a6d3-c8a92df299b4, #wrap-s-140d2f50-473e-43ab-a6d3-c8a92df299b4 { display:none !important; }}@media (max-width: 767px){#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 {
  display: none;
}
#s-140d2f50-473e-43ab-a6d3-c8a92df299b4, #wrap-s-140d2f50-473e-43ab-a6d3-c8a92df299b4 { display:none !important; }}
#s-140d2f50-473e-43ab-a6d3-c8a92df299b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-081d2c78-dade-48eb-9273-68fabe268b58 {
  text-align: center;
}




  #s-081d2c78-dade-48eb-9273-68fabe268b58 img.shogun-image {
    
    width: px;
  }


#s-081d2c78-dade-48eb-9273-68fabe268b58 .shogun-image-content {
  
    align-items: center;
  
}

#s-84226570-07df-42c2-8bb8-85a909643121 {
  min-height: 600px;
}

#s-84226570-07df-42c2-8bb8-85a909643121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ce929f6-eeeb-4b80-b395-ec37c779fc79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c370572c-0fc2-45a2-aa35-27f41ffe2379 {
  background-image: url(https://i.shgcdn.com/45970c12-6e2c-4393-b18a-d352ef9c7c1b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-c370572c-0fc2-45a2-aa35-27f41ffe2379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cb53ed6b-3fc3-4161-82cc-eaad8619422e {
  min-height: 600px;
background-color: rgba(151, 163, 188, 1);
}

#s-cb53ed6b-3fc3-4161-82cc-eaad8619422e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7f767bd0-7aa6-4170-aae8-234bd91aa98d {
  min-height: 50px;
}

#s-7f767bd0-7aa6-4170-aae8-234bd91aa98d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d22b26b5-c9b8-47fb-9dc9-3c4142d09344 {
  margin-top: 80px;
text-align: center;
}




  #s-d22b26b5-c9b8-47fb-9dc9-3c4142d09344 img.shogun-image {
    
    width: px;
  }


#s-d22b26b5-c9b8-47fb-9dc9-3c4142d09344 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-64237624-daa8-4d5b-9020-bfff2a4c5030 {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-left: 30px;
padding-right: 30px;
}

#s-f67767bf-eb56-4a36-a149-0b506818b1fe {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f67767bf-eb56-4a36-a149-0b506818b1fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-0731e483-71d9-46a3-8328-9228bf30570a {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-0731e483-71d9-46a3-8328-9228bf30570a:hover {background-color: rgba(191, 70, 51, 0.41) !important;
font-size: 14px !important;
text-decoration: none !important;}#s-0731e483-71d9-46a3-8328-9228bf30570a:active {background-color: #000000 !important;
font-size: 14px !important;
text-decoration: none !important;}
 #s-0731e483-71d9-46a3-8328-9228bf30570a.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 14px;
   font-weight:  900 ;
   font-style:   ;
   font-family: Libre Franklin;
   display:  block ;
 }

#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 {
  margin-top: 5px;
margin-left: 150px;
margin-bottom: 30px;
margin-right: 150px;
padding-top: 8px;
padding-bottom: 8px;
min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 {
  display: none;
}
#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99, #wrap-s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 { display:none !important; }}@media (max-width: 767px){#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 {
  display: none;
}
#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99, #wrap-s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 { display:none !important; }}
#s-e0ff5e29-e826-494e-a40e-e25da4ec4b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-244df69a-4e16-4ea2-b7a0-1bdb647afe60 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-244df69a-4e16-4ea2-b7a0-1bdb647afe60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-99828b28-99c0-4a94-af95-e009c21152cb {
  min-height: 30px;
}

#s-99828b28-99c0-4a94-af95-e009c21152cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d613d81e-0914-47fd-ad23-3cb059cecbd4 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-d613d81e-0914-47fd-ad23-3cb059cecbd4 .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d613d81e-0914-47fd-ad23-3cb059cecbd4 .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-9062aeee-da63-49c5-b39f-bbd4f066eabf {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(225, 225, 225, 1);
min-height: 30px;
}

#s-9062aeee-da63-49c5-b39f-bbd4f066eabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b050c5dd-44c7-47ba-bfb6-5d373fca3c3f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-b050c5dd-44c7-47ba-bfb6-5d373fca3c3f .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b050c5dd-44c7-47ba-bfb6-5d373fca3c3f .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-5d6da981-9fdc-44e8-a6f1-118cdbaf8a07 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(225, 225, 225, 1);
min-height: 30px;
}

#s-5d6da981-9fdc-44e8-a6f1-118cdbaf8a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6b80368e-1279-44b8-8c79-9fa98c41cb93 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-6b80368e-1279-44b8-8c79-9fa98c41cb93 .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6b80368e-1279-44b8-8c79-9fa98c41cb93 .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-9181761d-b160-4191-8293-eddc4e71c529 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(225, 225, 225, 1);
min-height: 30px;
}

#s-9181761d-b160-4191-8293-eddc4e71c529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-59e15ef3-f498-428b-a9ea-788f7b6ed339 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}

#s-59e15ef3-f498-428b-a9ea-788f7b6ed339 .shogun-heading-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-59e15ef3-f498-428b-a9ea-788f7b6ed339 .shogun-heading-component h1 a {
  color: rgba(127, 130, 132, 1);
}


#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}@media (max-width: 767px){#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 {
  display: none;
}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9, #wrap-s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 { display:none !important; }}
#s-d8c35867-a57d-46b4-bb2c-748c72bb62e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-972936e2-33a7-412a-83f4-c600c44bf857 {
  min-height: 50px;
}
@media (max-width: 767px){#s-972936e2-33a7-412a-83f4-c600c44bf857 {
  display: none;
}
#s-972936e2-33a7-412a-83f4-c600c44bf857, #wrap-s-972936e2-33a7-412a-83f4-c600c44bf857 { display:none !important; }}
#s-972936e2-33a7-412a-83f4-c600c44bf857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fb584151-ca1b-4653-b65a-81ac04265abc {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-fb584151-ca1b-4653-b65a-81ac04265abc {
  
}
}
#s-fb584151-ca1b-4653-b65a-81ac04265abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d {
  display: none;
}
#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d, #wrap-s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d { display:none !important; }}@media (max-width: 767px){#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d {
  display: none;
}
#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d, #wrap-s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d { display:none !important; }}
#s-bcfcf46e-c88d-42ba-ac90-e5518b7c3f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a57c459f-51b3-496f-bce4-4e96870bfbcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a57c459f-51b3-496f-bce4-4e96870bfbcd .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  italic ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a57c459f-51b3-496f-bce4-4e96870bfbcd .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-0b5b1d2d-ddc5-45f9-8905-6c1fc4ae5654 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-23ddd258-bcfc-4ebc-8f16-6ffc811ddabe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-5c4cfb4b-5f4b-4226-a788-136b8ea1797b {
  display: none;
}
#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  text-align: center;
}


.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 {
  max-width: 100%;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 .shg-image-zoom,
.shg-c#s-4c6b231f-b4b0-4c37-89dd-f3afa1eaf9b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-c2193d08-b913-4ec7-b7c6-b3ea9348553d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2193d08-b913-4ec7-b7c6-b3ea9348553d .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-446eba82-b3da-4af6-bf14-1ae133e51450 {
  display: none;
}
#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  text-align: center;
}


.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a {
  max-width: 100%;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a .shg-image-zoom,
.shg-c#s-af82d585-2aeb-4c78-9052-e90b731b492a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-545af529-ca0c-4a43-a68e-d61ec3ee07fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545af529-ca0c-4a43-a68e-d61ec3ee07fe .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fd0bf6de-b2d2-46eb-843a-a0645bd11899 {
  display: none;
}
#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  text-align: center;
}


.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 {
  max-width: 100%;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 .shg-image-zoom,
.shg-c#s-21888890-6efd-49a1-a8de-10632a4afb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-17123ef6-487d-43a4-9c18-7d9c69d04221 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17123ef6-487d-43a4-9c18-7d9c69d04221 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-d22ed21d-2814-41d9-8b01-5ee1590f7626 {
  display: none;
}
#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  text-align: center;
}


.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c {
  max-width: 100%;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c .shg-image-zoom,
.shg-c#s-56251d35-1f83-40f1-afe7-d0e047815f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-5bb05103-05a5-4a9d-b847-749fcd74497d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bb05103-05a5-4a9d-b847-749fcd74497d .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-e1d956ea-4b91-418c-b4c2-3c0136799857 {
  display: none;
}
#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  text-align: center;
}


.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 {
  max-width: 100%;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 .shg-image-zoom,
.shg-c#s-01f23f79-e6a9-4025-81c9-b8ab5fa8f6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-a538a8f2-99f9-49b2-a8e4-40f3e9ad4acf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a538a8f2-99f9-49b2-a8e4-40f3e9ad4acf .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-5d6dc404-a3eb-4b83-887d-9da431de155d {
  display: none;
}
#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  text-align: center;
}


.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 {
  max-width: 100%;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 .shg-image-zoom,
.shg-c#s-35b9b8b4-843c-4d37-8f29-40e303d64316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-bc61d9e0-da38-489e-b94c-c35673513053 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc61d9e0-da38-489e-b94c-c35673513053 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e824fa1f-5ec3-4018-8eb0-9d39fd2065ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-54c5166f-930d-4e7a-b7d6-60b900abb773 {
  display: none;
}
#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  text-align: center;
}


.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 {
  max-width: 100%;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 .shg-image-zoom,
.shg-c#s-b7c020db-1551-4e34-a700-0611a6a3b775 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-875ff3e6-9f0d-4c85-8392-1b89309d725f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-875ff3e6-9f0d-4c85-8392-1b89309d725f .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-a44f21fa-bf83-41f3-92bb-0ce54a8b0f89 {
  display: none;
}
#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  text-align: center;
}


.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 {
  max-width: 100%;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 .shg-image-zoom,
.shg-c#s-4368bde2-4ab3-4b6e-a948-1e423b767ed3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-5ab7e2d9-4087-433a-bb06-8f7e7308eeb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ab7e2d9-4087-433a-bb06-8f7e7308eeb3 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-9ffef3c6-cc66-45d0-bcc2-2fb3e88759be {
  display: none;
}
#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  text-align: center;
}


.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa {
  max-width: 100%;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa .shg-image-zoom,
.shg-c#s-2a2f57ae-5f87-45ae-a5e6-8f67e73a59aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-f29ea9d3-eaa7-473c-ac65-8420d2a8f16b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f29ea9d3-eaa7-473c-ac65-8420d2a8f16b .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-52d5c7c1-71ab-4af2-b73e-a1f740a3fae8 {
  display: none;
}
#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  text-align: center;
}


.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf {
  max-width: 100%;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf .shg-image-zoom,
.shg-c#s-2cc797be-216e-4e8d-b2f2-5e52c9f42faf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-b83d3f1d-f164-4d21-a79e-d08f9d2cdb9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b83d3f1d-f164-4d21-a79e-d08f9d2cdb9b .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-522195c9-b437-4e0d-a5c8-0b94b52cb004 {
  display: none;
}
#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  text-align: center;
}


.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba {
  max-width: 100%;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba .shg-image-zoom,
.shg-c#s-9e1b3ce2-7a58-4816-aa90-7b5f51834cba img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-5dee7a45-3bc0-410c-b2b8-706cc0c2d3e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dee7a45-3bc0-410c-b2b8-706cc0c2d3e2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-d84ed3b5-7337-4700-8d3b-859c2d466d97 {
  display: none;
}
#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  text-align: center;
}


.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 {
  max-width: 100%;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 .shg-image-zoom,
.shg-c#s-c75706b0-1249-4899-886e-5729e6d923d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-d36f1293-ea0f-4132-9aab-af964838e298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d36f1293-ea0f-4132-9aab-af964838e298 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-46ebf6eb-8a5a-45b1-86d3-0eaca5b90ab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46ebf6eb-8a5a-45b1-86d3-0eaca5b90ab7 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-46ebf6eb-8a5a-45b1-86d3-0eaca5b90ab7 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-657e579c-cccf-42f5-a171-729e51424b9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-657e579c-cccf-42f5-a171-729e51424b9f .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-657e579c-cccf-42f5-a171-729e51424b9f .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-e2673813-4365-41ce-b537-ef43428ed48d {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 100px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e2673813-4365-41ce-b537-ef43428ed48d {
  display: none;
}
#s-e2673813-4365-41ce-b537-ef43428ed48d, #wrap-s-e2673813-4365-41ce-b537-ef43428ed48d { display:none !important; }}@media (max-width: 767px){#s-e2673813-4365-41ce-b537-ef43428ed48d {
  display: none;
}
#s-e2673813-4365-41ce-b537-ef43428ed48d, #wrap-s-e2673813-4365-41ce-b537-ef43428ed48d { display:none !important; }}
#s-e2673813-4365-41ce-b537-ef43428ed48d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f {
  display: none;
}
#s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f, #wrap-s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f { display:none !important; }}@media (max-width: 767px){#s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f {
  display: none;
}
#s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f, #wrap-s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f { display:none !important; }}
#s-1a048a1a-c2ba-4578-abdb-d4dd66e8520f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e4f4b87c-dd61-4d6e-942e-022bf4a338e2 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-e4f4b87c-dd61-4d6e-942e-022bf4a338e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4f4b87c-dd61-4d6e-942e-022bf4a338e2 {
  display: none;
}
#s-e4f4b87c-dd61-4d6e-942e-022bf4a338e2, #wrap-s-e4f4b87c-dd61-4d6e-942e-022bf4a338e2 { display:none !important; }}
#s-e4f4b87c-dd61-4d6e-942e-022bf4a338e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4b7c456c-1066-44d3-bd15-d057708c5183 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b7c456c-1066-44d3-bd15-d057708c5183 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad482af8-3851-41f8-888b-bda742ee2811 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad482af8-3851-41f8-888b-bda742ee2811"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-34feb316-2e9d-4143-8b3b-7b36a65f0bcc {
  padding-right: 20px;
}

#s-2370b63d-c956-40eb-957b-154de5bd314d {
  padding-left: 20px;
}

#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a {
  display: none;
}
#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a, #wrap-s-44d17f0a-ef5f-419b-b79e-f6445df84c3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a {
  display: none;
}
#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a, #wrap-s-44d17f0a-ef5f-419b-b79e-f6445df84c3a { display:none !important; }}@media (max-width: 767px){#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a {
  
}
}
#s-44d17f0a-ef5f-419b-b79e-f6445df84c3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ba5428a0-ad5d-4479-8fab-61bdc970ee2e {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-ba5428a0-ad5d-4479-8fab-61bdc970ee2e img.shogun-image {
    
    width: px;
  }


#s-ba5428a0-ad5d-4479-8fab-61bdc970ee2e .shogun-image-content {
  
    align-items: center;
  
}

#s-8b391fab-85d4-4cfc-9233-ea970039cc0c {
  padding-left: 30px;
padding-right: 30px;
}

#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(176, 196, 209, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(33, 33, 33, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8 {
  display: none;
}
#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8, #wrap-s-2aba3130-0d53-4c76-b99a-6736b5fa84a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8 {
  display: none;
}
#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8, #wrap-s-2aba3130-0d53-4c76-b99a-6736b5fa84a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aba3130-0d53-4c76-b99a-6736b5fa84a8 {
  
}
}
 #s-2aba3130-0d53-4c76-b99a-6736b5fa84a8.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 14px;
   font-weight:  500 ;
   font-style:   ;
   font-family: Libre Franklin;
   display:  block ;
 }

#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  display: none;
}
#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0, #wrap-s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  display: none;
}
#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0, #wrap-s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 {
  display: none;
}
#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0, #wrap-s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 { display:none !important; }}



  #s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 img.shogun-image {
    
    width: px;
  }


#s-bdf5b9c0-ad84-4ab4-8d6e-f65927bec7a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  display: none;
}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30, #wrap-s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  display: none;
}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30, #wrap-s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 {
  display: none;
}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30, #wrap-s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 { display:none !important; }}
#s-18c9f92e-33a0-4f9f-a80e-d551930b3e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b523903f-fcce-428d-a41d-a3c8b69e8608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b523903f-fcce-428d-a41d-a3c8b69e8608 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b523903f-fcce-428d-a41d-a3c8b69e8608 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  display: none;
}
#s-8fd95400-b773-4c69-a153-87be58d12c33, #wrap-s-8fd95400-b773-4c69-a153-87be58d12c33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  display: none;
}
#s-8fd95400-b773-4c69-a153-87be58d12c33, #wrap-s-8fd95400-b773-4c69-a153-87be58d12c33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fd95400-b773-4c69-a153-87be58d12c33 {
  display: none;
}
#s-8fd95400-b773-4c69-a153-87be58d12c33, #wrap-s-8fd95400-b773-4c69-a153-87be58d12c33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-216ae65d-0b12-45c3-835c-c441c2fc7d13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4797f730-8011-4f06-bf79-0891b44ee806 {
  display: none;
}
#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  text-align: center;
}


.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 {
  max-width: 100%;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 .shg-image-zoom,
.shg-c#s-15b8c73f-31de-49b7-a118-41227d6b0209 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-ec0dcfab-2811-4d12-a434-713a67672d2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec0dcfab-2811-4d12-a434-713a67672d2a .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-94417f28-c850-416b-a3b8-892ae40a29c2 {
  display: none;
}
#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  text-align: center;
}


.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d {
  max-width: 100%;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d .shg-image-zoom,
.shg-c#s-616680e0-4c8e-465b-b1ea-f0d9d730571d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-5858f002-4afb-4e9f-acb6-a11312cf9696 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5858f002-4afb-4e9f-acb6-a11312cf9696 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-e6106240-fda1-43cf-8ece-76c817335f31 {
  display: none;
}
#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d {
  max-width: 100%;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d .shg-image-zoom,
.shg-c#s-87b81cb9-b56c-4f77-8663-3e69fe47058d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-8ba52546-d32e-4025-b612-e4760e26d4fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ba52546-d32e-4025-b612-e4760e26d4fc .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fba9bbb6-209b-4488-8534-1210f04aa9d0 {
  display: none;
}
#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac {
  max-width: 100%;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac .shg-image-zoom,
.shg-c#s-ca62a705-3e59-432c-8369-df335b14b2ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-d6ff692b-9282-4930-a110-8ae9a7da0133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6ff692b-9282-4930-a110-8ae9a7da0133 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-a7f8c331-7d89-4d06-bd93-fd6e9cb1ebc0 {
  display: none;
}
#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 {
  max-width: 100%;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 .shg-image-zoom,
.shg-c#s-660a6df7-315f-46a5-9765-f015d29c6fb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-dd26a5bc-b550-431d-a2f6-b3a204a6a22c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd26a5bc-b550-431d-a2f6-b3a204a6a22c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-66cbccaa-0701-41dc-9004-8ad90fea9825 {
  display: none;
}
#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b {
  max-width: 100%;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b .shg-image-zoom,
.shg-c#s-b96b6bd4-04a6-4eca-9b35-db6af80e3d6b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-27d2699d-7c2c-4edc-b2f4-2506dcda0e12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27d2699d-7c2c-4edc-b2f4-2506dcda0e12 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bd56dbfe-7ce1-4a57-b573-58b9797e4ca1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a69679a7-91ab-4e4f-8a28-e4203bee9ffc {
  display: none;
}
#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  text-align: center;
}


.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 {
  max-width: 100%;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 .shg-image-zoom,
.shg-c#s-4d91eccb-e2a7-42ae-94b5-b019d52aad98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-93ac3c2c-0e03-4de8-8297-f168e2548fb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93ac3c2c-0e03-4de8-8297-f168e2548fb4 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

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


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

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

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



#s-09b0197a-6c7a-4aa2-abe7-27e50f8da96e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09b0197a-6c7a-4aa2-abe7-27e50f8da96e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-1e9ebf24-2c38-4c47-9bac-81b0380d8f71 {
  display: none;
}
#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 {
  max-width: 100%;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 .shg-image-zoom,
.shg-c#s-9268af20-e47a-435c-bab8-517f14ab4b37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-a3629b07-f664-43e8-b02c-e77c371631b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3629b07-f664-43e8-b02c-e77c371631b2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-08bb8932-9a80-4e2d-89e7-2bb3401bffab {
  display: none;
}
#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 {
  max-width: 100%;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 .shg-image-zoom,
.shg-c#s-d0d12fe5-f412-4c75-9a46-b98025b4ff91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-44f8b0b1-5158-48f5-a373-33bff1d85be2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44f8b0b1-5158-48f5-a373-33bff1d85be2 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-744cd5a0-30d4-41ac-8124-8dadc1043277 {
  display: none;
}
#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa {
  max-width: 100%;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa .shg-image-zoom,
.shg-c#s-3180eb89-587c-432d-b45b-78cf0c98bbfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-775ccc5a-b31e-4609-b63c-2311041b9adc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-775ccc5a-b31e-4609-b63c-2311041b9adc .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-674e0358-6043-41df-9d7d-fde3934b8e97 {
  display: none;
}
#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  padding-top: 20px;
text-align: center;
}


.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 {
  max-width: 100%;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 .shg-image-zoom,
.shg-c#s-bf277c9b-7750-4af2-96b6-4f4c2e9ad188 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-e8acefea-7d0d-4169-8aa9-fa7b290b6945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8acefea-7d0d-4169-8aa9-fa7b290b6945 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
}

#s-d4a2cd65-20e0-4a2c-8a97-c4e49b9db811 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4a2cd65-20e0-4a2c-8a97-c4e49b9db811 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d4a2cd65-20e0-4a2c-8a97-c4e49b9db811 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-7851e4e4-0c30-40da-be75-b9f0183d5251 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7851e4e4-0c30-40da-be75-b9f0183d5251 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7851e4e4-0c30-40da-be75-b9f0183d5251 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  display: none;
}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8, #wrap-s-69b5111f-c7f2-48f3-9084-4868e5b257c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  display: none;
}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8, #wrap-s-69b5111f-c7f2-48f3-9084-4868e5b257c8 { display:none !important; }}@media (max-width: 767px){#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 {
  display: none;
}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8, #wrap-s-69b5111f-c7f2-48f3-9084-4868e5b257c8 { display:none !important; }}
#s-69b5111f-c7f2-48f3-9084-4868e5b257c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-37bacca0-8da5-4e45-9548-cd33cfaf94b9 {
  text-align: center;
}




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


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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

#s-4613403b-fe89-492d-80ed-193c6b96fee8 {
  display: none;
}
#s-76d9bd9a-bf44-4c8e-97fc-b4794c89dd1c {
  text-align: center;
}


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

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

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



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

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

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


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

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

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



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

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

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


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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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


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

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

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



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

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

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


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

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

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



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

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

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


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

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

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



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

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

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

#s-14ae6fd7-6379-412f-8176-4dce29c7b2de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-3b7801f9-b422-4602-8eba-72ab3a21e244"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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


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

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

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



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

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

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


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

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

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



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

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

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


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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

}

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


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

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

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



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

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

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


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

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

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



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

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

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


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

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

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



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

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

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

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


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


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

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


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


#s-119f6abe-c561-44cc-a431-54bc98851e49 {
  box-shadow:0px 0px 0px 0px rgba(247, 247, 247, 0.5);
border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-119f6abe-c561-44cc-a431-54bc98851e49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-119f6abe-c561-44cc-a431-54bc98851e49 {
  display: none;
}
#s-119f6abe-c561-44cc-a431-54bc98851e49, #wrap-s-119f6abe-c561-44cc-a431-54bc98851e49 { display:none !important; }}@media (max-width: 767px){#s-119f6abe-c561-44cc-a431-54bc98851e49 {
  display: none;
}
#s-119f6abe-c561-44cc-a431-54bc98851e49, #wrap-s-119f6abe-c561-44cc-a431-54bc98851e49 { display:none !important; }}
#s-119f6abe-c561-44cc-a431-54bc98851e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f19b1052-84d4-4826-a765-c4bac7ba9511 {
  min-height: 50px;
}

#s-f19b1052-84d4-4826-a765-c4bac7ba9511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bcaaca10-c17a-45c1-aae7-d72b9eca7510 {
  margin-top: 0px;
min-height: 50px;
}

#s-bcaaca10-c17a-45c1-aae7-d72b9eca7510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-837cb9a3-51f7-400b-84ba-3fb69bc20458 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-837cb9a3-51f7-400b-84ba-3fb69bc20458 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  100 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-837cb9a3-51f7-400b-84ba-3fb69bc20458 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


@media (min-width: 0px) {
[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc3e3f40-34ac-478e-8253-2a26d83e3d8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-65b21892-e16b-46b1-9fe9-23d853fac14c {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
}

#s-2f34ebb8-a709-4d8a-b9a8-057596f3c566 {
  margin-left: 150px;
margin-right: 150px;
padding-bottom: 30px;
min-height: 50px;
}

#s-2f34ebb8-a709-4d8a-b9a8-057596f3c566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dd9e982b-4a01-44bc-ba5d-3abd97e61e29 {
  text-align: center;
}




  #s-dd9e982b-4a01-44bc-ba5d-3abd97e61e29 img.shogun-image {
    
    width: px;
  }


#s-dd9e982b-4a01-44bc-ba5d-3abd97e61e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5a9fde9-0df6-467b-ab52-660356de62b0 {
  min-height: 50px;
}

#s-f5a9fde9-0df6-467b-ab52-660356de62b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a76be8dd-84fd-4dc8-aff1-579611f59492 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a76be8dd-84fd-4dc8-aff1-579611f59492"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-987c61aa-27a3-4aed-b70f-1bdfe4c6b23b {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 14px;
padding-left: 0px;
padding-bottom: 14px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-987c61aa-27a3-4aed-b70f-1bdfe4c6b23b:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-987c61aa-27a3-4aed-b70f-1bdfe4c6b23b:active {background-color: #000000 !important;
text-decoration: none !important;}
 #s-987c61aa-27a3-4aed-b70f-1bdfe4c6b23b.shg-btn {
   color: #ffffff;
   font-size: 18px;
   font-weight:   ;
   font-style:   ;
   font-family: Roboto;
   display:  block ;
 }

#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  border-style: solid;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 20px;
border-left-width: 0px;
border-bottom-width: 20px;
border-right-width: 0px;
border-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}@media (max-width: 767px){#s-b030f7ae-0e6b-4828-8338-baa29a008353 {
  display: none;
}
#s-b030f7ae-0e6b-4828-8338-baa29a008353, #wrap-s-b030f7ae-0e6b-4828-8338-baa29a008353 { display:none !important; }}
#s-b030f7ae-0e6b-4828-8338-baa29a008353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d345227b-b038-4953-98f9-0056a4e713e7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 300px;
margin-right: 300px;
min-height: 900px;
background-position: center center;
}

#s-d345227b-b038-4953-98f9-0056a4e713e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.26;
}
#s-f30c2fcd-482b-4d06-ba92-15e1b2ef25db {
  margin-top: 250px;
min-height: 50px;
}

#s-f30c2fcd-482b-4d06-ba92-15e1b2ef25db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9616b0f3-53fa-469c-b0c4-3e7449e80367 {
  text-align: center;
}




  #s-9616b0f3-53fa-469c-b0c4-3e7449e80367 img.shogun-image {
    
    width: px;
  }


#s-9616b0f3-53fa-469c-b0c4-3e7449e80367 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-78b65dc6-8876-497b-803d-cb97803acfb6 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78b65dc6-8876-497b-803d-cb97803acfb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6601f0fd-9e88-4843-9e96-dc5bbf589ddf {
  margin-left: 40px;
margin-right: 40px;
}

#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15:hover {background-color: rgba(72, 72, 72, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15:active {background-color: #000000 !important;
text-decoration: none !important;}
 #s-2a882d3d-9e6f-4dd1-b38c-14a91c72ea15.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:   ;
   font-style:   ;
   font-family: ;
   display:  block ;
 }

#s-a02634ae-75c6-40d9-8742-1d78e52c146e {
  min-height: 50px;
}

#s-a02634ae-75c6-40d9-8742-1d78e52c146e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bec02a57-68ea-4fee-b414-8b528f392856 {
  margin-top: 100px;
margin-left: 0px;
margin-bottom: 100px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bec02a57-68ea-4fee-b414-8b528f392856 {
  display: none;
}
#s-bec02a57-68ea-4fee-b414-8b528f392856, #wrap-s-bec02a57-68ea-4fee-b414-8b528f392856 { display:none !important; }}@media (max-width: 767px){#s-bec02a57-68ea-4fee-b414-8b528f392856 {
  display: none;
}
#s-bec02a57-68ea-4fee-b414-8b528f392856, #wrap-s-bec02a57-68ea-4fee-b414-8b528f392856 { display:none !important; }}
#s-bec02a57-68ea-4fee-b414-8b528f392856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 {
  display: none;
}
#s-94ba94f0-9043-45fb-b0c1-922f66f2b674, #wrap-s-94ba94f0-9043-45fb-b0c1-922f66f2b674 { display:none !important; }}@media (max-width: 767px){#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 {
  display: none;
}
#s-94ba94f0-9043-45fb-b0c1-922f66f2b674, #wrap-s-94ba94f0-9043-45fb-b0c1-922f66f2b674 { display:none !important; }}
#s-94ba94f0-9043-45fb-b0c1-922f66f2b674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2832c414-8db3-4bec-bf3a-9ddba384df6c {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-2832c414-8db3-4bec-bf3a-9ddba384df6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2832c414-8db3-4bec-bf3a-9ddba384df6c {
  display: none;
}
#s-2832c414-8db3-4bec-bf3a-9ddba384df6c, #wrap-s-2832c414-8db3-4bec-bf3a-9ddba384df6c { display:none !important; }}
#s-2832c414-8db3-4bec-bf3a-9ddba384df6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-43eb4e99-7f3e-464d-94f0-b03ee9f45fbd {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43eb4e99-7f3e-464d-94f0-b03ee9f45fbd .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-75ff55f5-e066-491f-96bd-067fd2fdfac1 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75ff55f5-e066-491f-96bd-067fd2fdfac1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-348b6728-551a-45f3-aeba-30ae668f1ae8 {
  padding-right: 20px;
}

#s-19482311-a49c-4b59-8452-d4bfeebdfec5 {
  padding-left: 20px;
}

#s-e064fc75-b229-4581-b494-5f384479ac1c {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e064fc75-b229-4581-b494-5f384479ac1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2ef9ebc5-9b5f-4653-bb18-553b399b8d01 {
  padding-right: 20px;
}

#s-7f2a2069-9797-4648-a826-48ff2aac5e48 {
  padding-left: 20px;
}

#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 {
  display: none;
}
#s-fbfff2d5-c887-43af-b98a-1fd024fc3079, #wrap-s-fbfff2d5-c887-43af-b98a-1fd024fc3079 { display:none !important; }}@media (max-width: 767px){#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 {
  display: none;
}
#s-fbfff2d5-c887-43af-b98a-1fd024fc3079, #wrap-s-fbfff2d5-c887-43af-b98a-1fd024fc3079 { display:none !important; }}
#s-fbfff2d5-c887-43af-b98a-1fd024fc3079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6e56793c-f150-4a4b-b5b3-5bcee0ec3fcd {
  text-align: center;
}




  #s-6e56793c-f150-4a4b-b5b3-5bcee0ec3fcd img.shogun-image {
    
    width: px;
  }


#s-6e56793c-f150-4a4b-b5b3-5bcee0ec3fcd .shogun-image-content {
  
    align-items: center;
  
}

#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0d1b33f7-d96c-49c9-a03a-9fc8c28f9fc6 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 {
  display: none;
}
#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30, #wrap-s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 { display:none !important; }}@media (max-width: 767px){#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 {
  display: none;
}
#s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30, #wrap-s-f7f34d5e-a09e-4d4c-a966-c77c0a492f30 { display:none !important; }}
@media (min-width: 0px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-040200f7-2246-43cc-9b78-817567d74af1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4960d637-d37c-42fc-b46e-177295c73744 {
  display: none;
}
#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  text-align: center;
}


.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 {
  max-width: 100%;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 .shg-image-zoom,
.shg-c#s-59a18dbc-8e19-4b7d-a30c-da69a08692d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-1dfc0f65-beba-446c-beca-a7c3eb3738c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dfc0f65-beba-446c-beca-a7c3eb3738c4 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-b5f5486c-1958-4332-8f30-189c96a71932 {
  display: none;
}
#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  text-align: center;
}


.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 {
  max-width: 100%;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 .shg-image-zoom,
.shg-c#s-6de92d8f-0b98-4839-ab74-1ca115b283f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-dc51ea78-ebd7-4c4e-bd3c-0196217d1bbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc51ea78-ebd7-4c4e-bd3c-0196217d1bbf .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-7504c158-02d7-4c2e-beb4-ba54c0b3bffc {
  display: none;
}
#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  text-align: center;
}


.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 {
  max-width: 100%;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 .shg-image-zoom,
.shg-c#s-16777e22-e641-4ee5-b147-691a46c66ec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-cdc03064-dec6-4a39-9d4a-6fdfa62dee41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdc03064-dec6-4a39-9d4a-6fdfa62dee41 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-abcda325-3db7-4278-baa5-43d14d00a635 {
  display: none;
}
#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  text-align: center;
}


.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 {
  max-width: 100%;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 .shg-image-zoom,
.shg-c#s-6a12a3b0-c41a-4e88-ba04-dfa8f44370d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-86a85b5c-a6f0-4154-8453-9434acc4084c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86a85b5c-a6f0-4154-8453-9434acc4084c .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-66f7ff71-5953-40bf-8e19-6592f595624b {
  display: none;
}
#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  text-align: center;
}


.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a {
  max-width: 100%;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a .shg-image-zoom,
.shg-c#s-b5b40475-3743-47ae-a767-af26e9c62c4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-ad4f5585-abe3-48c2-9407-ec843f4533e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad4f5585-abe3-48c2-9407-ec843f4533e7 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-e7ce088d-1fd1-4082-89ca-eb82ab9c3012 {
  display: none;
}
#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  text-align: center;
}


.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be {
  max-width: 100%;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be .shg-image-zoom,
.shg-c#s-89ffef7e-e005-4853-ac8a-c09cb41ac5be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-c69b39ab-ced9-449c-99c8-724ec7f09787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c69b39ab-ced9-449c-99c8-724ec7f09787 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

@media (min-width: 0px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c0a69912-2a40-4cbc-b97b-29f23b3ac167"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-8423c824-6be2-43d0-b41c-84e5332ed933 {
  display: none;
}
#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  text-align: center;
}


.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 {
  max-width: 100%;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 .shg-image-zoom,
.shg-c#s-e1b5e116-646e-4ea5-a8bd-12f75a89fff5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-0fe637c3-8e38-43c4-8df1-561276e6e26e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fe637c3-8e38-43c4-8df1-561276e6e26e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-f37c29b3-36e4-44db-af53-a6603dba3797 {
  display: none;
}
#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  text-align: center;
}


.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 {
  max-width: 100%;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 .shg-image-zoom,
.shg-c#s-07051222-33bb-4e9c-9a8a-e33752a9bb54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-14cd6e95-be41-4318-a553-b3c946f3ad35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14cd6e95-be41-4318-a553-b3c946f3ad35 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fa0c1f23-be7f-4e0e-b212-2721d0b31ca2 {
  display: none;
}
#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  text-align: center;
}


.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 {
  max-width: 100%;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 .shg-image-zoom,
.shg-c#s-ecb97e20-0962-475d-8925-193081f4c8c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-7777b258-fa92-4dac-952f-79b4724dc8a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7777b258-fa92-4dac-952f-79b4724dc8a0 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-fe92ee18-10ff-47fe-bb5a-29e8af61d5e9 {
  display: none;
}
#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  text-align: center;
}


.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 {
  max-width: 100%;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 .shg-image-zoom,
.shg-c#s-bd87d823-49e5-4a00-aa47-27201ceea776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-19690c97-567b-4575-8fe2-25f741caf02e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19690c97-567b-4575-8fe2-25f741caf02e .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-ec201de5-59bc-4900-8a7c-99863d439838 {
  display: none;
}
#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  text-align: center;
}


.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed {
  max-width: 100%;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed .shg-image-zoom,
.shg-c#s-a937c6b2-1f28-45b9-a6d3-759d63dac3ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-bff8c8ca-4122-4deb-9e25-4bd951b60a79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bff8c8ca-4122-4deb-9e25-4bd951b60a79 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-c7faf42f-a82f-4cca-ab3a-afd63e3e5cab {
  display: none;
}
#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  text-align: center;
}


.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac {
  max-width: 100%;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac .shg-image-zoom,
.shg-c#s-36cc7716-8bfe-4f14-863b-eac3d25ad1ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-e65a84f9-6999-496e-bcfd-340e26c9a160 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e65a84f9-6999-496e-bcfd-340e26c9a160 .shg-product-title-component h1 {
  color: rgba(127, 130, 132, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
}

#s-099e9534-2d13-4d9c-9c6b-304df4d99ea2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-099e9534-2d13-4d9c-9c6b-304df4d99ea2 .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-099e9534-2d13-4d9c-9c6b-304df4d99ea2 .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-545e5461-1fe5-4e06-9425-c0a8906a24db {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545e5461-1fe5-4e06-9425-c0a8906a24db .shogun-heading-component h1 {
  color: rgba(250, 199, 89, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-545e5461-1fe5-4e06-9425-c0a8906a24db .shogun-heading-component h1 a {
  color: rgba(250, 199, 89, 1);
}


#s-95af87ea-61c5-489e-8a18-e45fee6bc82e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-95af87ea-61c5-489e-8a18-e45fee6bc82e {
  display: none;
}
#s-95af87ea-61c5-489e-8a18-e45fee6bc82e, #wrap-s-95af87ea-61c5-489e-8a18-e45fee6bc82e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95af87ea-61c5-489e-8a18-e45fee6bc82e {
  display: none;
}
#s-95af87ea-61c5-489e-8a18-e45fee6bc82e, #wrap-s-95af87ea-61c5-489e-8a18-e45fee6bc82e { display:none !important; }}
#s-95af87ea-61c5-489e-8a18-e45fee6bc82e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-45d07055-bd68-480b-bebe-63fd0995ddae {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-64fe6d88-754f-4d17-9bd8-95eb68a63952 {
  text-align: center;
}




  #s-64fe6d88-754f-4d17-9bd8-95eb68a63952 img.shogun-image {
    
    width: px;
  }


#s-64fe6d88-754f-4d17-9bd8-95eb68a63952 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-90a9134b-cec2-497a-934f-3c19d30fb2df {
  text-align: center;
}




  #s-90a9134b-cec2-497a-934f-3c19d30fb2df img.shogun-image {
    
    width: px;
  }


#s-90a9134b-cec2-497a-934f-3c19d30fb2df .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9f0c11e9-43b2-4548-b422-73943986dc93 {
  text-align: center;
}




  #s-9f0c11e9-43b2-4548-b422-73943986dc93 img.shogun-image {
    
    width: px;
  }


#s-9f0c11e9-43b2-4548-b422-73943986dc93 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1cd653eb-63b2-4a33-b3fe-c1a92edc7ab0 {
  text-align: center;
}




  #s-1cd653eb-63b2-4a33-b3fe-c1a92edc7ab0 img.shogun-image {
    
    width: px;
  }


#s-1cd653eb-63b2-4a33-b3fe-c1a92edc7ab0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fc62700c-27e5-4c18-9f1f-4c0984bd02a5 {
  text-align: center;
}




  #s-fc62700c-27e5-4c18-9f1f-4c0984bd02a5 img.shogun-image {
    
    width: px;
  }


#s-fc62700c-27e5-4c18-9f1f-4c0984bd02a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb {
  display: none;
}
#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb, #wrap-s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb { display:none !important; }}@media (max-width: 767px){#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb {
  display: none;
}
#s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb, #wrap-s-e7fd071a-5c29-4c24-86fc-ba4e1948f1bb { display:none !important; }}
#s-735aa763-2f75-418a-b069-959a581b2d17 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-735aa763-2f75-418a-b069-959a581b2d17 img.shogun-image {
    
    width: px;
  }


#s-735aa763-2f75-418a-b069-959a581b2d17 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-31d60307-db02-4272-a586-502e4afa6427 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-31d60307-db02-4272-a586-502e4afa6427 img.shogun-image {
    
    width: px;
  }


#s-31d60307-db02-4272-a586-502e4afa6427 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-55976e81-ac6e-40ea-be30-9f3922315533 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-55976e81-ac6e-40ea-be30-9f3922315533 img.shogun-image {
    
    width: px;
  }


#s-55976e81-ac6e-40ea-be30-9f3922315533 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fbd44a6f-fda0-42e3-b33a-80f60eadbc19 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-fbd44a6f-fda0-42e3-b33a-80f60eadbc19 img.shogun-image {
    
    width: px;
  }


#s-fbd44a6f-fda0-42e3-b33a-80f60eadbc19 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f18689ef-e34c-4291-8a71-8be54763254a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}




  #s-f18689ef-e34c-4291-8a71-8be54763254a img.shogun-image {
    
    width: px;
  }


#s-f18689ef-e34c-4291-8a71-8be54763254a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8bcc2fd0-24d7-469d-a380-3eac019912e5 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}

#s-8bcc2fd0-24d7-469d-a380-3eac019912e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73 {
  border-style: solid;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 00px;
border-color: #000;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d0431d0-cfe9-4e5d-aa76-1ac544441a73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d95d9956-98a6-4fd4-ac70-8ffc30417da4 {
  text-align: center;
}




  #s-d95d9956-98a6-4fd4-ac70-8ffc30417da4 img.shogun-image {
    
    width: px;
  }


#s-d95d9956-98a6-4fd4-ac70-8ffc30417da4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-25b3263e-0bba-4422-84f5-8898b186052f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25b3263e-0bba-4422-84f5-8898b186052f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42921f93-fbf5-49a9-a7c0-ecea1c44cdf7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c1049fca-f628-4d91-8d8d-f30050105d8e {
  min-height: 50px;
}

#s-c1049fca-f628-4d91-8d8d-f30050105d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e0cb2e8-d2ae-474b-87d7-f96dd7c9ea13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c891b7bf-d4e1-4edc-97e0-e3ee05b3480a {
  text-align: center;
}




  #s-c891b7bf-d4e1-4edc-97e0-e3ee05b3480a img.shogun-image {
    
    width: px;
  }


#s-c891b7bf-d4e1-4edc-97e0-e3ee05b3480a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7be266db-684c-49d0-9745-9fc726f5c85f {
  text-align: center;
}




  #s-7be266db-684c-49d0-9745-9fc726f5c85f img.shogun-image {
    
    width: px;
  }


#s-7be266db-684c-49d0-9745-9fc726f5c85f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-722d36a3-4ea1-43ff-8636-e52ae5e7a259 {
  text-align: center;
}




  #s-722d36a3-4ea1-43ff-8636-e52ae5e7a259 img.shogun-image {
    
    width: px;
  }


#s-722d36a3-4ea1-43ff-8636-e52ae5e7a259 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1d9dad21-2efd-45b6-a2bd-cd06ba95796d {
  text-align: center;
}




  #s-1d9dad21-2efd-45b6-a2bd-cd06ba95796d img.shogun-image {
    
    width: px;
  }


#s-1d9dad21-2efd-45b6-a2bd-cd06ba95796d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-761ee939-c32f-494d-8827-ad46624bf1d4 {
  margin-bottom: -40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}

#s-761ee939-c32f-494d-8827-ad46624bf1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  display: none;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987, #wrap-s-889462a0-ddd4-43c1-a1ad-cca7d0405987 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  display: none;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987, #wrap-s-889462a0-ddd4-43c1-a1ad-cca7d0405987 { display:none !important; }}@media (max-width: 767px){#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 {
  display: none;
}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987, #wrap-s-889462a0-ddd4-43c1-a1ad-cca7d0405987 { display:none !important; }}
#s-889462a0-ddd4-43c1-a1ad-cca7d0405987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c4bd98bd-a194-47e2-ba9a-83afc87df9e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4bd98bd-a194-47e2-ba9a-83afc87df9e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc7c2d2d-15ac-4a0a-b518-aad787afcea8 {
  margin-left: 75px;
margin-right: 75px;
}

@media (min-width: 0px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69928b7a-656b-452e-91ee-6982c895da33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f82db7ab-cd9d-41b3-a027-33b27070e828 {
  margin-top: 15px;
}

#s-f82db7ab-cd9d-41b3-a027-33b27070e828 .shogun-icon-wrapper {
  text-align: center;
}


#s-f82db7ab-cd9d-41b3-a027-33b27070e828 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6fdb97fe-1d74-43e6-9499-e78b2a79e575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fdb97fe-1d74-43e6-9499-e78b2a79e575 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6fdb97fe-1d74-43e6-9499-e78b2a79e575 .shogun-heading-component h4 a {
  color: #000;
}


#s-853b7dca-3f27-4faa-a9b2-2e177ab8faea {
  margin-top: 15px;
}

#s-853b7dca-3f27-4faa-a9b2-2e177ab8faea .shogun-icon-wrapper {
  text-align: center;
}


#s-853b7dca-3f27-4faa-a9b2-2e177ab8faea .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1c575f13-63cb-4100-888a-4321d79d90a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c575f13-63cb-4100-888a-4321d79d90a0 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-509ecdb9-eef7-4f59-a085-81ae526ebfa4 {
  margin-top: 15px;
}

#s-509ecdb9-eef7-4f59-a085-81ae526ebfa4 .shogun-icon-wrapper {
  text-align: center;
}


#s-509ecdb9-eef7-4f59-a085-81ae526ebfa4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8e8b0829-3764-4e48-a30d-b4990b89d575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e8b0829-3764-4e48-a30d-b4990b89d575 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8e8b0829-3764-4e48-a30d-b4990b89d575 .shogun-heading-component h4 a {
  color: #000;
}


#s-6408c57c-6398-4983-900f-7c037fc607bb {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6408c57c-6398-4983-900f-7c037fc607bb {
  display: none;
}
#s-6408c57c-6398-4983-900f-7c037fc607bb, #wrap-s-6408c57c-6398-4983-900f-7c037fc607bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6408c57c-6398-4983-900f-7c037fc607bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 {
  
}
}@media (max-width: 767px){#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 {
  
}
}
#s-7bac1b68-1251-4d34-85c1-b435fbd7ad80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fc5e53c5-9b4e-42d1-8961-3d4a2b662ef1 {
  min-height: 50px;
}

#s-fc5e53c5-9b4e-42d1-8961-3d4a2b662ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d276ffd2-b0be-467f-8eb0-77f64bba66d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d276ffd2-b0be-467f-8eb0-77f64bba66d7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1fb48b60-f43f-4049-bad9-26d2dea3395a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fb48b60-f43f-4049-bad9-26d2dea3395a {
  display: none;
}
#s-1fb48b60-f43f-4049-bad9-26d2dea3395a, #wrap-s-1fb48b60-f43f-4049-bad9-26d2dea3395a { display:none !important; }}@media (max-width: 767px){#s-1fb48b60-f43f-4049-bad9-26d2dea3395a {
  display: none;
}
#s-1fb48b60-f43f-4049-bad9-26d2dea3395a, #wrap-s-1fb48b60-f43f-4049-bad9-26d2dea3395a { display:none !important; }}
#s-1fb48b60-f43f-4049-bad9-26d2dea3395a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b4659271-7770-40a4-ad8c-4ea29e38d22e {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4659271-7770-40a4-ad8c-4ea29e38d22e {
  display: none;
}
#s-b4659271-7770-40a4-ad8c-4ea29e38d22e, #wrap-s-b4659271-7770-40a4-ad8c-4ea29e38d22e { display:none !important; }}
#s-b4659271-7770-40a4-ad8c-4ea29e38d22e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 {
  display: none;
}
#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57, #wrap-s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 { display:none !important; }}@media (max-width: 767px){#s-1bf6ca2b-8592-4258-91a9-6c978bcccb57 {
  
}
}
@media (min-width: 0px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-1bf6ca2b-8592-4258-91a9-6c978bcccb57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b317a4e-4fab-4530-a450-9107595cb029"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ea171dab-3fd0-4031-a19b-9843d2ccc20d {
  margin-top: 15px;
}

#s-ea171dab-3fd0-4031-a19b-9843d2ccc20d .shogun-icon-wrapper {
  text-align: center;
}


#s-ea171dab-3fd0-4031-a19b-9843d2ccc20d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-07618506-c3a9-46bf-9ead-be53b8cd9017 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07618506-c3a9-46bf-9ead-be53b8cd9017 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-07618506-c3a9-46bf-9ead-be53b8cd9017 .shogun-heading-component h4 a {
  color: #000;
}


#s-48a07f10-6d69-459e-b9c0-565eb92198de {
  margin-top: 15px;
}

#s-48a07f10-6d69-459e-b9c0-565eb92198de .shogun-icon-wrapper {
  text-align: center;
}


#s-48a07f10-6d69-459e-b9c0-565eb92198de .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fc82ba7e-82f2-475f-a14d-d0d951fb3c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc82ba7e-82f2-475f-a14d-d0d951fb3c32 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e338b8f-9b01-41af-bafe-b05434d3c7e4 {
  margin-top: 15px;
}

#s-8e338b8f-9b01-41af-bafe-b05434d3c7e4 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e338b8f-9b01-41af-bafe-b05434d3c7e4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-28c81850-cacb-45a7-bb0a-15b06bfaeb90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c81850-cacb-45a7-bb0a-15b06bfaeb90 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-28c81850-cacb-45a7-bb0a-15b06bfaeb90 .shogun-heading-component h4 a {
  color: #000;
}


/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
