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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-209c171d-c6ab-4f49-b85c-6c6568096488 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-209c171d-c6ab-4f49-b85c-6c6568096488 {
  display: none;
}
#s-209c171d-c6ab-4f49-b85c-6c6568096488, #wrap-s-209c171d-c6ab-4f49-b85c-6c6568096488 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-209c171d-c6ab-4f49-b85c-6c6568096488 {
  display: none;
}
#s-209c171d-c6ab-4f49-b85c-6c6568096488, #wrap-s-209c171d-c6ab-4f49-b85c-6c6568096488 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-209c171d-c6ab-4f49-b85c-6c6568096488 {
  display: none;
}
#s-209c171d-c6ab-4f49-b85c-6c6568096488, #wrap-s-209c171d-c6ab-4f49-b85c-6c6568096488 { display:none !important; }}







#s-209c171d-c6ab-4f49-b85c-6c6568096488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209c171d-c6ab-4f49-b85c-6c6568096488.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-820a2e67-b8e9-46ac-8bb8-70f6585cbade {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-820a2e67-b8e9-46ac-8bb8-70f6585cbade .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-820a2e67-b8e9-46ac-8bb8-70f6585cbade .shg-sld-nav-button.shg-sld-left,
#s-820a2e67-b8e9-46ac-8bb8-70f6585cbade .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-63d0fd16-388a-454b-bb54-fc9b906df78a {
  text-align: center;
}




  #s-63d0fd16-388a-454b-bb54-fc9b906df78a img.shogun-image {
    
    width: px;
  }


#s-63d0fd16-388a-454b-bb54-fc9b906df78a .shogun-image-content {
  
    align-items: center;
  
}

#s-00ff6919-36ca-46ce-826d-661edd0b7068 {
  text-align: center;
}




  #s-00ff6919-36ca-46ce-826d-661edd0b7068 img.shogun-image {
    
    width: px;
  }


#s-00ff6919-36ca-46ce-826d-661edd0b7068 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c247948-eeb7-49e5-ab6f-39605d2026e0 {
  text-align: center;
}




  #s-2c247948-eeb7-49e5-ab6f-39605d2026e0 img.shogun-image {
    
    width: px;
  }


#s-2c247948-eeb7-49e5-ab6f-39605d2026e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae2840c-eda0-4f25-acb5-9c09ccfd299a {
  text-align: center;
}




  #s-0ae2840c-eda0-4f25-acb5-9c09ccfd299a img.shogun-image {
    
    width: px;
  }


#s-0ae2840c-eda0-4f25-acb5-9c09ccfd299a .shogun-image-content {
  
    align-items: center;
  
}

#s-ea87a5f4-a5b3-450e-a406-9f485902884c {
  text-align: center;
}




  #s-ea87a5f4-a5b3-450e-a406-9f485902884c img.shogun-image {
    
    width: px;
  }


#s-ea87a5f4-a5b3-450e-a406-9f485902884c .shogun-image-content {
  
    align-items: center;
  
}

#s-77c7a79b-8b68-4ee2-a08c-e105da304a66 {
  text-align: center;
}




  #s-77c7a79b-8b68-4ee2-a08c-e105da304a66 img.shogun-image {
    
    width: px;
  }


#s-77c7a79b-8b68-4ee2-a08c-e105da304a66 .shogun-image-content {
  
    align-items: center;
  
}

#s-a47db70e-7b87-43be-9c52-9afddd8a1079 {
  text-align: center;
}




  #s-a47db70e-7b87-43be-9c52-9afddd8a1079 img.shogun-image {
    
    width: px;
  }


#s-a47db70e-7b87-43be-9c52-9afddd8a1079 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-00ea6e34-4e1a-4b50-abc3-56f9ecee3373 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 21px;
padding-bottom: 21px;
text-align: center;
}

#s-00ea6e34-4e1a-4b50-abc3-56f9ecee3373 .shogun-heading-component h1 {
  color: rgba(255, 163, 203, 1);
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-03418055-2c5d-4b4f-b318-0eac4f5d8570 {
  display: none;
}
#s-03418055-2c5d-4b4f-b318-0eac4f5d8570, #wrap-s-03418055-2c5d-4b4f-b318-0eac4f5d8570 { display:none !important; }}
@media (min-width: 1200px){#s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b {
  display: none;
}
#s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b, #wrap-s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b {
  display: none;
}
#s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b, #wrap-s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b {
  display: none;
}
#s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b, #wrap-s-a4831a83-b757-4e8f-b7ca-8d11a6913a6b { display:none !important; }}
#s-7b51ce92-e0c6-4760-8ab1-fa0e1cfe49fc {
  margin-top: -10px;
text-align: center;
}
@media (max-width: 767px){#s-7b51ce92-e0c6-4760-8ab1-fa0e1cfe49fc {
  margin-top: 5px;
margin-bottom: 5px;
}
}



  #s-7b51ce92-e0c6-4760-8ab1-fa0e1cfe49fc img.shogun-image {
    
    width: px;
  }


#s-7b51ce92-e0c6-4760-8ab1-fa0e1cfe49fc .shogun-image-content {
  
    align-items: center;
  
}

#s-44810b41-8642-4a45-bddc-51603c74aef1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44810b41-8642-4a45-bddc-51603c74aef1 {
  display: none;
}
#s-44810b41-8642-4a45-bddc-51603c74aef1, #wrap-s-44810b41-8642-4a45-bddc-51603c74aef1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44810b41-8642-4a45-bddc-51603c74aef1 {
  display: none;
}
#s-44810b41-8642-4a45-bddc-51603c74aef1, #wrap-s-44810b41-8642-4a45-bddc-51603c74aef1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44810b41-8642-4a45-bddc-51603c74aef1 {
  display: none;
}
#s-44810b41-8642-4a45-bddc-51603c74aef1, #wrap-s-44810b41-8642-4a45-bddc-51603c74aef1 { display:none !important; }}







#s-44810b41-8642-4a45-bddc-51603c74aef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44810b41-8642-4a45-bddc-51603c74aef1.shg-box.shg-c {
  justify-content: center;
}

#s-ac7ed9d7-ff44-458f-9fa2-63f82c7d3715 {
  text-align: center;
}




  #s-ac7ed9d7-ff44-458f-9fa2-63f82c7d3715 img.shogun-image {
    
    width: px;
  }


#s-ac7ed9d7-ff44-458f-9fa2-63f82c7d3715 .shogun-image-content {
  
    align-items: center;
  
}

#s-c533e08f-181b-4c0a-ae32-96a2fbf24afb {
  text-align: center;
}




  #s-c533e08f-181b-4c0a-ae32-96a2fbf24afb img.shogun-image {
    
    width: px;
  }


#s-c533e08f-181b-4c0a-ae32-96a2fbf24afb .shogun-image-content {
  
    align-items: center;
  
}

#s-64b7f680-8717-4881-a257-b7af71fef811 {
  margin-left: 0px;
}








#s-64b7f680-8717-4881-a257-b7af71fef811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64b7f680-8717-4881-a257-b7af71fef811.shg-box.shg-c {
  justify-content: center;
}

#s-aeb82204-c8e3-4e8e-8f88-177450ecd415 {
  margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-aeb82204-c8e3-4e8e-8f88-177450ecd415 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-2059886e-3c4b-4fb1-8301-8a8f39f758dd {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-2059886e-3c4b-4fb1-8301-8a8f39f758dd {
  padding-left: 35px;
padding-right: 35px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-ed20d26a-2eea-40e2-a538-cc8f44671d80 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ed20d26a-2eea-40e2-a538-cc8f44671d80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed20d26a-2eea-40e2-a538-cc8f44671d80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed20d26a-2eea-40e2-a538-cc8f44671d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08456624-8496-4148-bf48-68339f23a4ec {
  padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}

#s-08456624-8496-4148-bf48-68339f23a4ec .shogun-heading-component h1 {
  color: rgba(255, 163, 203, 1);
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b6261fc-6e74-4579-a517-df628d8153c4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4b6261fc-6e74-4579-a517-df628d8153c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b6261fc-6e74-4579-a517-df628d8153c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b6261fc-6e74-4579-a517-df628d8153c4 {
  
}
}@media (max-width: 767px){#s-4b6261fc-6e74-4579-a517-df628d8153c4 {
  
}
}
#s-4b6261fc-6e74-4579-a517-df628d8153c4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4b6261fc-6e74-4579-a517-df628d8153c4 .shg-sld-nav-button.shg-sld-left,
#s-4b6261fc-6e74-4579-a517-df628d8153c4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

#s-0be96757-212f-49c9-91cd-4e9867805f0f {
  
}
@media (min-width: 1200px){#s-0be96757-212f-49c9-91cd-4e9867805f0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0be96757-212f-49c9-91cd-4e9867805f0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0be96757-212f-49c9-91cd-4e9867805f0f {
  
}
}@media (max-width: 767px){#s-0be96757-212f-49c9-91cd-4e9867805f0f {
  
}
}
@media (min-width: 0px) {
[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0be96757-212f-49c9-91cd-4e9867805f0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9cd92e40-5ffc-4fe0-adf8-4d7e77cad47a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9cd92e40-5ffc-4fe0-adf8-4d7e77cad47a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cd92e40-5ffc-4fe0-adf8-4d7e77cad47a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cd92e40-5ffc-4fe0-adf8-4d7e77cad47a {
  
}
}@media (max-width: 767px){#s-9cd92e40-5ffc-4fe0-adf8-4d7e77cad47a {
  
}
}
#s-9cd92e40-5ffc-4fe0-adf8-4d7e77cad47a {
  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-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  
}
}@media (max-width: 767px){#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  
}
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  max-width: 100%;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom,
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  max-width: 100%;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom,
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  max-width: 100%;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom,
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  max-width: 100%;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom,
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 {
  max-width: 100%;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom,
.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aaccb1a5-0c71-4d44-a52d-e80e859b24c5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-4bf55a13-9865-4765-a09d-afbc9a8ab78a {
  min-height: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4bf55a13-9865-4765-a09d-afbc9a8ab78a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bf55a13-9865-4765-a09d-afbc9a8ab78a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bf55a13-9865-4765-a09d-afbc9a8ab78a {
  
}
}@media (max-width: 767px){#s-4bf55a13-9865-4765-a09d-afbc9a8ab78a {
  
}
}
#s-4bf55a13-9865-4765-a09d-afbc9a8ab78a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 {
  text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 {
  
}
}@media (max-width: 767px){#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 {
  
}
}
#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-8eb52e3e-82ed-44fe-ac7e-b4c469f33257 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-529dd06f-10d3-454b-b9fa-ceb200e9af92 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-529dd06f-10d3-454b-b9fa-ceb200e9af92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-529dd06f-10d3-454b-b9fa-ceb200e9af92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-529dd06f-10d3-454b-b9fa-ceb200e9af92 {
  
}
}@media (max-width: 767px){#s-529dd06f-10d3-454b-b9fa-ceb200e9af92 {
  
}
}
#s-529dd06f-10d3-454b-b9fa-ceb200e9af92 {
  display: none;
}
#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  
}
}@media (max-width: 767px){#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  
}
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  max-width: 100%;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom,
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  max-width: 100%;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom,
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  max-width: 100%;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom,
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  max-width: 100%;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom,
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 {
  max-width: 100%;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom,
.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8174a390-003d-488e-bd6b-fd55f96e2dd4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3d51cda1-6aed-459b-afa7-82ccb353c9ba {
  min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3d51cda1-6aed-459b-afa7-82ccb353c9ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d51cda1-6aed-459b-afa7-82ccb353c9ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d51cda1-6aed-459b-afa7-82ccb353c9ba {
  
}
}@media (max-width: 767px){#s-3d51cda1-6aed-459b-afa7-82ccb353c9ba {
  
}
}
#s-3d51cda1-6aed-459b-afa7-82ccb353c9ba .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb {
  text-align: center;
}
@media (min-width: 1200px){#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb {
  
}
}@media (max-width: 767px){#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb {
  
}
}
#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-5455173d-55e2-4a8d-91f5-1be5d5a700eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-575b60e3-36b3-4099-8c67-9c44fc9702b6 {
  
}
@media (min-width: 1200px){#s-575b60e3-36b3-4099-8c67-9c44fc9702b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-575b60e3-36b3-4099-8c67-9c44fc9702b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-575b60e3-36b3-4099-8c67-9c44fc9702b6 {
  
}
}@media (max-width: 767px){#s-575b60e3-36b3-4099-8c67-9c44fc9702b6 {
  
}
}
@media (min-width: 0px) {
[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-575b60e3-36b3-4099-8c67-9c44fc9702b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d304e829-2ffb-42dd-9103-f041689cfbc3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d304e829-2ffb-42dd-9103-f041689cfbc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d304e829-2ffb-42dd-9103-f041689cfbc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d304e829-2ffb-42dd-9103-f041689cfbc3 {
  
}
}@media (max-width: 767px){#s-d304e829-2ffb-42dd-9103-f041689cfbc3 {
  
}
}
#s-d304e829-2ffb-42dd-9103-f041689cfbc3 {
  display: none;
}
#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  
}
}@media (max-width: 767px){#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  
}
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  max-width: 100%;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom,
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  max-width: 100%;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom,
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  max-width: 100%;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom,
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  max-width: 100%;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom,
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae {
  max-width: 100%;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom,
.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b869432-9b5e-4309-9cc0-20f9665889ae .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-82fb1183-f87d-4d63-af00-e4528b79f268 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-82fb1183-f87d-4d63-af00-e4528b79f268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82fb1183-f87d-4d63-af00-e4528b79f268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82fb1183-f87d-4d63-af00-e4528b79f268 {
  
}
}@media (max-width: 767px){#s-82fb1183-f87d-4d63-af00-e4528b79f268 {
  
}
}
#s-82fb1183-f87d-4d63-af00-e4528b79f268 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 {
  text-align: center;
}
@media (min-width: 1200px){#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 {
  
}
}@media (max-width: 767px){#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 {
  
}
}
#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-0caee115-2dc4-41a0-b456-5114e1bb4de5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-55824549-0078-4538-ab27-62b84f75d11c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-55824549-0078-4538-ab27-62b84f75d11c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55824549-0078-4538-ab27-62b84f75d11c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55824549-0078-4538-ab27-62b84f75d11c {
  
}
}@media (max-width: 767px){#s-55824549-0078-4538-ab27-62b84f75d11c {
  
}
}
#s-55824549-0078-4538-ab27-62b84f75d11c {
  display: none;
}
#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  
}
}@media (max-width: 767px){#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  
}
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  max-width: 100%;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom,
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  max-width: 100%;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom,
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  max-width: 100%;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom,
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  max-width: 100%;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom,
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 {
  max-width: 100%;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom,
.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bb87bd1e-7686-42f1-98d9-b8648bee8005 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7896ce73-d2f6-43a8-82fe-8ece6c56c037 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-7896ce73-d2f6-43a8-82fe-8ece6c56c037 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7896ce73-d2f6-43a8-82fe-8ece6c56c037 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7896ce73-d2f6-43a8-82fe-8ece6c56c037 {
  
}
}@media (max-width: 767px){#s-7896ce73-d2f6-43a8-82fe-8ece6c56c037 {
  
}
}
#s-7896ce73-d2f6-43a8-82fe-8ece6c56c037 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 {
  text-align: center;
}
@media (min-width: 1200px){#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 {
  
}
}@media (max-width: 767px){#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 {
  
}
}
#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-337b0a27-c5e3-4cf5-a19f-23a23c5b0ef4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-2bb44951-cabb-402b-a252-76a22f16c4bc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2bb44951-cabb-402b-a252-76a22f16c4bc {
  display: none;
}
#s-2bb44951-cabb-402b-a252-76a22f16c4bc, #wrap-s-2bb44951-cabb-402b-a252-76a22f16c4bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bb44951-cabb-402b-a252-76a22f16c4bc {
  display: none;
}
#s-2bb44951-cabb-402b-a252-76a22f16c4bc, #wrap-s-2bb44951-cabb-402b-a252-76a22f16c4bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bb44951-cabb-402b-a252-76a22f16c4bc {
  display: none;
}
#s-2bb44951-cabb-402b-a252-76a22f16c4bc, #wrap-s-2bb44951-cabb-402b-a252-76a22f16c4bc { display:none !important; }}







#s-2bb44951-cabb-402b-a252-76a22f16c4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb44951-cabb-402b-a252-76a22f16c4bc.shg-box.shg-c {
  justify-content: center;
}

#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c {
  text-align: center;
}
@media (min-width: 1200px){#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c {
  display: none;
}
#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c, #wrap-s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c {
  display: none;
}
#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c, #wrap-s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c {
  display: none;
}
#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c, #wrap-s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c { display:none !important; }}



  #s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c img.shogun-image {
    
    width: px;
  }


#s-9ef7412d-a9a7-4d2b-9aa9-6a5a73812c7c .shogun-image-content {
  
    align-items: center;
  
}

#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 {
  display: none;
}
#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3, #wrap-s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 {
  display: none;
}
#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3, #wrap-s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 {
  display: none;
}
#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3, #wrap-s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 { display:none !important; }}
#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 .shg-sld-nav-button.shg-sld-left,
#s-14be7594-f3ee-4f88-8e8a-a8574d55dee3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-11cf51be-bb74-468a-bd49-f1987955ee22 {
  text-align: center;
}




  #s-11cf51be-bb74-468a-bd49-f1987955ee22 img.shogun-image {
    
    width: px;
  }


#s-11cf51be-bb74-468a-bd49-f1987955ee22 .shogun-image-content {
  
    align-items: center;
  
}

#s-d59259d6-d79f-44fe-a82e-3072bae79542 {
  min-height: 50px;
}








#s-d59259d6-d79f-44fe-a82e-3072bae79542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d59259d6-d79f-44fe-a82e-3072bae79542.shg-box.shg-c {
  justify-content: center;
}

#s-e0dea50c-58c7-4e9a-80ac-683c7adc9d3e {
  text-align: center;
}




  #s-e0dea50c-58c7-4e9a-80ac-683c7adc9d3e img.shogun-image {
    
    width: px;
  }


#s-e0dea50c-58c7-4e9a-80ac-683c7adc9d3e .shogun-image-content {
  
    align-items: center;
  
}








#s-a5e18eac-2ae5-463f-8fe8-f823bdd64fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5e18eac-2ae5-463f-8fe8-f823bdd64fe4.shg-box.shg-c {
  justify-content: center;
}

#s-5e8f7355-4ca8-402c-8a8b-0aa8f866aa4e {
  text-align: center;
}




  #s-5e8f7355-4ca8-402c-8a8b-0aa8f866aa4e img.shogun-image {
    
    width: px;
  }


#s-5e8f7355-4ca8-402c-8a8b-0aa8f866aa4e .shogun-image-content {
  
    align-items: center;
  
}

#s-b8c33426-de44-42ef-abc5-0c9fa6484c7c {
  min-height: 50px;
}








#s-b8c33426-de44-42ef-abc5-0c9fa6484c7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8c33426-de44-42ef-abc5-0c9fa6484c7c.shg-box.shg-c {
  justify-content: center;
}

#s-c9446405-57ae-4c8e-a5d5-ff3bcebaad5c {
  max-width: 500px;
}
@media (max-width: 767px){#s-c9446405-57ae-4c8e-a5d5-ff3bcebaad5c {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-ff3f5c98-2962-46b9-8f6c-7f5b583c0186 {
  max-width: 500px;
}
@media (max-width: 767px){#s-ff3f5c98-2962-46b9-8f6c-7f5b583c0186 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-d461b0e9-f749-4f06-9ed6-3710c2f3ab42 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (max-width: 767px){#s-d461b0e9-f749-4f06-9ed6-3710c2f3ab42 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39 {
  min-height: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39 {
  min-height: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39 {
  
}
}@media (max-width: 767px){#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39 {
  
}
}







#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15adf0e4-d57b-4d09-b3fd-855f28d7ca39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 {
  
}
}@media (max-width: 767px){#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 {
  display: none;
}
#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1, #wrap-s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 { display:none !important; }}







#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1 > .shg-box-overlay {
  background-color: rgba(223, 223, 223, 1);
  opacity: 0.6;
}#s-f3953b5c-e657-442d-b1a8-5b6f67f58fd1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-196f91e0-ce2a-4db3-8243-895281f9b68a {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-196f91e0-ce2a-4db3-8243-895281f9b68a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-196f91e0-ce2a-4db3-8243-895281f9b68a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-196f91e0-ce2a-4db3-8243-895281f9b68a {
  
}
}@media (max-width: 767px){#s-196f91e0-ce2a-4db3-8243-895281f9b68a {
  
}
}
#s-196f91e0-ce2a-4db3-8243-895281f9b68a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: arimo;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c86d20db-1aa0-47de-a62c-0d416e4edaff {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-left: 200px;
margin-right: 200px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c86d20db-1aa0-47de-a62c-0d416e4edaff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c86d20db-1aa0-47de-a62c-0d416e4edaff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c86d20db-1aa0-47de-a62c-0d416e4edaff {
  
}
}@media (max-width: 767px){#s-c86d20db-1aa0-47de-a62c-0d416e4edaff {
  
}
}
#s-8b0ec84b-f506-48f8-9daa-9f29e1115967 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b0ec84b-f506-48f8-9daa-9f29e1115967"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b574375b-a040-4b21-b443-5adeaf884380 {
  border-style: solid;
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(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(16, 16, 16, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b574375b-a040-4b21-b443-5adeaf884380:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(249, 202, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b574375b-a040-4b21-b443-5adeaf884380:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b574375b-a040-4b21-b443-5adeaf884380 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b574375b-a040-4b21-b443-5adeaf884380 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b574375b-a040-4b21-b443-5adeaf884380 {
  
}
}@media (max-width: 767px){#s-b574375b-a040-4b21-b443-5adeaf884380 {
  
}
}


#s-b574375b-a040-4b21-b443-5adeaf884380.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 {
  margin-top: -2px;
margin-left: auto;
margin-bottom: -2px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 {
  display: none;
}
#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3, #wrap-s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 {
  display: none;
}
#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3, #wrap-s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 {
  display: none;
}
#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3, #wrap-s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 { display:none !important; }}@media (max-width: 767px){#s-2bfbf2fd-33c5-4cfe-a879-379860278aa3 {
  
}
}
@media (min-width: 0px) {
[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2bfbf2fd-33c5-4cfe-a879-379860278aa3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1824404b-9078-41f9-add4-afe5f9a7f443 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 30px;
padding-right: 30px;
}

#s-fbe0849a-1167-4fb6-a4f2-7aa5c1ddbeb5 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 30px;
padding-right: 30px;
}

#s-eee22cc9-eb05-4e61-a8b6-b8814e0b2968 {
  text-align: center;
}




  #s-eee22cc9-eb05-4e61-a8b6-b8814e0b2968 img.shogun-image {
    
    width: px;
  }


#s-eee22cc9-eb05-4e61-a8b6-b8814e0b2968 .shogun-image-content {
  
    align-items: center;
  
}

#s-e57a11d6-3781-4518-bbba-dfde37fe6982 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e57a11d6-3781-4518-bbba-dfde37fe6982 {
  margin-top: 0px;
padding-top: 6px;
padding-bottom: 6px;
}
}@media (max-width: 767px){#s-e57a11d6-3781-4518-bbba-dfde37fe6982 {
  display: none;
}
#s-e57a11d6-3781-4518-bbba-dfde37fe6982, #wrap-s-e57a11d6-3781-4518-bbba-dfde37fe6982 { display:none !important; }}
#s-e57a11d6-3781-4518-bbba-dfde37fe6982 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e57a11d6-3781-4518-bbba-dfde37fe6982 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-e57a11d6-3781-4518-bbba-dfde37fe6982 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-4aeb5470-7246-4a6f-9d19-e4eb2a659ee7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4aeb5470-7246-4a6f-9d19-e4eb2a659ee7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0aaf4841-a8d0-4e25-aa9c-3e7ad31c72c6 {
  margin-left: 34%;
margin-right: 34%;
max-width: 400px;
text-align: center;
}




  #s-0aaf4841-a8d0-4e25-aa9c-3e7ad31c72c6 img.shogun-image {
    
    width: px;
  }


#s-0aaf4841-a8d0-4e25-aa9c-3e7ad31c72c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-56d5d75b-c617-41e8-a75c-0fb578543c97 {
  min-height: 50px;
}
@media (max-width: 767px){#s-56d5d75b-c617-41e8-a75c-0fb578543c97 {
  display: none;
}
#s-56d5d75b-c617-41e8-a75c-0fb578543c97, #wrap-s-56d5d75b-c617-41e8-a75c-0fb578543c97 { display:none !important; }}







#s-56d5d75b-c617-41e8-a75c-0fb578543c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56d5d75b-c617-41e8-a75c-0fb578543c97.shg-box.shg-c {
  justify-content: center;
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  display: none;
}
#s-4366b923-ddae-4026-9460-aeb19a623a80, #wrap-s-4366b923-ddae-4026-9460-aeb19a623a80 { display:none !important; }}@media (max-width: 767px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  display: none;
}
#s-4366b923-ddae-4026-9460-aeb19a623a80, #wrap-s-4366b923-ddae-4026-9460-aeb19a623a80 { display:none !important; }}
#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-nav-button.shg-sld-left,
#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a980619e-3f73-4e4e-84c2-f069451ae12c {
  text-align: center;
background-color: rgba(0, 0, 0, 1);
}




  #s-a980619e-3f73-4e4e-84c2-f069451ae12c img.shogun-image {
    
    width: px;
  }


#s-a980619e-3f73-4e4e-84c2-f069451ae12c .shogun-image-content {
  
    align-items: center;
  
}

#s-4f99327f-8788-45d3-b91d-b47dd2ac6912 {
  text-align: center;
}




  #s-4f99327f-8788-45d3-b91d-b47dd2ac6912 img.shogun-image {
    
    width: px;
  }


#s-4f99327f-8788-45d3-b91d-b47dd2ac6912 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e924fe-b899-4438-9e91-94d17acf86e3 {
  min-height: 50px;
}








#s-c9e924fe-b899-4438-9e91-94d17acf86e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9e924fe-b899-4438-9e91-94d17acf86e3.shg-box.shg-c {
  justify-content: center;
}

#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 {
  display: none;
}
#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1, #wrap-s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 {
  display: none;
}
#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1, #wrap-s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 { display:none !important; }}@media (max-width: 767px){#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 {
  display: none;
}
#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1, #wrap-s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 { display:none !important; }}
#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 .shg-sld-nav-button.shg-sld-left,
#s-689abc3f-e6c7-4864-892b-06ed7ffe69d1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-515ef16f-39c1-4ef2-8d1c-34fcda3299de {
  text-align: center;
}




  #s-515ef16f-39c1-4ef2-8d1c-34fcda3299de img.shogun-image {
    
    width: px;
  }


#s-515ef16f-39c1-4ef2-8d1c-34fcda3299de .shogun-image-content {
  
    align-items: center;
  
}

#s-905ad4d0-b134-4203-9b0b-925bb5f473c6 {
  text-align: center;
}




  #s-905ad4d0-b134-4203-9b0b-925bb5f473c6 img.shogun-image {
    
    width: px;
  }


#s-905ad4d0-b134-4203-9b0b-925bb5f473c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee75c503-3667-4f01-942b-5214af81b54e {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee75c503-3667-4f01-942b-5214af81b54e .shogun-heading-component h1 {
  color: rgba(255, 163, 203, 1);
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c22f183-dec1-4dcc-a705-ad7bb9b2cc38 {
  margin-top: -10px;
text-align: center;
}




  #s-0c22f183-dec1-4dcc-a705-ad7bb9b2cc38 img.shogun-image {
    
    width: px;
  }


#s-0c22f183-dec1-4dcc-a705-ad7bb9b2cc38 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0 {
  background-color: rgba(242, 241, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0 {
  display: none;
}
#s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0, #wrap-s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0b47dbb6-2806-4ef7-8bc3-2f3d1cff09c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cab491d0-75bb-46c6-ae63-23efc65d700d {
  margin-top: 25px;
margin-bottom: 25px;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-cab491d0-75bb-46c6-ae63-23efc65d700d {
  margin-left: 20%;
margin-right: 20%;
}
}



  #s-cab491d0-75bb-46c6-ae63-23efc65d700d img.shogun-image {
    
    width: px;
  }


#s-cab491d0-75bb-46c6-ae63-23efc65d700d .shogun-image-content {
  
    align-items: center;
  
}

#s-1aa8d643-8fad-417e-bd00-91f6aeee3677 {
  margin-left: 0px;
margin-right: 50px;
min-height: 336px;
}








#s-1aa8d643-8fad-417e-bd00-91f6aeee3677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aa8d643-8fad-417e-bd00-91f6aeee3677.shg-box.shg-c {
  justify-content: center;
}

#s-8e3519c0-4a33-4342-9ff1-fdcbfe6535a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e3519c0-4a33-4342-9ff1-fdcbfe6535a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: GoldenPlain;
  font-style:   ;
  font-size: 1.5em;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3fb2da93-05fb-4b4d-9e99-4f7d2ffbc318 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-a9d8551c-3a70-4721-829a-0d58db10a0ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a9d8551c-3a70-4721-829a-0d58db10a0ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9d8551c-3a70-4721-829a-0d58db10a0ec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9d8551c-3a70-4721-829a-0d58db10a0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-252d1582-5ace-4ca1-9bef-0a79790300c4 {
  background-color: rgba(242, 241, 247, 1);
}
@media (min-width: 1200px){#s-252d1582-5ace-4ca1-9bef-0a79790300c4 {
  display: none;
}
#s-252d1582-5ace-4ca1-9bef-0a79790300c4, #wrap-s-252d1582-5ace-4ca1-9bef-0a79790300c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-252d1582-5ace-4ca1-9bef-0a79790300c4 {
  display: none;
}
#s-252d1582-5ace-4ca1-9bef-0a79790300c4, #wrap-s-252d1582-5ace-4ca1-9bef-0a79790300c4 { display:none !important; }}@media (max-width: 767px){#s-252d1582-5ace-4ca1-9bef-0a79790300c4 {
  display: none;
}
#s-252d1582-5ace-4ca1-9bef-0a79790300c4, #wrap-s-252d1582-5ace-4ca1-9bef-0a79790300c4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-252d1582-5ace-4ca1-9bef-0a79790300c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c1d154a7-5e9b-4b96-a997-3a3ddb7358a4 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-c1d154a7-5e9b-4b96-a997-3a3ddb7358a4 {
  margin-left: 20%;
margin-right: 20%;
}
}



  #s-c1d154a7-5e9b-4b96-a997-3a3ddb7358a4 img.shogun-image {
    
    width: px;
  }


#s-c1d154a7-5e9b-4b96-a997-3a3ddb7358a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-38669559-6ad5-4fbd-bb3e-10de9560a28b {
  margin-left: 0px;
margin-right: 50px;
min-height: 336px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38669559-6ad5-4fbd-bb3e-10de9560a28b {
  margin-top: -60px;
margin-right: 10%;
}
}







#s-38669559-6ad5-4fbd-bb3e-10de9560a28b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38669559-6ad5-4fbd-bb3e-10de9560a28b.shg-box.shg-c {
  justify-content: center;
}

#s-b93223c6-ad25-4958-8e33-eccc37289226 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-b93223c6-ad25-4958-8e33-eccc37289226 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: GoldenPlain;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23527ac2-a611-407f-a9b1-044e9255c978 {
  margin-left: 0px;
margin-right: 0px;
}

#s-4de2b251-8473-47ff-a1d8-b105bdfb7915 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4de2b251-8473-47ff-a1d8-b105bdfb7915:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4de2b251-8473-47ff-a1d8-b105bdfb7915:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4de2b251-8473-47ff-a1d8-b105bdfb7915.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab1d30c4-fcf9-4a63-9cdc-9399f2d1630f {
  min-height: 50px;
}








#s-ab1d30c4-fcf9-4a63-9cdc-9399f2d1630f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab1d30c4-fcf9-4a63-9cdc-9399f2d1630f.shg-box.shg-c {
  justify-content: center;
}

#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb {
  padding-left: 25%;
padding-right: 25%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb {
  display: none;
}
#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb, #wrap-s-b382558a-7c58-4270-a1f2-f1ff37de6cbb { display:none !important; }}@media (max-width: 767px){#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb {
  display: none;
}
#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb, #wrap-s-b382558a-7c58-4270-a1f2-f1ff37de6cbb { display:none !important; }}



  #s-b382558a-7c58-4270-a1f2-f1ff37de6cbb img.shogun-image {
    
    width: px;
  }


#s-b382558a-7c58-4270-a1f2-f1ff37de6cbb .shogun-image-content {
  
    align-items: center;
  
}

#s-8c2132ef-e43a-484d-86fb-c188ad828555 {
  min-height: 50px;
}








#s-8c2132ef-e43a-484d-86fb-c188ad828555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2132ef-e43a-484d-86fb-c188ad828555.shg-box.shg-c {
  justify-content: center;
}

#s-5e2038a1-7d04-4179-bef5-20d0a9745563 {
  padding-left: 15%;
padding-right: 15%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-5e2038a1-7d04-4179-bef5-20d0a9745563 {
  display: none;
}
#s-5e2038a1-7d04-4179-bef5-20d0a9745563, #wrap-s-5e2038a1-7d04-4179-bef5-20d0a9745563 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e2038a1-7d04-4179-bef5-20d0a9745563 {
  display: none;
}
#s-5e2038a1-7d04-4179-bef5-20d0a9745563, #wrap-s-5e2038a1-7d04-4179-bef5-20d0a9745563 { display:none !important; }}@media (max-width: 767px){#s-5e2038a1-7d04-4179-bef5-20d0a9745563 {
  display: none;
}
#s-5e2038a1-7d04-4179-bef5-20d0a9745563, #wrap-s-5e2038a1-7d04-4179-bef5-20d0a9745563 { display:none !important; }}



  #s-5e2038a1-7d04-4179-bef5-20d0a9745563 img.shogun-image {
    
    width: px;
  }


#s-5e2038a1-7d04-4179-bef5-20d0a9745563 .shogun-image-content {
  
    align-items: center;
  
}

#s-807769af-3286-459a-bfb6-65bb9f4e3db1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-807769af-3286-459a-bfb6-65bb9f4e3db1 {
  
}
}@media (max-width: 767px){#s-807769af-3286-459a-bfb6-65bb9f4e3db1 {
  
}
}







#s-807769af-3286-459a-bfb6-65bb9f4e3db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807769af-3286-459a-bfb6-65bb9f4e3db1.shg-box.shg-c {
  justify-content: center;
}

#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 {
  display: none;
}
#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9, #wrap-s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 {
  display: none;
}
#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9, #wrap-s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 {
  display: none;
}
#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9, #wrap-s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 { display:none !important; }}@media (max-width: 767px){#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 {
  display: none;
}
#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9, #wrap-s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 { display:none !important; }}
#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 .shg-sld-nav-button.shg-sld-left,
#s-5c9819a5-587d-4706-a0d8-1f504db6a6f9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-122b7044-4abf-452f-a3f6-91f744435f8d {
  
}
@media (min-width: 1200px){#s-122b7044-4abf-452f-a3f6-91f744435f8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-122b7044-4abf-452f-a3f6-91f744435f8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-122b7044-4abf-452f-a3f6-91f744435f8d {
  
}
}@media (max-width: 767px){#s-122b7044-4abf-452f-a3f6-91f744435f8d {
  
}
}
@media (min-width: 0px) {
[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-122b7044-4abf-452f-a3f6-91f744435f8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-513bd1e3-aebb-4c31-b94f-f2471b8f61ac {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-513bd1e3-aebb-4c31-b94f-f2471b8f61ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-513bd1e3-aebb-4c31-b94f-f2471b8f61ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-513bd1e3-aebb-4c31-b94f-f2471b8f61ac {
  
}
}@media (max-width: 767px){#s-513bd1e3-aebb-4c31-b94f-f2471b8f61ac {
  
}
}
#s-513bd1e3-aebb-4c31-b94f-f2471b8f61ac {
  display: none;
}
#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  
}
}@media (max-width: 767px){#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  
}
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  max-width: 100%;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom,
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  max-width: 100%;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom,
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  max-width: 100%;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom,
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  max-width: 100%;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom,
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 {
  max-width: 100%;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom,
.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeef8b8b-40bd-4da0-807f-5d5d9d7d63f0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9db3abb1-7708-4f4c-9309-f9400dea0d39 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-9db3abb1-7708-4f4c-9309-f9400dea0d39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db3abb1-7708-4f4c-9309-f9400dea0d39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db3abb1-7708-4f4c-9309-f9400dea0d39 {
  
}
}@media (max-width: 767px){#s-9db3abb1-7708-4f4c-9309-f9400dea0d39 {
  
}
}
#s-9db3abb1-7708-4f4c-9309-f9400dea0d39 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 {
  text-align: center;
}
@media (min-width: 1200px){#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 {
  
}
}@media (max-width: 767px){#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 {
  
}
}
#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-2db1f0e1-8c30-46bf-b3ab-43ac99d38328 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-5f484100-d305-48dc-8c72-b9fa9f93cdaa {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-5f484100-d305-48dc-8c72-b9fa9f93cdaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f484100-d305-48dc-8c72-b9fa9f93cdaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f484100-d305-48dc-8c72-b9fa9f93cdaa {
  
}
}@media (max-width: 767px){#s-5f484100-d305-48dc-8c72-b9fa9f93cdaa {
  
}
}
#s-5f484100-d305-48dc-8c72-b9fa9f93cdaa {
  display: none;
}
#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  
}
}@media (max-width: 767px){#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  
}
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  max-width: 100%;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom,
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  max-width: 100%;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom,
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  max-width: 100%;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom,
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  max-width: 100%;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom,
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 {
  max-width: 100%;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom,
.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135bab5b-c42a-4f98-b227-0da3d760c1a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5937248a-fb55-4fa9-a47d-7420805cce50 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-5937248a-fb55-4fa9-a47d-7420805cce50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5937248a-fb55-4fa9-a47d-7420805cce50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5937248a-fb55-4fa9-a47d-7420805cce50 {
  
}
}@media (max-width: 767px){#s-5937248a-fb55-4fa9-a47d-7420805cce50 {
  
}
}
#s-5937248a-fb55-4fa9-a47d-7420805cce50 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3e308b28-e059-440c-8490-6520e0660b6c {
  text-align: center;
}
@media (min-width: 1200px){#s-3e308b28-e059-440c-8490-6520e0660b6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e308b28-e059-440c-8490-6520e0660b6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e308b28-e059-440c-8490-6520e0660b6c {
  
}
}@media (max-width: 767px){#s-3e308b28-e059-440c-8490-6520e0660b6c {
  
}
}
#s-3e308b28-e059-440c-8490-6520e0660b6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3e308b28-e059-440c-8490-6520e0660b6c .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-3e308b28-e059-440c-8490-6520e0660b6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-7bb9d2c1-8cf1-42b4-bdf9-e200d98712dd {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7bb9d2c1-8cf1-42b4-bdf9-e200d98712dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bb9d2c1-8cf1-42b4-bdf9-e200d98712dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bb9d2c1-8cf1-42b4-bdf9-e200d98712dd {
  
}
}@media (max-width: 767px){#s-7bb9d2c1-8cf1-42b4-bdf9-e200d98712dd {
  
}
}
#s-7bb9d2c1-8cf1-42b4-bdf9-e200d98712dd {
  display: none;
}
#s-94229226-fbfe-4fe7-b1df-558952013085 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-94229226-fbfe-4fe7-b1df-558952013085 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94229226-fbfe-4fe7-b1df-558952013085 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94229226-fbfe-4fe7-b1df-558952013085 {
  
}
}@media (max-width: 767px){#s-94229226-fbfe-4fe7-b1df-558952013085 {
  
}
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 {
  max-width: 100%;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom,
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 {
  max-width: 100%;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom,
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 {
  max-width: 100%;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom,
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 {
  max-width: 100%;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom,
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 {
  max-width: 100%;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom,
.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94229226-fbfe-4fe7-b1df-558952013085 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-55ff6d51-0ecb-4ac8-a230-0e6e87e76a00 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-55ff6d51-0ecb-4ac8-a230-0e6e87e76a00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55ff6d51-0ecb-4ac8-a230-0e6e87e76a00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55ff6d51-0ecb-4ac8-a230-0e6e87e76a00 {
  
}
}@media (max-width: 767px){#s-55ff6d51-0ecb-4ac8-a230-0e6e87e76a00 {
  
}
}
#s-55ff6d51-0ecb-4ac8-a230-0e6e87e76a00 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-41c13aca-b191-4652-8570-b059792fc988 {
  text-align: center;
}
@media (min-width: 1200px){#s-41c13aca-b191-4652-8570-b059792fc988 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41c13aca-b191-4652-8570-b059792fc988 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41c13aca-b191-4652-8570-b059792fc988 {
  
}
}@media (max-width: 767px){#s-41c13aca-b191-4652-8570-b059792fc988 {
  
}
}
#s-41c13aca-b191-4652-8570-b059792fc988 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-41c13aca-b191-4652-8570-b059792fc988 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-41c13aca-b191-4652-8570-b059792fc988 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd44ce56-bec6-4353-8ee1-d0f7c13a3f8d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-fd44ce56-bec6-4353-8ee1-d0f7c13a3f8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd44ce56-bec6-4353-8ee1-d0f7c13a3f8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd44ce56-bec6-4353-8ee1-d0f7c13a3f8d {
  
}
}@media (max-width: 767px){#s-fd44ce56-bec6-4353-8ee1-d0f7c13a3f8d {
  
}
}
#s-fd44ce56-bec6-4353-8ee1-d0f7c13a3f8d {
  display: none;
}
#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  
}
}@media (max-width: 767px){#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  
}
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  max-width: 100%;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom,
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  max-width: 100%;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom,
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  max-width: 100%;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom,
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  max-width: 100%;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom,
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 {
  max-width: 100%;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom,
.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-978fb217-f959-4de1-8b75-b61fbf143d15 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3a330a14-9b6f-4d4c-b5ec-308f2c253813 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-3a330a14-9b6f-4d4c-b5ec-308f2c253813 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a330a14-9b6f-4d4c-b5ec-308f2c253813 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a330a14-9b6f-4d4c-b5ec-308f2c253813 {
  
}
}@media (max-width: 767px){#s-3a330a14-9b6f-4d4c-b5ec-308f2c253813 {
  
}
}
#s-3a330a14-9b6f-4d4c-b5ec-308f2c253813 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7909ee82-db53-4424-8246-a40e9a94a60c {
  text-align: center;
}
@media (min-width: 1200px){#s-7909ee82-db53-4424-8246-a40e9a94a60c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7909ee82-db53-4424-8246-a40e9a94a60c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7909ee82-db53-4424-8246-a40e9a94a60c {
  
}
}@media (max-width: 767px){#s-7909ee82-db53-4424-8246-a40e9a94a60c {
  
}
}
#s-7909ee82-db53-4424-8246-a40e9a94a60c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7909ee82-db53-4424-8246-a40e9a94a60c .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-7909ee82-db53-4424-8246-a40e9a94a60c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7 {
  
}
@media (min-width: 1200px){#s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7 {
  
}
}@media (max-width: 767px){#s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7 {
  
}
}
@media (min-width: 0px) {
[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bc4f710-0f03-4cfe-aeda-b683e55a36a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f62ea928-7c64-4149-af52-f7050c53d2c5 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f62ea928-7c64-4149-af52-f7050c53d2c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f62ea928-7c64-4149-af52-f7050c53d2c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f62ea928-7c64-4149-af52-f7050c53d2c5 {
  
}
}@media (max-width: 767px){#s-f62ea928-7c64-4149-af52-f7050c53d2c5 {
  
}
}
#s-f62ea928-7c64-4149-af52-f7050c53d2c5 {
  display: none;
}
#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  
}
}@media (max-width: 767px){#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  
}
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  max-width: 100%;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom,
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  max-width: 100%;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom,
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  max-width: 100%;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom,
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  max-width: 100%;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom,
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 {
  max-width: 100%;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom,
.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05d4f823-7e8a-4c03-8ec3-ab1f31493525 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f09103f8-fece-4d9c-b021-368dc8c5daa1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f09103f8-fece-4d9c-b021-368dc8c5daa1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f09103f8-fece-4d9c-b021-368dc8c5daa1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f09103f8-fece-4d9c-b021-368dc8c5daa1 {
  
}
}@media (max-width: 767px){#s-f09103f8-fece-4d9c-b021-368dc8c5daa1 {
  
}
}
#s-f09103f8-fece-4d9c-b021-368dc8c5daa1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b {
  text-align: center;
}
@media (min-width: 1200px){#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b {
  
}
}@media (max-width: 767px){#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b {
  
}
}
#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-4e8fc888-fe2f-4b5e-a6f8-afdcc3a9117b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-c2056a2f-be2a-4e94-8486-2c587359cb41 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-c2056a2f-be2a-4e94-8486-2c587359cb41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2056a2f-be2a-4e94-8486-2c587359cb41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2056a2f-be2a-4e94-8486-2c587359cb41 {
  
}
}@media (max-width: 767px){#s-c2056a2f-be2a-4e94-8486-2c587359cb41 {
  
}
}
#s-c2056a2f-be2a-4e94-8486-2c587359cb41 {
  display: none;
}
#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  
}
}@media (max-width: 767px){#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  
}
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  max-width: 100%;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom,
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  max-width: 100%;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom,
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  max-width: 100%;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom,
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  max-width: 100%;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom,
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf {
  max-width: 100%;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom,
.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84289b35-e2b3-46cb-b97b-4614d408fbaf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-67315b68-8eaf-4f3d-b0e5-591149a8fce8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-67315b68-8eaf-4f3d-b0e5-591149a8fce8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67315b68-8eaf-4f3d-b0e5-591149a8fce8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67315b68-8eaf-4f3d-b0e5-591149a8fce8 {
  
}
}@media (max-width: 767px){#s-67315b68-8eaf-4f3d-b0e5-591149a8fce8 {
  
}
}
#s-67315b68-8eaf-4f3d-b0e5-591149a8fce8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab {
  text-align: center;
}
@media (min-width: 1200px){#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab {
  
}
}@media (max-width: 767px){#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab {
  
}
}
#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-90a7a4c7-d5e3-472a-82bd-4f567de18cab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-de27519a-8f65-486e-ab4d-642750066d43 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-de27519a-8f65-486e-ab4d-642750066d43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de27519a-8f65-486e-ab4d-642750066d43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de27519a-8f65-486e-ab4d-642750066d43 {
  
}
}@media (max-width: 767px){#s-de27519a-8f65-486e-ab4d-642750066d43 {
  
}
}
#s-de27519a-8f65-486e-ab4d-642750066d43 {
  display: none;
}
#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  box-shadow:  0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  
}
}@media (max-width: 767px){#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  
}
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  max-width: 100%;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom,
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  max-width: 100%;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom,
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  max-width: 100%;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom,
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  max-width: 100%;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom,
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 {
  max-width: 100%;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom,
.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-184cd02c-a150-4d93-bb21-83c519afdf97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4b4847ae-cfdd-42fd-bf46-f3d7af558d4b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-4b4847ae-cfdd-42fd-bf46-f3d7af558d4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b4847ae-cfdd-42fd-bf46-f3d7af558d4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b4847ae-cfdd-42fd-bf46-f3d7af558d4b {
  
}
}@media (max-width: 767px){#s-4b4847ae-cfdd-42fd-bf46-f3d7af558d4b {
  
}
}
#s-4b4847ae-cfdd-42fd-bf46-f3d7af558d4b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b {
  text-align: center;
}
@media (min-width: 1200px){#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b {
  
}
}@media (max-width: 767px){#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b {
  
}
}
#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-e1dc1d55-e678-4709-bf40-9c243a6c7b9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-faa5a57b-0cae-4be9-9322-50fb3f9cabba {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-faa5a57b-0cae-4be9-9322-50fb3f9cabba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-faa5a57b-0cae-4be9-9322-50fb3f9cabba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-faa5a57b-0cae-4be9-9322-50fb3f9cabba {
  
}
}@media (max-width: 767px){#s-faa5a57b-0cae-4be9-9322-50fb3f9cabba {
  
}
}
#s-faa5a57b-0cae-4be9-9322-50fb3f9cabba {
  display: none;
}
#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  
}
}@media (max-width: 767px){#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  
}
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  max-width: 100%;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom,
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  max-width: 100%;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom,
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  max-width: 100%;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom,
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  max-width: 100%;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom,
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 {
  max-width: 100%;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom,
.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6210d54a-9d16-4b1a-8298-a82815bd1f64 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-39187e0c-a086-453d-9736-e5e148d61f19 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-39187e0c-a086-453d-9736-e5e148d61f19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39187e0c-a086-453d-9736-e5e148d61f19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39187e0c-a086-453d-9736-e5e148d61f19 {
  
}
}@media (max-width: 767px){#s-39187e0c-a086-453d-9736-e5e148d61f19 {
  
}
}
#s-39187e0c-a086-453d-9736-e5e148d61f19 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba {
  text-align: center;
}
@media (min-width: 1200px){#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba {
  
}
}@media (max-width: 767px){#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba {
  
}
}
#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-ee1f15bd-4f67-49f6-8962-c8eafb73ddba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-10385b12-e19a-403a-a350-63ac8bb6ec39 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-10385b12-e19a-403a-a350-63ac8bb6ec39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10385b12-e19a-403a-a350-63ac8bb6ec39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10385b12-e19a-403a-a350-63ac8bb6ec39 {
  
}
}@media (max-width: 767px){#s-10385b12-e19a-403a-a350-63ac8bb6ec39 {
  
}
}
#s-10385b12-e19a-403a-a350-63ac8bb6ec39 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-10385b12-e19a-403a-a350-63ac8bb6ec39 .shg-sld-nav-button.shg-sld-left,
#s-10385b12-e19a-403a-a350-63ac8bb6ec39 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bf3af54f-61c5-47ee-b296-6c9461df27a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf3af54f-61c5-47ee-b296-6c9461df27a0 .shogun-heading-component h1 {
  color: rgba(255, 163, 203, 1);
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ffb86d9-2765-4db9-accc-cf91389949c8 {
  
}
@media (min-width: 1200px){#s-5ffb86d9-2765-4db9-accc-cf91389949c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ffb86d9-2765-4db9-accc-cf91389949c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ffb86d9-2765-4db9-accc-cf91389949c8 {
  
}
}@media (max-width: 767px){#s-5ffb86d9-2765-4db9-accc-cf91389949c8 {
  
}
}
@media (min-width: 0px) {
[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5ffb86d9-2765-4db9-accc-cf91389949c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1f953268-a038-40d8-bf7c-4fff816f074b {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1f953268-a038-40d8-bf7c-4fff816f074b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f953268-a038-40d8-bf7c-4fff816f074b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f953268-a038-40d8-bf7c-4fff816f074b {
  
}
}@media (max-width: 767px){#s-1f953268-a038-40d8-bf7c-4fff816f074b {
  
}
}
#s-1f953268-a038-40d8-bf7c-4fff816f074b {
  display: none;
}
#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  
}
}@media (max-width: 767px){#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  
}
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  max-width: 100%;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom,
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  max-width: 100%;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom,
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  max-width: 100%;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom,
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  max-width: 100%;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom,
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e {
  max-width: 100%;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom,
.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855405b1-f758-48fd-a04c-5fe9dfeac63e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-693f3285-c75a-4beb-994c-27b4c08fd9ee {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-693f3285-c75a-4beb-994c-27b4c08fd9ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-693f3285-c75a-4beb-994c-27b4c08fd9ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-693f3285-c75a-4beb-994c-27b4c08fd9ee {
  
}
}@media (max-width: 767px){#s-693f3285-c75a-4beb-994c-27b4c08fd9ee {
  
}
}
#s-693f3285-c75a-4beb-994c-27b4c08fd9ee .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 {
  text-align: center;
}
@media (min-width: 1200px){#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 {
  
}
}@media (max-width: 767px){#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 {
  
}
}
#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-00e7d0cd-6e63-49d3-ac5c-b5d5b73550c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ca1b7b3f-120b-490c-a9bb-e15eec27ecca {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ca1b7b3f-120b-490c-a9bb-e15eec27ecca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca1b7b3f-120b-490c-a9bb-e15eec27ecca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca1b7b3f-120b-490c-a9bb-e15eec27ecca {
  
}
}@media (max-width: 767px){#s-ca1b7b3f-120b-490c-a9bb-e15eec27ecca {
  
}
}
#s-ca1b7b3f-120b-490c-a9bb-e15eec27ecca {
  display: none;
}
#s-082672f7-991a-43f8-b70c-3dea670b823d {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-082672f7-991a-43f8-b70c-3dea670b823d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-082672f7-991a-43f8-b70c-3dea670b823d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-082672f7-991a-43f8-b70c-3dea670b823d {
  
}
}@media (max-width: 767px){#s-082672f7-991a-43f8-b70c-3dea670b823d {
  
}
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d {
  max-width: 100%;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom,
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d {
  max-width: 100%;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom,
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d {
  max-width: 100%;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom,
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d {
  max-width: 100%;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom,
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d {
  max-width: 100%;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom,
.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-082672f7-991a-43f8-b70c-3dea670b823d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-afa8ab75-4cf8-4854-b3ad-b247c3da518a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-afa8ab75-4cf8-4854-b3ad-b247c3da518a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afa8ab75-4cf8-4854-b3ad-b247c3da518a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afa8ab75-4cf8-4854-b3ad-b247c3da518a {
  
}
}@media (max-width: 767px){#s-afa8ab75-4cf8-4854-b3ad-b247c3da518a {
  
}
}
#s-afa8ab75-4cf8-4854-b3ad-b247c3da518a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 {
  text-align: center;
}
@media (min-width: 1200px){#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 {
  
}
}@media (max-width: 767px){#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 {
  
}
}
#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-1c1be3dd-5973-43d2-a893-f4b587e65e01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-a037c182-df20-464b-873d-733fae257089 {
  min-height: 50px;
}








#s-a037c182-df20-464b-873d-733fae257089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a037c182-df20-464b-873d-733fae257089.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-deb604c3-d0d8-4bff-a9ed-dcf3ba5ce3be {
  display: none;
}
#s-deb604c3-d0d8-4bff-a9ed-dcf3ba5ce3be, #wrap-s-deb604c3-d0d8-4bff-a9ed-dcf3ba5ce3be { display:none !important; }}@media (max-width: 767px){#s-deb604c3-d0d8-4bff-a9ed-dcf3ba5ce3be {
  display: none;
}
#s-deb604c3-d0d8-4bff-a9ed-dcf3ba5ce3be, #wrap-s-deb604c3-d0d8-4bff-a9ed-dcf3ba5ce3be { display:none !important; }}
#s-fa80603d-cf3d-49b6-b336-22c4aff66644 {
  display: none;
}
#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  text-align: left;
}


.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  max-width: 100%;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom,
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  max-width: 100%;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom,
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  max-width: 100%;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom,
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  max-width: 100%;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom,
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  max-width: 100%;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom,
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 {
  max-width: 100%;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom,
.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-179e49a7-2efc-4854-a0bb-3310e3965bc7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-667389a1-9e0f-4cf8-92fc-3bb12a19dbb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-667389a1-9e0f-4cf8-92fc-3bb12a19dbb6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c1079eb-cbc3-4449-b8e3-c74ab576505c {
  text-align: center;
}

#s-3c1079eb-cbc3-4449-b8e3-c74ab576505c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c1079eb-cbc3-4449-b8e3-c74ab576505c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c1079eb-cbc3-4449-b8e3-c74ab576505c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8f1c54c-ab1f-4806-9cf7-ca8e422d334a {
  display: none;
}
#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  text-align: left;
}


.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  max-width: 100%;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom,
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  max-width: 100%;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom,
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  max-width: 100%;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom,
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  max-width: 100%;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom,
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  max-width: 100%;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom,
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd {
  max-width: 100%;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom,
.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84e6807a-01dd-4b7f-92f6-1bf65f309acd .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-160fae7a-6f4d-45d4-b837-cf78b035256b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-160fae7a-6f4d-45d4-b837-cf78b035256b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ae385fc4-49cc-48a0-b3f6-d8a9ed749bd5 {
  text-align: center;
}

#s-ae385fc4-49cc-48a0-b3f6-d8a9ed749bd5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae385fc4-49cc-48a0-b3f6-d8a9ed749bd5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ae385fc4-49cc-48a0-b3f6-d8a9ed749bd5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a04daf91-32ee-46c3-8fa4-df45925481b0 {
  display: none;
}
#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  text-align: left;
}


.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  max-width: 100%;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom,
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  max-width: 100%;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom,
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  max-width: 100%;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom,
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  max-width: 100%;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom,
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  max-width: 100%;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom,
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 {
  max-width: 100%;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom,
.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12dd9aec-4659-41da-8f5b-aee65210bd45 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c0e996e5-dd5a-4162-907c-3cc3b11a6fe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0e996e5-dd5a-4162-907c-3cc3b11a6fe2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-77f678ff-c478-4e37-83f5-8e6a5631948a {
  text-align: center;
}

#s-77f678ff-c478-4e37-83f5-8e6a5631948a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-77f678ff-c478-4e37-83f5-8e6a5631948a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-77f678ff-c478-4e37-83f5-8e6a5631948a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f268eb1-c44a-4485-bd62-126c80dc3037 {
  display: none;
}
#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  text-align: left;
}


.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  max-width: 100%;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom,
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  max-width: 100%;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom,
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  max-width: 100%;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom,
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  max-width: 100%;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom,
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  max-width: 100%;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom,
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 {
  max-width: 100%;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom,
.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db435907-38b3-46c1-bde4-c9232658b8e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-fb2dabd9-8acf-4ee7-856c-7c2a76b99183 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb2dabd9-8acf-4ee7-856c-7c2a76b99183 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0fd5c811-cf6b-421d-a496-dd82617286af {
  text-align: center;
}

#s-0fd5c811-cf6b-421d-a496-dd82617286af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0fd5c811-cf6b-421d-a496-dd82617286af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0fd5c811-cf6b-421d-a496-dd82617286af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-385e74d8-175a-4fcb-bfaa-290f5173d949 {
  
}
@media (min-width: 1200px){#s-385e74d8-175a-4fcb-bfaa-290f5173d949 {
  display: none;
}
#s-385e74d8-175a-4fcb-bfaa-290f5173d949, #wrap-s-385e74d8-175a-4fcb-bfaa-290f5173d949 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-385e74d8-175a-4fcb-bfaa-290f5173d949 {
  display: none;
}
#s-385e74d8-175a-4fcb-bfaa-290f5173d949, #wrap-s-385e74d8-175a-4fcb-bfaa-290f5173d949 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-385e74d8-175a-4fcb-bfaa-290f5173d949 {
  
}
}@media (max-width: 767px){#s-385e74d8-175a-4fcb-bfaa-290f5173d949 {
  display: none;
}
#s-385e74d8-175a-4fcb-bfaa-290f5173d949, #wrap-s-385e74d8-175a-4fcb-bfaa-290f5173d949 { display:none !important; }}
@media (min-width: 0px) {
[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-385e74d8-175a-4fcb-bfaa-290f5173d949"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-84ec00bd-7847-4396-b76f-fd5711ccf1b2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-84ec00bd-7847-4396-b76f-fd5711ccf1b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84ec00bd-7847-4396-b76f-fd5711ccf1b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84ec00bd-7847-4396-b76f-fd5711ccf1b2 {
  
}
}@media (max-width: 767px){#s-84ec00bd-7847-4396-b76f-fd5711ccf1b2 {
  
}
}
#s-84ec00bd-7847-4396-b76f-fd5711ccf1b2 {
  display: none;
}
#s-f0173982-a037-485e-b487-72cfc35c56db {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f0173982-a037-485e-b487-72cfc35c56db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0173982-a037-485e-b487-72cfc35c56db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0173982-a037-485e-b487-72cfc35c56db {
  
}
}@media (max-width: 767px){#s-f0173982-a037-485e-b487-72cfc35c56db {
  
}
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db {
  max-width: 100%;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom,
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db {
  max-width: 100%;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom,
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db {
  max-width: 100%;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom,
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db {
  max-width: 100%;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom,
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db {
  max-width: 100%;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom,
.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f0173982-a037-485e-b487-72cfc35c56db .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b2d65fee-9bec-40af-9d5d-59de050fedec {
  min-height: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b2d65fee-9bec-40af-9d5d-59de050fedec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2d65fee-9bec-40af-9d5d-59de050fedec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2d65fee-9bec-40af-9d5d-59de050fedec {
  
}
}@media (max-width: 767px){#s-b2d65fee-9bec-40af-9d5d-59de050fedec {
  
}
}
#s-b2d65fee-9bec-40af-9d5d-59de050fedec .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d9e0b934-43a3-4806-bcd5-3711195347e4 {
  text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d9e0b934-43a3-4806-bcd5-3711195347e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9e0b934-43a3-4806-bcd5-3711195347e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9e0b934-43a3-4806-bcd5-3711195347e4 {
  
}
}@media (max-width: 767px){#s-d9e0b934-43a3-4806-bcd5-3711195347e4 {
  
}
}
#s-d9e0b934-43a3-4806-bcd5-3711195347e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d9e0b934-43a3-4806-bcd5-3711195347e4 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-d9e0b934-43a3-4806-bcd5-3711195347e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-9dcb9b67-9fcc-40f3-84c6-d8e6f2381a14 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-9dcb9b67-9fcc-40f3-84c6-d8e6f2381a14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dcb9b67-9fcc-40f3-84c6-d8e6f2381a14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dcb9b67-9fcc-40f3-84c6-d8e6f2381a14 {
  
}
}@media (max-width: 767px){#s-9dcb9b67-9fcc-40f3-84c6-d8e6f2381a14 {
  
}
}
#s-9dcb9b67-9fcc-40f3-84c6-d8e6f2381a14 {
  display: none;
}
#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  
}
}@media (max-width: 767px){#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  
}
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  max-width: 100%;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom,
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  max-width: 100%;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom,
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  max-width: 100%;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom,
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  max-width: 100%;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom,
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 {
  max-width: 100%;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom,
.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2e8336cc-31ca-45bc-b396-fb28191eb837 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d14b10d8-ff6c-447e-b0be-0ef9a8007e23 {
  min-height: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d14b10d8-ff6c-447e-b0be-0ef9a8007e23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d14b10d8-ff6c-447e-b0be-0ef9a8007e23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d14b10d8-ff6c-447e-b0be-0ef9a8007e23 {
  
}
}@media (max-width: 767px){#s-d14b10d8-ff6c-447e-b0be-0ef9a8007e23 {
  
}
}
#s-d14b10d8-ff6c-447e-b0be-0ef9a8007e23 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 {
  text-align: center;
}
@media (min-width: 1200px){#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 {
  
}
}@media (max-width: 767px){#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 {
  
}
}
#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 11px;
}

#s-6c7b150b-7d55-4d4d-82d3-d363a5cfbc06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 {
  display: none;
}
#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3, #wrap-s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 {
  display: none;
}
#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3, #wrap-s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 { display:none !important; }}@media (max-width: 767px){#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 {
  display: none;
}
#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3, #wrap-s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 { display:none !important; }}







#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c11e119-4a9e-41ec-8a13-7351f0c165c3.shg-box.shg-c {
  justify-content: center;
}

#s-de22edf6-a449-4950-b12e-ab00aceacc3f {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-de22edf6-a449-4950-b12e-ab00aceacc3f {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-de22edf6-a449-4950-b12e-ab00aceacc3f {
  display: none;
}
#s-de22edf6-a449-4950-b12e-ab00aceacc3f, #wrap-s-de22edf6-a449-4950-b12e-ab00aceacc3f { display:none !important; }}







#s-de22edf6-a449-4950-b12e-ab00aceacc3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de22edf6-a449-4950-b12e-ab00aceacc3f.shg-box.shg-c {
  justify-content: center;
}

#s-b6db6d71-bd73-40f7-9e8f-9e0801241e16 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b6db6d71-bd73-40f7-9e8f-9e0801241e16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2a70c77-5c4e-4023-bab3-fb52224b33ac {
  text-align: center;
}




  #s-d2a70c77-5c4e-4023-bab3-fb52224b33ac img.shogun-image {
    
    width: px;
  }


#s-d2a70c77-5c4e-4023-bab3-fb52224b33ac .shogun-image-content {
  
    align-items: center;
  
}

#s-2da3971f-45fb-4df4-8258-a72280ccd5b0 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2da3971f-45fb-4df4-8258-a72280ccd5b0 {
  padding-top: 6px;
padding-bottom: 6px;
}
}@media (max-width: 767px){#s-2da3971f-45fb-4df4-8258-a72280ccd5b0 {
  display: none;
}
#s-2da3971f-45fb-4df4-8258-a72280ccd5b0, #wrap-s-2da3971f-45fb-4df4-8258-a72280ccd5b0 { display:none !important; }}
#s-2da3971f-45fb-4df4-8258-a72280ccd5b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2da3971f-45fb-4df4-8258-a72280ccd5b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-2da3971f-45fb-4df4-8258-a72280ccd5b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-a01a5c08-891e-4cd3-8c7c-8fee53732025 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a01a5c08-891e-4cd3-8c7c-8fee53732025"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e45c0744-4e58-4d31-a549-4791f11b6923 {
  max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-e45c0744-4e58-4d31-a549-4791f11b6923 {
  margin-left: 200px;
margin-right: 200px;
min-height: 90px;
}
}



  #s-e45c0744-4e58-4d31-a549-4791f11b6923 img.shogun-image {
    
    width: px;
  }


#s-e45c0744-4e58-4d31-a549-4791f11b6923 .shogun-image-content {
  
    align-items: center;
  
}

#s-480ad6c8-e344-4ff1-b334-88dfe68a81eb {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-480ad6c8-e344-4ff1-b334-88dfe68a81eb {
  padding-left: 40px;
}
}
#s-e20b15f8-efea-4f9e-a653-c4129f4bbba9 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e20b15f8-efea-4f9e-a653-c4129f4bbba9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-79192afd-de1b-4fd6-87c0-b6c30005f3ff {
  max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-79192afd-de1b-4fd6-87c0-b6c30005f3ff {
  margin-left: 200px;
margin-right: 200px;
min-height: 90px;
}
}



  #s-79192afd-de1b-4fd6-87c0-b6c30005f3ff img.shogun-image {
    
    width: px;
  }


#s-79192afd-de1b-4fd6-87c0-b6c30005f3ff .shogun-image-content {
  
    align-items: center;
  
}

#s-99433a31-4b17-4b6c-8fe3-ea457320ea4c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-99433a31-4b17-4b6c-8fe3-ea457320ea4c {
  padding-left: 40px;
}
}
#s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7f9e7f1c-b89a-40e3-b949-4baf6dc179d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f03b3588-43e4-48fe-804a-e4b369b3b027 {
  max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-f03b3588-43e4-48fe-804a-e4b369b3b027 {
  margin-left: 200px;
margin-right: 200px;
}
}



  #s-f03b3588-43e4-48fe-804a-e4b369b3b027 img.shogun-image {
    
    width: px;
  }


#s-f03b3588-43e4-48fe-804a-e4b369b3b027 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5d8abc0-ebc7-499b-be4a-a4116e279fc6 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c5d8abc0-ebc7-499b-be4a-a4116e279fc6 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-2b741e2a-f68b-4386-9875-3ae78214f2ed {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2b741e2a-f68b-4386-9875-3ae78214f2ed {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-2b741e2a-f68b-4386-9875-3ae78214f2ed {
  display: none;
}
#s-2b741e2a-f68b-4386-9875-3ae78214f2ed, #wrap-s-2b741e2a-f68b-4386-9875-3ae78214f2ed { display:none !important; }}







#s-2b741e2a-f68b-4386-9875-3ae78214f2ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b741e2a-f68b-4386-9875-3ae78214f2ed.shg-box.shg-c {
  justify-content: center;
}

#s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa {
  display: none;
}
#s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa, #wrap-s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa { display:none !important; }}@media (max-width: 767px){#s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa {
  
}
}
@media (min-width: 0px) {
[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca07bf1-ee6a-48bb-a4f0-39ac4c55d1fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b447cad6-ad48-4843-a5e6-878ae7ecca67 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b447cad6-ad48-4843-a5e6-878ae7ecca67 {
  margin-top: 0px;
padding-top: 6px;
padding-bottom: 6px;
}
}@media (max-width: 767px){#s-b447cad6-ad48-4843-a5e6-878ae7ecca67 {
  display: none;
}
#s-b447cad6-ad48-4843-a5e6-878ae7ecca67, #wrap-s-b447cad6-ad48-4843-a5e6-878ae7ecca67 { display:none !important; }}
#s-b447cad6-ad48-4843-a5e6-878ae7ecca67 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b447cad6-ad48-4843-a5e6-878ae7ecca67 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-b447cad6-ad48-4843-a5e6-878ae7ecca67 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d4502627-7b85-45b7-84e7-024adbb11a1c {
  margin-left: 34%;
margin-right: 34%;
max-width: 400px;
text-align: center;
}




  #s-d4502627-7b85-45b7-84e7-024adbb11a1c img.shogun-image {
    
    width: px;
  }


#s-d4502627-7b85-45b7-84e7-024adbb11a1c .shogun-image-content {
  
    align-items: center;
  
}

#s-1da518b5-87cc-4e69-9f21-1e5632423b66 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-8e1f4932-d3d8-41e2-9352-55e6c9daed0a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-a502fecc-1949-4876-bf84-a193230513e9 {
  margin-top: 100px;
margin-bottom: 100px;
text-align: center;
}




  #s-a502fecc-1949-4876-bf84-a193230513e9 img.shogun-image {
    
    width: px;
  }


#s-a502fecc-1949-4876-bf84-a193230513e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 {
  display: none;
}
#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28, #wrap-s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 {
  display: none;
}
#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28, #wrap-s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 { display:none !important; }}@media (max-width: 767px){#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 {
  display: none;
}
#s-cae44534-c940-40ae-bf4c-c1cfe1d72f28, #wrap-s-cae44534-c940-40ae-bf4c-c1cfe1d72f28 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cae44534-c940-40ae-bf4c-c1cfe1d72f28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c2be1a11-38b4-4f48-b024-471d29e3e89a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-94efb445-0f75-46ef-8b56-7059b4c70467 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-8fce1a3d-3072-4c4c-9a0d-f63a69766b98 {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}




  #s-8fce1a3d-3072-4c4c-9a0d-f63a69766b98 img.shogun-image {
    
    width: px;
  }


#s-8fce1a3d-3072-4c4c-9a0d-f63a69766b98 .shogun-image-content {
  
    align-items: center;
  
}

#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea {
  margin-top: 0px;
padding-top: 6px;
padding-bottom: 6px;
}
}@media (max-width: 767px){#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea {
  display: none;
}
#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea, #wrap-s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea { display:none !important; }}
#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-bed61fcd-3624-4ae0-bf1f-89a4ce8c70ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-3730a77e-baff-4e37-b1f3-fe458e2ebd2d {
  margin-left: 34%;
margin-right: 34%;
max-width: 400px;
text-align: center;
}




  #s-3730a77e-baff-4e37-b1f3-fe458e2ebd2d img.shogun-image {
    
    width: px;
  }


#s-3730a77e-baff-4e37-b1f3-fe458e2ebd2d .shogun-image-content {
  
    align-items: center;
  
}

#s-201a71bd-5d6b-49e7-a749-54c6626738fd {
  min-height: 50px;
}
@media (max-width: 767px){#s-201a71bd-5d6b-49e7-a749-54c6626738fd {
  margin-top: 2px;
margin-bottom: 2px;
}
}







#s-201a71bd-5d6b-49e7-a749-54c6626738fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201a71bd-5d6b-49e7-a749-54c6626738fd.shg-box.shg-c {
  justify-content: center;
}

#s-f954300a-c616-4a4c-9e1d-76856fc25623 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-f954300a-c616-4a4c-9e1d-76856fc25623 {
  display: none;
}
#s-f954300a-c616-4a4c-9e1d-76856fc25623, #wrap-s-f954300a-c616-4a4c-9e1d-76856fc25623 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f954300a-c616-4a4c-9e1d-76856fc25623 {
  display: none;
}
#s-f954300a-c616-4a4c-9e1d-76856fc25623, #wrap-s-f954300a-c616-4a4c-9e1d-76856fc25623 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f954300a-c616-4a4c-9e1d-76856fc25623"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-46a11d19-05e7-4fb7-af98-0f79b90b52e0 {
  text-align: center;
}




  #s-46a11d19-05e7-4fb7-af98-0f79b90b52e0 img.shogun-image {
    
    width: px;
  }


#s-46a11d19-05e7-4fb7-af98-0f79b90b52e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5bcb2d4-4814-4a80-87f5-8645c53a6d2f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f5bcb2d4-4814-4a80-87f5-8645c53a6d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5bcb2d4-4814-4a80-87f5-8645c53a6d2f.shg-box.shg-c {
  justify-content: center;
}

#s-79f3c074-d2ed-4d89-b35e-38d7ddc9f331 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-79573e82-5790-4736-93d5-b598021642b1 {
  min-height: 50px;
}








#s-79573e82-5790-4736-93d5-b598021642b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79573e82-5790-4736-93d5-b598021642b1.shg-box.shg-c {
  justify-content: center;
}

#s-08423e6f-b681-4032-948f-4df62533dd69 {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08423e6f-b681-4032-948f-4df62533dd69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-825ae4cd-c82c-4881-a0f2-687cbb694538 {
  max-width: 80px;
text-align: center;
}




  #s-825ae4cd-c82c-4881-a0f2-687cbb694538 img.shogun-image {
    
    width: px;
  }


#s-825ae4cd-c82c-4881-a0f2-687cbb694538 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac3f4157-dec1-4e36-bc89-608146688247 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fd6b3978-2983-41de-9497-cfcb72af5dab {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd6b3978-2983-41de-9497-cfcb72af5dab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ea724886-640b-4185-99a0-a2c22d7b7da1 {
  max-width: 80px;
text-align: center;
}




  #s-ea724886-640b-4185-99a0-a2c22d7b7da1 img.shogun-image {
    
    width: px;
  }


#s-ea724886-640b-4185-99a0-a2c22d7b7da1 .shogun-image-content {
  
    align-items: center;
  
}

#s-99b8de63-adc7-4cf6-8b42-a784c13f73a2 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2c3d32ff-8997-4b52-bf58-3878365f39bc {
  min-height: 50px;
}








#s-2c3d32ff-8997-4b52-bf58-3878365f39bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c3d32ff-8997-4b52-bf58-3878365f39bc.shg-box.shg-c {
  justify-content: center;
}

#s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-87e4d6a8-acc5-4e1c-82d5-e2efc19d43ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d8e1161d-73f3-41bd-9a81-0123ec8b9945 {
  max-width: 80px;
text-align: center;
}




  #s-d8e1161d-73f3-41bd-9a81-0123ec8b9945 img.shogun-image {
    
    width: px;
  }


#s-d8e1161d-73f3-41bd-9a81-0123ec8b9945 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1a62ac4-eb5f-4f49-843c-f50a2f7201fe {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d {
  display: none;
}
#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d, #wrap-s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d {
  display: none;
}
#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d, #wrap-s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d { display:none !important; }}@media (max-width: 767px){#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d {
  display: none;
}
#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d, #wrap-s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d { display:none !important; }}


#s-f81c338b-222b-46a1-9ce1-ce5aff67ab1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 1200px){#s-5998a85c-5805-4a06-8804-6cf365fa2986 {
  display: none;
}
#s-5998a85c-5805-4a06-8804-6cf365fa2986, #wrap-s-5998a85c-5805-4a06-8804-6cf365fa2986 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5998a85c-5805-4a06-8804-6cf365fa2986 {
  display: none;
}
#s-5998a85c-5805-4a06-8804-6cf365fa2986, #wrap-s-5998a85c-5805-4a06-8804-6cf365fa2986 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5998a85c-5805-4a06-8804-6cf365fa2986 {
  display: none;
}
#s-5998a85c-5805-4a06-8804-6cf365fa2986, #wrap-s-5998a85c-5805-4a06-8804-6cf365fa2986 { display:none !important; }}







#s-5998a85c-5805-4a06-8804-6cf365fa2986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5998a85c-5805-4a06-8804-6cf365fa2986.shg-box.shg-c {
  justify-content: center;
}

#s-97b08f37-108c-40e2-8285-41c3fe54d519 {
  min-height: 50px;
}
@media (max-width: 767px){#s-97b08f37-108c-40e2-8285-41c3fe54d519 {
  margin-top: 2px;
margin-bottom: 2px;
}
}







#s-97b08f37-108c-40e2-8285-41c3fe54d519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97b08f37-108c-40e2-8285-41c3fe54d519.shg-box.shg-c {
  justify-content: center;
}

#s-963086be-4e59-490f-b8bd-6a41ebbe8af2 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-963086be-4e59-490f-b8bd-6a41ebbe8af2 {
  display: none;
}
#s-963086be-4e59-490f-b8bd-6a41ebbe8af2, #wrap-s-963086be-4e59-490f-b8bd-6a41ebbe8af2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-963086be-4e59-490f-b8bd-6a41ebbe8af2 {
  display: none;
}
#s-963086be-4e59-490f-b8bd-6a41ebbe8af2, #wrap-s-963086be-4e59-490f-b8bd-6a41ebbe8af2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-963086be-4e59-490f-b8bd-6a41ebbe8af2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-59f64e28-ebf2-4941-8199-985824dcad72 {
  text-align: center;
}




  #s-59f64e28-ebf2-4941-8199-985824dcad72 img.shogun-image {
    
    width: px;
  }


#s-59f64e28-ebf2-4941-8199-985824dcad72 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e137c6-b9cf-4568-9981-d1bd8fbe3229 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f3e137c6-b9cf-4568-9981-d1bd8fbe3229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3e137c6-b9cf-4568-9981-d1bd8fbe3229.shg-box.shg-c {
  justify-content: center;
}

#s-d6b9d3cf-8cdd-4b2d-94e0-0fc04c11768b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-eaca6a6d-7c44-4361-81ad-1471dfa49b09 {
  min-height: 50px;
}








#s-eaca6a6d-7c44-4361-81ad-1471dfa49b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaca6a6d-7c44-4361-81ad-1471dfa49b09.shg-box.shg-c {
  justify-content: center;
}

#s-1cc04465-266e-4fa7-9e00-33e5a3d9df34 {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1cc04465-266e-4fa7-9e00-33e5a3d9df34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-eac10060-94ca-4501-9a99-53e7a307e146 {
  margin-top: 2px;
margin-left: 40%;
margin-bottom: 20px;
margin-right: 40%;
max-width: 80px;
text-align: center;
}




  #s-eac10060-94ca-4501-9a99-53e7a307e146 img.shogun-image {
    
    width: px;
  }


#s-eac10060-94ca-4501-9a99-53e7a307e146 .shogun-image-content {
  
    align-items: center;
  
}

#s-c18c899f-6665-45f3-ac61-536fb5106145 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0098cfb3-c4d2-451c-9344-c47be5c5795d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0098cfb3-c4d2-451c-9344-c47be5c5795d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4d8f12a0-41d2-45d2-9655-26e2f589117a {
  margin-top: 2px;
margin-left: 40%;
margin-bottom: 20px;
margin-right: 40%;
max-width: 80px;
text-align: center;
}




  #s-4d8f12a0-41d2-45d2-9655-26e2f589117a img.shogun-image {
    
    width: px;
  }


#s-4d8f12a0-41d2-45d2-9655-26e2f589117a .shogun-image-content {
  
    align-items: center;
  
}

#s-a147b012-bad0-44b2-9a8a-6882c370cc21 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aa15fd44-1b2a-4e5e-87ba-c754c0d5f5b2 {
  min-height: 50px;
}








#s-aa15fd44-1b2a-4e5e-87ba-c754c0d5f5b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa15fd44-1b2a-4e5e-87ba-c754c0d5f5b2.shg-box.shg-c {
  justify-content: center;
}

#s-ee0228f6-b471-45aa-90d2-bd3ce4273d48 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee0228f6-b471-45aa-90d2-bd3ce4273d48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-317def8f-99b0-4135-a2f7-fd1c2ad4faaa {
  margin-top: 2px;
margin-left: 40%;
margin-bottom: 20px;
margin-right: 40%;
max-width: 80px;
text-align: center;
}




  #s-317def8f-99b0-4135-a2f7-fd1c2ad4faaa img.shogun-image {
    
    width: px;
  }


#s-317def8f-99b0-4135-a2f7-fd1c2ad4faaa .shogun-image-content {
  
    align-items: center;
  
}

#s-752d3c3c-d2e3-4cbd-8ad3-74809e085839 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e064af61-3d52-4798-8378-da70d16641b0 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e064af61-3d52-4798-8378-da70d16641b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e064af61-3d52-4798-8378-da70d16641b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e064af61-3d52-4798-8378-da70d16641b0 {
  display: none;
}
#s-e064af61-3d52-4798-8378-da70d16641b0, #wrap-s-e064af61-3d52-4798-8378-da70d16641b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e064af61-3d52-4798-8378-da70d16641b0 {
  display: none;
}
#s-e064af61-3d52-4798-8378-da70d16641b0, #wrap-s-e064af61-3d52-4798-8378-da70d16641b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e064af61-3d52-4798-8378-da70d16641b0 {
  
}
}


#s-e064af61-3d52-4798-8378-da70d16641b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b92da0f2-044d-46cd-a2a1-0dc4999412fb {
  margin-top: 2px;
margin-bottom: 2px;
}

#s-b2aa92ac-2f1d-4805-a293-c06e6cd2eed1 {
  margin-top: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b2aa92ac-2f1d-4805-a293-c06e6cd2eed1 {
  margin-top: -40px;
}
}
#s-b2aa92ac-2f1d-4805-a293-c06e6cd2eed1 .shogun-heading-component h1 {
  color: rgba(255, 163, 203, 1);
  font-weight:   ;
  font-family: Homemade Apple;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-53c3609a-48bf-4562-bc72-ffa682023d76 {
  min-height: 50px;
}








#s-53c3609a-48bf-4562-bc72-ffa682023d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53c3609a-48bf-4562-bc72-ffa682023d76.shg-box.shg-c {
  justify-content: center;
}

#s-fe544923-d4e8-42fa-893c-56318d24fe50 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-9a0555ab-6e43-4fed-a588-b4136022d589 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9a0555ab-6e43-4fed-a588-b4136022d589:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a0555ab-6e43-4fed-a588-b4136022d589:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a0555ab-6e43-4fed-a588-b4136022d589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72c199ba-4e37-423a-ac52-574912a0a748 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-72c199ba-4e37-423a-ac52-574912a0a748 {
  padding-bottom: 20px;
display: none;
}
#s-72c199ba-4e37-423a-ac52-574912a0a748, #wrap-s-72c199ba-4e37-423a-ac52-574912a0a748 { display:none !important; }}@media (max-width: 767px){#s-72c199ba-4e37-423a-ac52-574912a0a748 {
  display: none;
}
#s-72c199ba-4e37-423a-ac52-574912a0a748, #wrap-s-72c199ba-4e37-423a-ac52-574912a0a748 { display:none !important; }}







#s-72c199ba-4e37-423a-ac52-574912a0a748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72c199ba-4e37-423a-ac52-574912a0a748.shg-box.shg-c {
  justify-content: center;
}

#s-5726fd91-cfb2-4537-be39-e5249363753d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5726fd91-cfb2-4537-be39-e5249363753d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-198303e7-ca85-417e-9345-6d229a174fc5 {
  text-align: center;
}




  #s-198303e7-ca85-417e-9345-6d229a174fc5 img.shogun-image {
    
    width: px;
  }


#s-198303e7-ca85-417e-9345-6d229a174fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e70aba7-2ff9-4ace-ad28-4d66cccf9511 {
  margin-top: 30px;
min-height: 50px;
}








#s-2e70aba7-2ff9-4ace-ad28-4d66cccf9511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e70aba7-2ff9-4ace-ad28-4d66cccf9511.shg-box.shg-c {
  justify-content: center;
}

#s-cec79334-cd4b-4986-9556-57e2a82eb5c8 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cec79334-cd4b-4986-9556-57e2a82eb5c8 {
  margin-top: 0px;
padding-top: 6px;
padding-bottom: 6px;
}
}@media (max-width: 767px){#s-cec79334-cd4b-4986-9556-57e2a82eb5c8 {
  display: none;
}
#s-cec79334-cd4b-4986-9556-57e2a82eb5c8, #wrap-s-cec79334-cd4b-4986-9556-57e2a82eb5c8 { display:none !important; }}
#s-cec79334-cd4b-4986-9556-57e2a82eb5c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-cec79334-cd4b-4986-9556-57e2a82eb5c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-cec79334-cd4b-4986-9556-57e2a82eb5c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Arimo;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-fbc05214-c712-4842-b90d-bfa605964839 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbc05214-c712-4842-b90d-bfa605964839 {
  display: none;
}
#s-fbc05214-c712-4842-b90d-bfa605964839, #wrap-s-fbc05214-c712-4842-b90d-bfa605964839 { display:none !important; }}@media (max-width: 767px){#s-fbc05214-c712-4842-b90d-bfa605964839 {
  display: none;
}
#s-fbc05214-c712-4842-b90d-bfa605964839, #wrap-s-fbc05214-c712-4842-b90d-bfa605964839 { display:none !important; }}







#s-fbc05214-c712-4842-b90d-bfa605964839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc05214-c712-4842-b90d-bfa605964839.shg-box.shg-c {
  justify-content: center;
}

#s-7c509e93-a0e0-4f89-8445-ab96f522650f {
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c509e93-a0e0-4f89-8445-ab96f522650f {
  display: none;
}
#s-7c509e93-a0e0-4f89-8445-ab96f522650f, #wrap-s-7c509e93-a0e0-4f89-8445-ab96f522650f { display:none !important; }}@media (max-width: 767px){#s-7c509e93-a0e0-4f89-8445-ab96f522650f {
  display: none;
}
#s-7c509e93-a0e0-4f89-8445-ab96f522650f, #wrap-s-7c509e93-a0e0-4f89-8445-ab96f522650f { display:none !important; }}
#s-c84caf23-fece-4768-83fb-ab9118205f78 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c84caf23-fece-4768-83fb-ab9118205f78 {
  display: none;
}
#s-c84caf23-fece-4768-83fb-ab9118205f78, #wrap-s-c84caf23-fece-4768-83fb-ab9118205f78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c84caf23-fece-4768-83fb-ab9118205f78 {
  display: none;
}
#s-c84caf23-fece-4768-83fb-ab9118205f78, #wrap-s-c84caf23-fece-4768-83fb-ab9118205f78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c84caf23-fece-4768-83fb-ab9118205f78 {
  display: none;
}
#s-c84caf23-fece-4768-83fb-ab9118205f78, #wrap-s-c84caf23-fece-4768-83fb-ab9118205f78 { display:none !important; }}@media (max-width: 767px){#s-c84caf23-fece-4768-83fb-ab9118205f78 {
  display: none;
}
#s-c84caf23-fece-4768-83fb-ab9118205f78, #wrap-s-c84caf23-fece-4768-83fb-ab9118205f78 { display:none !important; }}







#s-c84caf23-fece-4768-83fb-ab9118205f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c84caf23-fece-4768-83fb-ab9118205f78.shg-box.shg-c {
  justify-content: center;
}

#s-58bc5ead-b43a-4f62-9d92-b70be4510f22 {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-58bc5ead-b43a-4f62-9d92-b70be4510f22 {
  display: none;
}
#s-58bc5ead-b43a-4f62-9d92-b70be4510f22, #wrap-s-58bc5ead-b43a-4f62-9d92-b70be4510f22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58bc5ead-b43a-4f62-9d92-b70be4510f22 {
  display: none;
}
#s-58bc5ead-b43a-4f62-9d92-b70be4510f22, #wrap-s-58bc5ead-b43a-4f62-9d92-b70be4510f22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58bc5ead-b43a-4f62-9d92-b70be4510f22 {
  display: none;
}
#s-58bc5ead-b43a-4f62-9d92-b70be4510f22, #wrap-s-58bc5ead-b43a-4f62-9d92-b70be4510f22 { display:none !important; }}@media (max-width: 767px){#s-58bc5ead-b43a-4f62-9d92-b70be4510f22 {
  display: none;
}
#s-58bc5ead-b43a-4f62-9d92-b70be4510f22, #wrap-s-58bc5ead-b43a-4f62-9d92-b70be4510f22 { display:none !important; }}
#s-b36b5438-fa34-4f51-aa31-52e0c0b68638 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b36b5438-fa34-4f51-aa31-52e0c0b68638"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cc1c980c-64f0-4303-851f-266fb7940b20 {
  max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-cc1c980c-64f0-4303-851f-266fb7940b20 {
  margin-left: 200px;
margin-right: 200px;
min-height: 90px;
}
}



  #s-cc1c980c-64f0-4303-851f-266fb7940b20 img.shogun-image {
    
    width: px;
  }


#s-cc1c980c-64f0-4303-851f-266fb7940b20 .shogun-image-content {
  
    align-items: center;
  
}

#s-c52c3cd6-82ef-4360-bc5b-87e61ac4fd14 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c52c3cd6-82ef-4360-bc5b-87e61ac4fd14 {
  padding-left: 40px;
}
}
#s-5c7874e8-4ebe-4257-a938-441c8ef9fe43 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c7874e8-4ebe-4257-a938-441c8ef9fe43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bf3b9222-817a-4509-a746-4c9c205a67ca {
  max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-bf3b9222-817a-4509-a746-4c9c205a67ca {
  margin-left: 200px;
margin-right: 200px;
min-height: 90px;
}
}



  #s-bf3b9222-817a-4509-a746-4c9c205a67ca img.shogun-image {
    
    width: px;
  }


#s-bf3b9222-817a-4509-a746-4c9c205a67ca .shogun-image-content {
  
    align-items: center;
  
}

#s-a202e752-ee3f-4139-84e8-576f735dc40a {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a202e752-ee3f-4139-84e8-576f735dc40a {
  padding-left: 40px;
}
}
#s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3f6e7796-ea3a-49c7-9d21-3d335508ebd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7f4608e-2f72-4aed-872d-4fccbedaff3c {
  max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-b7f4608e-2f72-4aed-872d-4fccbedaff3c {
  margin-left: 200px;
margin-right: 200px;
}
}



  #s-b7f4608e-2f72-4aed-872d-4fccbedaff3c img.shogun-image {
    
    width: px;
  }


#s-b7f4608e-2f72-4aed-872d-4fccbedaff3c .shogun-image-content {
  
    align-items: center;
  
}

#s-76c62f7b-d74f-4c32-9c21-fe087a33a995 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-76c62f7b-d74f-4c32-9c21-fe087a33a995 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-da7a9bf8-6753-4843-8bad-c81c8b057104 {
  box-shadow:1px 1px 1px 1px rgba(235, 231, 231, 1);
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-da7a9bf8-6753-4843-8bad-c81c8b057104 {
  display: none;
}
#s-da7a9bf8-6753-4843-8bad-c81c8b057104, #wrap-s-da7a9bf8-6753-4843-8bad-c81c8b057104 { display:none !important; }}@media (max-width: 767px){#s-da7a9bf8-6753-4843-8bad-c81c8b057104 {
  display: none;
}
#s-da7a9bf8-6753-4843-8bad-c81c8b057104, #wrap-s-da7a9bf8-6753-4843-8bad-c81c8b057104 { display:none !important; }}







#s-da7a9bf8-6753-4843-8bad-c81c8b057104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da7a9bf8-6753-4843-8bad-c81c8b057104.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a47e6314-075f-408f-8a24-49b11fe97fcf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b5e4b8ef-48f0-477e-9666-9d246236c2ba {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5e4b8ef-48f0-477e-9666-9d246236c2ba .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-69baaef1-524d-42e1-813b-5c39ea52e8d7 {
  margin-left: 37%;
margin-right: 37%;
max-width: 170px;
text-align: center;
}




  #s-69baaef1-524d-42e1-813b-5c39ea52e8d7 img.shogun-image {
    
    width: px;
  }


#s-69baaef1-524d-42e1-813b-5c39ea52e8d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e02768b3-045d-44d0-bd10-00a17bc1fffd {
  padding-left: 7%;
padding-right: 7%;
}

#s-e4b6951c-aebc-4544-a3d7-52f16fadd314 {
  margin-top: 63px;
margin-left: 2%;
margin-bottom: 63px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
text-align: center;
}




  #s-e4b6951c-aebc-4544-a3d7-52f16fadd314 img.shogun-image {
    
    width: px;
  }


#s-e4b6951c-aebc-4544-a3d7-52f16fadd314 .shogun-image-content {
  
    align-items: center;
  
}

#s-915aba10-568b-49f5-ac22-4518412522b1 {
  min-height: 50px;
}








#s-915aba10-568b-49f5-ac22-4518412522b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-915aba10-568b-49f5-ac22-4518412522b1.shg-box.shg-c {
  justify-content: center;
}

#s-843a6b2d-18e4-4dd4-bc69-143e46134e6e {
  min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-843a6b2d-18e4-4dd4-bc69-143e46134e6e {
  display: none;
}
#s-843a6b2d-18e4-4dd4-bc69-143e46134e6e, #wrap-s-843a6b2d-18e4-4dd4-bc69-143e46134e6e { display:none !important; }}@media (max-width: 767px){#s-843a6b2d-18e4-4dd4-bc69-143e46134e6e {
  display: none;
}
#s-843a6b2d-18e4-4dd4-bc69-143e46134e6e, #wrap-s-843a6b2d-18e4-4dd4-bc69-143e46134e6e { display:none !important; }}
@media (min-width: 0px) {
[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-843a6b2d-18e4-4dd4-bc69-143e46134e6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-07ee0a48-c7ff-4132-a0f6-1d16aafa3196 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 5%;
max-width: 1000px;
text-align: center;
}




  #s-07ee0a48-c7ff-4132-a0f6-1d16aafa3196 img.shogun-image {
    
    width: px;
  }


#s-07ee0a48-c7ff-4132-a0f6-1d16aafa3196 .shogun-image-content {
  
    align-items: center;
  
}

#s-e447859c-289e-4c7a-8cbd-62a9391b59f8 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e447859c-289e-4c7a-8cbd-62a9391b59f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af9912e8-2ca8-45f6-bae9-603c48cd67cd {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-af9912e8-2ca8-45f6-bae9-603c48cd67cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7b17e445-933a-4284-acef-88ddf4b5237a {
  margin-left: 25%;
margin-right: 25%;
max-width: 100px;
text-align: center;
}




  #s-7b17e445-933a-4284-acef-88ddf4b5237a img.shogun-image {
    
    width: px;
  }


#s-7b17e445-933a-4284-acef-88ddf4b5237a .shogun-image-content {
  
    align-items: center;
  
}

#s-30151a57-5247-4275-aa52-dd0ea4cbf857 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30151a57-5247-4275-aa52-dd0ea4cbf857"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-201ca048-18ad-4fc2-b7a1-6f4f2cd63119 {
  margin-left: 25%;
margin-right: 25%;
max-width: 100px;
text-align: center;
}




  #s-201ca048-18ad-4fc2-b7a1-6f4f2cd63119 img.shogun-image {
    
    width: px;
  }


#s-201ca048-18ad-4fc2-b7a1-6f4f2cd63119 .shogun-image-content {
  
    align-items: center;
  
}

#s-8467b49d-9cd0-4513-be13-7a2ea1307ecc {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8467b49d-9cd0-4513-be13-7a2ea1307ecc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c3a4b54c-e90b-4cec-b818-804a6eaa77ba {
  margin-left: 25%;
margin-right: 25%;
max-width: 100px;
text-align: center;
}




  #s-c3a4b54c-e90b-4cec-b818-804a6eaa77ba img.shogun-image {
    
    width: px;
  }


#s-c3a4b54c-e90b-4cec-b818-804a6eaa77ba .shogun-image-content {
  
    align-items: center;
  
}

#s-5486be21-f9cf-4468-9518-4e6aec407f5d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5486be21-f9cf-4468-9518-4e6aec407f5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5486be21-f9cf-4468-9518-4e6aec407f5d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5486be21-f9cf-4468-9518-4e6aec407f5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f41e8fb9-a67c-41f0-9aca-c4963391d7ea {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}








#s-f41e8fb9-a67c-41f0-9aca-c4963391d7ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f41e8fb9-a67c-41f0-9aca-c4963391d7ea.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06bc20c4-ac10-4cb9-b870-bc3cd331ad38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-540f19b2-64c3-4b44-b9c0-24434230ad2d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-540f19b2-64c3-4b44-b9c0-24434230ad2d {
  margin-left: 30%;
margin-right: 30%;
max-width: 100px;
}
}@media (max-width: 767px){#s-540f19b2-64c3-4b44-b9c0-24434230ad2d {
  margin-left: 37%;
margin-right: 37%;
max-width: 100px;
}
}



  #s-540f19b2-64c3-4b44-b9c0-24434230ad2d img.shogun-image {
    
    width: px;
  }


#s-540f19b2-64c3-4b44-b9c0-24434230ad2d .shogun-image-content {
  
    align-items: center;
  
}

#s-e0bd5fa1-ec7a-4cc6-9a86-4e2dfc54ae9d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e0bd5fa1-ec7a-4cc6-9a86-4e2dfc54ae9d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: arimo;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9df185f-4b5f-4a9c-9e54-e4ef588f115b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-fde90cea-180d-4ace-9646-4e09e13334bc {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fde90cea-180d-4ace-9646-4e09e13334bc {
  margin-left: 30%;
margin-right: 30%;
max-width: 100px;
}
}@media (max-width: 767px){#s-fde90cea-180d-4ace-9646-4e09e13334bc {
  margin-left: 37%;
margin-right: 37%;
max-width: 100px;
}
}



  #s-fde90cea-180d-4ace-9646-4e09e13334bc img.shogun-image {
    
    width: px;
  }


#s-fde90cea-180d-4ace-9646-4e09e13334bc .shogun-image-content {
  
    align-items: center;
  
}

#s-96d43689-eab8-49db-b9be-7f881d47a44f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-96d43689-eab8-49db-b9be-7f881d47a44f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: arimo;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ccf74dd8-471b-45dd-a7e6-a954a2bf2ef7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-81f02c66-f7c5-479e-83cf-705ea792d09e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-81f02c66-f7c5-479e-83cf-705ea792d09e {
  margin-left: 30%;
margin-right: 30%;
max-width: 100px;
}
}@media (max-width: 767px){#s-81f02c66-f7c5-479e-83cf-705ea792d09e {
  margin-left: 37%;
margin-right: 37%;
max-width: 100px;
}
}



  #s-81f02c66-f7c5-479e-83cf-705ea792d09e img.shogun-image {
    
    width: px;
  }


#s-81f02c66-f7c5-479e-83cf-705ea792d09e .shogun-image-content {
  
    align-items: center;
  
}

#s-8cda2e3b-b2a1-4159-8df5-5b882c0c6716 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8cda2e3b-b2a1-4159-8df5-5b882c0c6716 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: arimo;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1f28d22-fd94-46c0-86a6-cf6aaf7d34b2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c34470df-4174-4e5f-9043-c8b83736f96f {
  min-height: 50px;
}
@media (max-width: 767px){#s-c34470df-4174-4e5f-9043-c8b83736f96f {
  display: none;
}
#s-c34470df-4174-4e5f-9043-c8b83736f96f, #wrap-s-c34470df-4174-4e5f-9043-c8b83736f96f { display:none !important; }}







#s-c34470df-4174-4e5f-9043-c8b83736f96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c34470df-4174-4e5f-9043-c8b83736f96f.shg-box.shg-c {
  justify-content: center;
}

#s-e574b2e3-f234-4b57-ab1b-8fae54b6b5d2 {
  text-align: center;
}




  #s-e574b2e3-f234-4b57-ab1b-8fae54b6b5d2 img.shogun-image {
    
    width: px;
  }


#s-e574b2e3-f234-4b57-ab1b-8fae54b6b5d2 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
