.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22 {
  background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
}

#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmNkZjMyOTEtYjQ2OS00NmM0LWI4MjUtMGFhNzcwMjRlZGMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjgyODI4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTUwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiY2RmMzI5MS1iNDY5LTQ2YzQtYjgyNS0wYWE3NzAyNGVkYzApIi8+PC9zdmc+);
}








#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa79f69a-2fcd-45a1-9e42-4d0795eece22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-5df5b137-1502-4612-99fd-9ffdb28c0ab5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5df5b137-1502-4612-99fd-9ffdb28c0ab5 {
  padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-5df5b137-1502-4612-99fd-9ffdb28c0ab5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5df5b137-1502-4612-99fd-9ffdb28c0ab5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-5df5b137-1502-4612-99fd-9ffdb28c0ab5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-5df5b137-1502-4612-99fd-9ffdb28c0ab5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 {
  margin-left: auto;
margin-right: auto;
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(165, 0, 0, 1);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(165, 0, 0, 1);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(165, 0, 0, 1);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(165, 0, 0, 1);
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-4a864ef5-184a-4f3d-a3ef-f7d93c2b40f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
.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-text {
  font-weight: ;
  font-family: ;
}

.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-7778ab26-03ba-493c-b95c-9944b8b2d75d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-7778ab26-03ba-493c-b95c-9944b8b2d75d:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7778ab26-03ba-493c-b95c-9944b8b2d75d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7778ab26-03ba-493c-b95c-9944b8b2d75d-root {
    text-align: center;
  }


#s-7778ab26-03ba-493c-b95c-9944b8b2d75d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7778ab26-03ba-493c-b95c-9944b8b2d75d-root {
    text-align: center;
  }


#s-7778ab26-03ba-493c-b95c-9944b8b2d75d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7778ab26-03ba-493c-b95c-9944b8b2d75d-root {
    text-align: center;
  }


#s-7778ab26-03ba-493c-b95c-9944b8b2d75d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7778ab26-03ba-493c-b95c-9944b8b2d75d-root {
    text-align: center;
  }


#s-7778ab26-03ba-493c-b95c-9944b8b2d75d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7778ab26-03ba-493c-b95c-9944b8b2d75d-root {
    text-align: center;
  }


#s-7778ab26-03ba-493c-b95c-9944b8b2d75d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b1233326-71b6-4b21-bd3b-2aa077216037 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-b1233326-71b6-4b21-bd3b-2aa077216037 hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-77a80914-3b2d-4358-89c5-7bf4118d7df7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-77a80914-3b2d-4358-89c5-7bf4118d7df7:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-77a80914-3b2d-4358-89c5-7bf4118d7df7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77a80914-3b2d-4358-89c5-7bf4118d7df7-root {
    text-align: center;
  }


#s-77a80914-3b2d-4358-89c5-7bf4118d7df7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-77a80914-3b2d-4358-89c5-7bf4118d7df7-root {
    text-align: center;
  }


#s-77a80914-3b2d-4358-89c5-7bf4118d7df7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77a80914-3b2d-4358-89c5-7bf4118d7df7-root {
    text-align: center;
  }


#s-77a80914-3b2d-4358-89c5-7bf4118d7df7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77a80914-3b2d-4358-89c5-7bf4118d7df7-root {
    text-align: center;
  }


#s-77a80914-3b2d-4358-89c5-7bf4118d7df7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-77a80914-3b2d-4358-89c5-7bf4118d7df7-root {
    text-align: center;
  }


#s-77a80914-3b2d-4358-89c5-7bf4118d7df7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7dc46531-ee70-44a0-9ead-ef0c4b6df219 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-7dc46531-ee70-44a0-9ead-ef0c4b6df219 hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-d1fafef6-28ab-4842-89f7-ea791078c12d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-d1fafef6-28ab-4842-89f7-ea791078c12d:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d1fafef6-28ab-4842-89f7-ea791078c12d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1fafef6-28ab-4842-89f7-ea791078c12d-root {
    text-align: center;
  }


#s-d1fafef6-28ab-4842-89f7-ea791078c12d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1fafef6-28ab-4842-89f7-ea791078c12d-root {
    text-align: center;
  }


#s-d1fafef6-28ab-4842-89f7-ea791078c12d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1fafef6-28ab-4842-89f7-ea791078c12d-root {
    text-align: center;
  }


#s-d1fafef6-28ab-4842-89f7-ea791078c12d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1fafef6-28ab-4842-89f7-ea791078c12d-root {
    text-align: center;
  }


#s-d1fafef6-28ab-4842-89f7-ea791078c12d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1fafef6-28ab-4842-89f7-ea791078c12d-root {
    text-align: center;
  }


#s-d1fafef6-28ab-4842-89f7-ea791078c12d.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d384b48a-7b30-490a-aed7-a749dae4233c {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-d384b48a-7b30-490a-aed7-a749dae4233c hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-b8394007-f9b2-43d3-8d04-17f211245978 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-b8394007-f9b2-43d3-8d04-17f211245978:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b8394007-f9b2-43d3-8d04-17f211245978:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8394007-f9b2-43d3-8d04-17f211245978-root {
    text-align: center;
  }


#s-b8394007-f9b2-43d3-8d04-17f211245978.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8394007-f9b2-43d3-8d04-17f211245978-root {
    text-align: center;
  }


#s-b8394007-f9b2-43d3-8d04-17f211245978.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8394007-f9b2-43d3-8d04-17f211245978-root {
    text-align: center;
  }


#s-b8394007-f9b2-43d3-8d04-17f211245978.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8394007-f9b2-43d3-8d04-17f211245978-root {
    text-align: center;
  }


#s-b8394007-f9b2-43d3-8d04-17f211245978.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8394007-f9b2-43d3-8d04-17f211245978-root {
    text-align: center;
  }


#s-b8394007-f9b2-43d3-8d04-17f211245978.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-af6ab131-54cc-4665-a92c-6d6cae88d034 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-af6ab131-54cc-4665-a92c-6d6cae88d034 hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-70943b42-b30f-4393-bbe9-ecdae41be6e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-70943b42-b30f-4393-bbe9-ecdae41be6e9:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-70943b42-b30f-4393-bbe9-ecdae41be6e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70943b42-b30f-4393-bbe9-ecdae41be6e9-root {
    text-align: center;
  }


#s-70943b42-b30f-4393-bbe9-ecdae41be6e9.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-70943b42-b30f-4393-bbe9-ecdae41be6e9-root {
    text-align: center;
  }


#s-70943b42-b30f-4393-bbe9-ecdae41be6e9.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70943b42-b30f-4393-bbe9-ecdae41be6e9-root {
    text-align: center;
  }


#s-70943b42-b30f-4393-bbe9-ecdae41be6e9.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70943b42-b30f-4393-bbe9-ecdae41be6e9-root {
    text-align: center;
  }


#s-70943b42-b30f-4393-bbe9-ecdae41be6e9.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-70943b42-b30f-4393-bbe9-ecdae41be6e9-root {
    text-align: center;
  }


#s-70943b42-b30f-4393-bbe9-ecdae41be6e9.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 {
  margin-left: auto;
margin-right: auto;
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 186, 0, 1);
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(250, 186, 0, 1);
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 186, 0, 1);
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(250, 186, 0, 1);
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-a49c834c-342f-4e2f-8cc9-47dbccf72412 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-0de27da1-0942-4cec-8f6b-7b008a89bd78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-0de27da1-0942-4cec-8f6b-7b008a89bd78:hover {background-color: rgba(250, 186, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-0de27da1-0942-4cec-8f6b-7b008a89bd78:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0de27da1-0942-4cec-8f6b-7b008a89bd78-root {
    text-align: center;
  }


#s-0de27da1-0942-4cec-8f6b-7b008a89bd78.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0de27da1-0942-4cec-8f6b-7b008a89bd78-root {
    text-align: center;
  }


#s-0de27da1-0942-4cec-8f6b-7b008a89bd78.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0de27da1-0942-4cec-8f6b-7b008a89bd78-root {
    text-align: center;
  }


#s-0de27da1-0942-4cec-8f6b-7b008a89bd78.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0de27da1-0942-4cec-8f6b-7b008a89bd78-root {
    text-align: center;
  }


#s-0de27da1-0942-4cec-8f6b-7b008a89bd78.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0de27da1-0942-4cec-8f6b-7b008a89bd78-root {
    text-align: center;
  }


#s-0de27da1-0942-4cec-8f6b-7b008a89bd78.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-012176d4-f314-4c85-aa6a-db77d048e2cd {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-012176d4-f314-4c85-aa6a-db77d048e2cd hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-e20c52de-2562-45b0-ad6b-ab897a51a54b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-e20c52de-2562-45b0-ad6b-ab897a51a54b:hover {background-color: rgba(250, 186, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-e20c52de-2562-45b0-ad6b-ab897a51a54b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e20c52de-2562-45b0-ad6b-ab897a51a54b-root {
    text-align: center;
  }


#s-e20c52de-2562-45b0-ad6b-ab897a51a54b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e20c52de-2562-45b0-ad6b-ab897a51a54b-root {
    text-align: center;
  }


#s-e20c52de-2562-45b0-ad6b-ab897a51a54b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e20c52de-2562-45b0-ad6b-ab897a51a54b-root {
    text-align: center;
  }


#s-e20c52de-2562-45b0-ad6b-ab897a51a54b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e20c52de-2562-45b0-ad6b-ab897a51a54b-root {
    text-align: center;
  }


#s-e20c52de-2562-45b0-ad6b-ab897a51a54b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e20c52de-2562-45b0-ad6b-ab897a51a54b-root {
    text-align: center;
  }


#s-e20c52de-2562-45b0-ad6b-ab897a51a54b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9c730b85-64a2-418f-a26e-bf92d480d3a3 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-9c730b85-64a2-418f-a26e-bf92d480d3a3 hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c:hover {background-color: rgba(250, 186, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92997601-c1db-4e6a-941e-d09d7b4c8b1c-root {
    text-align: center;
  }


#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-92997601-c1db-4e6a-941e-d09d7b4c8b1c-root {
    text-align: center;
  }


#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92997601-c1db-4e6a-941e-d09d7b4c8b1c-root {
    text-align: center;
  }


#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92997601-c1db-4e6a-941e-d09d7b4c8b1c-root {
    text-align: center;
  }


#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-92997601-c1db-4e6a-941e-d09d7b4c8b1c-root {
    text-align: center;
  }


#s-92997601-c1db-4e6a-941e-d09d7b4c8b1c.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a54771f4-76e7-4425-90a8-6987c5a15d07 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-a54771f4-76e7-4425-90a8-6987c5a15d07 hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-a66112b8-e490-44d7-864a-d1dbd98f1011 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-a66112b8-e490-44d7-864a-d1dbd98f1011:hover {background-color: rgba(250, 186, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-a66112b8-e490-44d7-864a-d1dbd98f1011:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a66112b8-e490-44d7-864a-d1dbd98f1011-root {
    text-align: center;
  }


#s-a66112b8-e490-44d7-864a-d1dbd98f1011.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a66112b8-e490-44d7-864a-d1dbd98f1011-root {
    text-align: center;
  }


#s-a66112b8-e490-44d7-864a-d1dbd98f1011.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a66112b8-e490-44d7-864a-d1dbd98f1011-root {
    text-align: center;
  }


#s-a66112b8-e490-44d7-864a-d1dbd98f1011.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a66112b8-e490-44d7-864a-d1dbd98f1011-root {
    text-align: center;
  }


#s-a66112b8-e490-44d7-864a-d1dbd98f1011.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a66112b8-e490-44d7-864a-d1dbd98f1011-root {
    text-align: center;
  }


#s-a66112b8-e490-44d7-864a-d1dbd98f1011.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a {
  margin-top: 5px;
}
}
#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(141, 146, 154, 1);
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(141, 146, 154, 1);
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(141, 146, 154, 1);
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(141, 146, 154, 1);
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-cbe4ebbd-9e46-4ec7-ab67-c96e07eee47a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-c3169d4d-25c1-46c0-9f45-a358184070da {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-c3169d4d-25c1-46c0-9f45-a358184070da:hover {background-color: rgba(141, 146, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c3169d4d-25c1-46c0-9f45-a358184070da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3169d4d-25c1-46c0-9f45-a358184070da-root {
    text-align: center;
  }


#s-c3169d4d-25c1-46c0-9f45-a358184070da.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3169d4d-25c1-46c0-9f45-a358184070da-root {
    text-align: center;
  }


#s-c3169d4d-25c1-46c0-9f45-a358184070da.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3169d4d-25c1-46c0-9f45-a358184070da-root {
    text-align: center;
  }


#s-c3169d4d-25c1-46c0-9f45-a358184070da.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3169d4d-25c1-46c0-9f45-a358184070da-root {
    text-align: center;
  }


#s-c3169d4d-25c1-46c0-9f45-a358184070da.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3169d4d-25c1-46c0-9f45-a358184070da-root {
    text-align: center;
  }


#s-c3169d4d-25c1-46c0-9f45-a358184070da.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8574b982-7579-485b-9604-0b36b944ffae {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
}

#s-8574b982-7579-485b-9604-0b36b944ffae hr {
  border-top: 1px solid rgba(242, 242, 242, 1);
}

#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8:hover {background-color: rgba(141, 146, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eeef967-3921-4b3d-81e7-a10c8dcccab8-root {
    text-align: center;
  }


#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6eeef967-3921-4b3d-81e7-a10c8dcccab8-root {
    text-align: center;
  }


#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eeef967-3921-4b3d-81e7-a10c8dcccab8-root {
    text-align: center;
  }


#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eeef967-3921-4b3d-81e7-a10c8dcccab8-root {
    text-align: center;
  }


#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6eeef967-3921-4b3d-81e7-a10c8dcccab8-root {
    text-align: center;
  }


#s-6eeef967-3921-4b3d-81e7-a10c8dcccab8.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f {
  margin-top: 5px;
}
}
#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(242, 242, 242, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-34c4cfe5-3175-4bc3-af2f-6ed2bd18273f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
  box-sizing: border-box;
}



.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
      position: relative;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
  box-sizing: border-box;
}



.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
      position: relative;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
  box-sizing: border-box;
}



.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
      position: relative;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
  box-sizing: border-box;
}



.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
      position: relative;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image {
  box-sizing: border-box;
}



.s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container {
      position: relative;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1962b9ca-3a53-4a65-a535-b3e085cfc4f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd {
  background-image: url();
}








#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7be6d1aa-af1f-4675-b33d-de5548c1f6dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c439588e-241b-4c4d-8659-9bb64a13ab72 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-c439588e-241b-4c4d-8659-9bb64a13ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c439588e-241b-4c4d-8659-9bb64a13ab72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-635a8e1c-3cbf-4937-86f4-d26cdcb3b3ec {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-635a8e1c-3cbf-4937-86f4-d26cdcb3b3ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-635a8e1c-3cbf-4937-86f4-d26cdcb3b3ec"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-635a8e1c-3cbf-4937-86f4-d26cdcb3b3ec"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-635a8e1c-3cbf-4937-86f4-d26cdcb3b3ec"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 {
  border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 {
  border-radius: 8px;
}
}







#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261 {
  cursor: pointer;
}#s-513fd98e-55dc-4aaa-a9eb-7ecb16287261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7dbc35c-d0ed-4b00-bbe6-3d84aa173532 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7dbc35c-d0ed-4b00-bbe6-3d84aa173532"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-b7dbc35c-d0ed-4b00-bbe6-3d84aa173532"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-b7dbc35c-d0ed-4b00-bbe6-3d84aa173532"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7dbc35c-d0ed-4b00-bbe6-3d84aa173532"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-3f176eb8-ca7a-4a36-9812-ea4654148c66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f176eb8-ca7a-4a36-9812-ea4654148c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f176eb8-ca7a-4a36-9812-ea4654148c66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-243419da-5eb8-4c91-ad9d-18949c5f7005 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-243419da-5eb8-4c91-ad9d-18949c5f7005 {
  text-align: left;
}
}
#s-243419da-5eb8-4c91-ad9d-18949c5f7005 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-243419da-5eb8-4c91-ad9d-18949c5f7005 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-243419da-5eb8-4c91-ad9d-18949c5f7005 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-243419da-5eb8-4c91-ad9d-18949c5f7005 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1dc3dbd5-3b49-40b3-93ee-66f5d134bd48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1dc3dbd5-3b49-40b3-93ee-66f5d134bd48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dc3dbd5-3b49-40b3-93ee-66f5d134bd48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
    
    
    
    
  }


.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
  box-sizing: border-box;
}



.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
      position: relative;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
    
    
    
    
  }


.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
  box-sizing: border-box;
}



.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
      position: relative;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
    
    
    
    
  }


.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
  box-sizing: border-box;
}



.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
      position: relative;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
    
    
    
    
  }


.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
  box-sizing: border-box;
}



.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
      position: relative;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
    
    
    
    
  }


.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image {
  box-sizing: border-box;
}



.s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container {
      position: relative;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d46bc8e-9d4a-426f-8b65-9578accf1f38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-2abc1333-259b-4412-9c9e-eba0917990fc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-2abc1333-259b-4412-9c9e-eba0917990fc {
  border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2abc1333-259b-4412-9c9e-eba0917990fc {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2abc1333-259b-4412-9c9e-eba0917990fc {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-2abc1333-259b-4412-9c9e-eba0917990fc {
  border-radius: 8px;
}
}







#s-2abc1333-259b-4412-9c9e-eba0917990fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2abc1333-259b-4412-9c9e-eba0917990fc {
  cursor: pointer;
}#s-2abc1333-259b-4412-9c9e-eba0917990fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36179346-2a65-47c5-8af6-2e868e2e2dfa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-36179346-2a65-47c5-8af6-2e868e2e2dfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-36179346-2a65-47c5-8af6-2e868e2e2dfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-36179346-2a65-47c5-8af6-2e868e2e2dfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-36179346-2a65-47c5-8af6-2e868e2e2dfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-580631cf-dc35-4a32-a616-edcce431fc0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-580631cf-dc35-4a32-a616-edcce431fc0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-580631cf-dc35-4a32-a616-edcce431fc0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40b0c91e-a248-4c3f-bab9-d55de62c96ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-40b0c91e-a248-4c3f-bab9-d55de62c96ba {
  text-align: left;
}
}
#s-40b0c91e-a248-4c3f-bab9-d55de62c96ba .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-40b0c91e-a248-4c3f-bab9-d55de62c96ba .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-40b0c91e-a248-4c3f-bab9-d55de62c96ba .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-40b0c91e-a248-4c3f-bab9-d55de62c96ba .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-0f213df3-012f-402d-b622-4b15212bc0e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0f213df3-012f-402d-b622-4b15212bc0e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f213df3-012f-402d-b622-4b15212bc0e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
  box-sizing: border-box;
}



.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
      position: relative;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
  box-sizing: border-box;
}



.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
      position: relative;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
  box-sizing: border-box;
}



.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
      position: relative;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
  box-sizing: border-box;
}



.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
      position: relative;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image {
  box-sizing: border-box;
}



.s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container {
      position: relative;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ec9bf84-8a80-4be4-825c-e61e33d698d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-1cb3b58f-755d-4e57-bec7-187141b65e11 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-1cb3b58f-755d-4e57-bec7-187141b65e11 {
  border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cb3b58f-755d-4e57-bec7-187141b65e11 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cb3b58f-755d-4e57-bec7-187141b65e11 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-1cb3b58f-755d-4e57-bec7-187141b65e11 {
  margin-top: 10px;
border-radius: 8px;
}
}







#s-1cb3b58f-755d-4e57-bec7-187141b65e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cb3b58f-755d-4e57-bec7-187141b65e11 {
  cursor: pointer;
}#s-1cb3b58f-755d-4e57-bec7-187141b65e11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59fedc84-aa16-445b-afa4-330a24803f00 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59fedc84-aa16-445b-afa4-330a24803f00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-59fedc84-aa16-445b-afa4-330a24803f00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-59fedc84-aa16-445b-afa4-330a24803f00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-59fedc84-aa16-445b-afa4-330a24803f00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-5a14f7f5-6545-4096-9418-38f402507e34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5a14f7f5-6545-4096-9418-38f402507e34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a14f7f5-6545-4096-9418-38f402507e34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28e0f72f-2533-4553-a41b-fc74a74d9056 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-28e0f72f-2533-4553-a41b-fc74a74d9056 {
  text-align: left;
}
}
#s-28e0f72f-2533-4553-a41b-fc74a74d9056 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-28e0f72f-2533-4553-a41b-fc74a74d9056 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28e0f72f-2533-4553-a41b-fc74a74d9056 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-28e0f72f-2533-4553-a41b-fc74a74d9056 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e64b810b-4b2c-4377-affe-e40818b56bd2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e64b810b-4b2c-4377-affe-e40818b56bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e64b810b-4b2c-4377-affe-e40818b56bd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a {
  margin: 0 !important;
  overflow: visible;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add background color handling */
  
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
  box-sizing: border-box;
}



.s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269a05e-27e0-402e-8b17-be77952e190a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
      position: relative;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f269a05e-27e0-402e-8b17-be77952e190a {
  margin: 0 !important;
  overflow: visible;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add background color handling */
  
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
  box-sizing: border-box;
}



.s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269a05e-27e0-402e-8b17-be77952e190a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
      position: relative;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f269a05e-27e0-402e-8b17-be77952e190a {
  margin: 0 !important;
  overflow: visible;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add background color handling */
  
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
  box-sizing: border-box;
}



.s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269a05e-27e0-402e-8b17-be77952e190a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
      position: relative;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f269a05e-27e0-402e-8b17-be77952e190a {
  margin: 0 !important;
  overflow: visible;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add background color handling */
  
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
  box-sizing: border-box;
}



.s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269a05e-27e0-402e-8b17-be77952e190a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
      position: relative;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f269a05e-27e0-402e-8b17-be77952e190a {
  margin: 0 !important;
  overflow: visible;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f269a05e-27e0-402e-8b17-be77952e190a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add background color handling */
  
}

#s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f269a05e-27e0-402e-8b17-be77952e190a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f269a05e-27e0-402e-8b17-be77952e190a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image {
  box-sizing: border-box;
}



.s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f269a05e-27e0-402e-8b17-be77952e190a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container {
      position: relative;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f269a05e-27e0-402e-8b17-be77952e190a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-2ae420cf-7c57-463d-aad4-669042a7bd96 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-2ae420cf-7c57-463d-aad4-669042a7bd96 {
  border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ae420cf-7c57-463d-aad4-669042a7bd96 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ae420cf-7c57-463d-aad4-669042a7bd96 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-2ae420cf-7c57-463d-aad4-669042a7bd96 {
  margin-top: 10px;
border-radius: 8px;
}
}







#s-2ae420cf-7c57-463d-aad4-669042a7bd96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ae420cf-7c57-463d-aad4-669042a7bd96 {
  cursor: pointer;
}#s-2ae420cf-7c57-463d-aad4-669042a7bd96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-838c8eed-63f7-4eca-928c-04450a3b6303 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-838c8eed-63f7-4eca-928c-04450a3b6303"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-838c8eed-63f7-4eca-928c-04450a3b6303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-838c8eed-63f7-4eca-928c-04450a3b6303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-838c8eed-63f7-4eca-928c-04450a3b6303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-6e601319-e786-4175-bb88-16633601bd53 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6e601319-e786-4175-bb88-16633601bd53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e601319-e786-4175-bb88-16633601bd53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfbfa498-dccf-42fb-9cf4-dd6da7206f25 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cfbfa498-dccf-42fb-9cf4-dd6da7206f25 {
  text-align: left;
}
}
#s-cfbfa498-dccf-42fb-9cf4-dd6da7206f25 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-cfbfa498-dccf-42fb-9cf4-dd6da7206f25 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cfbfa498-dccf-42fb-9cf4-dd6da7206f25 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-cfbfa498-dccf-42fb-9cf4-dd6da7206f25 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-b3637402-2cbc-4dda-b6cb-aea4e651d07f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b3637402-2cbc-4dda-b6cb-aea4e651d07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3637402-2cbc-4dda-b6cb-aea4e651d07f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 {
  margin: 0 !important;
  overflow: visible;
}

#s-28db030d-48c5-4622-8e38-98fef4467470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add background color handling */
  
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
  box-sizing: border-box;
}



.s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28db030d-48c5-4622-8e38-98fef4467470 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
      position: relative;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-28db030d-48c5-4622-8e38-98fef4467470 {
  margin: 0 !important;
  overflow: visible;
}

#s-28db030d-48c5-4622-8e38-98fef4467470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add background color handling */
  
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
  box-sizing: border-box;
}



.s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28db030d-48c5-4622-8e38-98fef4467470 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
      position: relative;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-28db030d-48c5-4622-8e38-98fef4467470 {
  margin: 0 !important;
  overflow: visible;
}

#s-28db030d-48c5-4622-8e38-98fef4467470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add background color handling */
  
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
  box-sizing: border-box;
}



.s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28db030d-48c5-4622-8e38-98fef4467470 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
      position: relative;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-28db030d-48c5-4622-8e38-98fef4467470 {
  margin: 0 !important;
  overflow: visible;
}

#s-28db030d-48c5-4622-8e38-98fef4467470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add background color handling */
  
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
  box-sizing: border-box;
}



.s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28db030d-48c5-4622-8e38-98fef4467470 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
      position: relative;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-28db030d-48c5-4622-8e38-98fef4467470 {
  margin: 0 !important;
  overflow: visible;
}

#s-28db030d-48c5-4622-8e38-98fef4467470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28db030d-48c5-4622-8e38-98fef4467470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add background color handling */
  
}

#s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28db030d-48c5-4622-8e38-98fef4467470 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-28db030d-48c5-4622-8e38-98fef4467470 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image {
  box-sizing: border-box;
}



.s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28db030d-48c5-4622-8e38-98fef4467470 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container {
      position: relative;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28db030d-48c5-4622-8e38-98fef4467470 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-c20d3778-dee7-4fec-85e7-e2cd281414cd {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c20d3778-dee7-4fec-85e7-e2cd281414cd {
  border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c20d3778-dee7-4fec-85e7-e2cd281414cd {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c20d3778-dee7-4fec-85e7-e2cd281414cd {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-c20d3778-dee7-4fec-85e7-e2cd281414cd {
  margin-top: 10px;
border-radius: 8px;
}
}







#s-c20d3778-dee7-4fec-85e7-e2cd281414cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c20d3778-dee7-4fec-85e7-e2cd281414cd {
  cursor: pointer;
}#s-c20d3778-dee7-4fec-85e7-e2cd281414cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a48d8aa-585d-402a-b95c-f869119b5662 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1a48d8aa-585d-402a-b95c-f869119b5662"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-1a48d8aa-585d-402a-b95c-f869119b5662"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-1a48d8aa-585d-402a-b95c-f869119b5662"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a48d8aa-585d-402a-b95c-f869119b5662"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-4ccbd841-8ad8-4e96-a85c-efffce930ced {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4ccbd841-8ad8-4e96-a85c-efffce930ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ccbd841-8ad8-4e96-a85c-efffce930ced.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aed4cc58-9ef7-4a12-a229-7ae56c2c9eea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-aed4cc58-9ef7-4a12-a229-7ae56c2c9eea {
  text-align: left;
}
}
#s-aed4cc58-9ef7-4a12-a229-7ae56c2c9eea .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-aed4cc58-9ef7-4a12-a229-7ae56c2c9eea .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aed4cc58-9ef7-4a12-a229-7ae56c2c9eea .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-aed4cc58-9ef7-4a12-a229-7ae56c2c9eea .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-d406d3fb-552b-436a-9c90-805e2e11e963 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d406d3fb-552b-436a-9c90-805e2e11e963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d406d3fb-552b-436a-9c90-805e2e11e963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  margin: 0 !important;
  overflow: visible;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add background color handling */
  
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
  box-sizing: border-box;
}



.s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
      position: relative;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  margin: 0 !important;
  overflow: visible;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add background color handling */
  
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
  box-sizing: border-box;
}



.s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
      position: relative;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  margin: 0 !important;
  overflow: visible;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add background color handling */
  
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
  box-sizing: border-box;
}



.s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
      position: relative;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  margin: 0 !important;
  overflow: visible;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add background color handling */
  
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
  box-sizing: border-box;
}



.s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
      position: relative;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  margin: 0 !important;
  overflow: visible;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add background color handling */
  
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-afe30622-f2f6-42c2-adcf-eee872ed8cda .shogun-image-content {
  
    justify-content: center;
  
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image {
  box-sizing: border-box;
}



.s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container {
      position: relative;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afe30622-f2f6-42c2-adcf-eee872ed8cda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-66ebbf58-3c0e-4c1c-a99f-045c8e81d36d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8 {
  border-radius: 8px;
}
}

  #s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8-root {
    text-align: center;
  }


#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8-root {
    text-align: center;
  }


#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8-root {
    text-align: center;
  }


#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8-root {
    text-align: center;
  }


#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8-root {
    text-align: center;
  }


#s-98ae8c84-b688-41a3-8841-7a0e7afc9dc8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-00741441-e5d7-4b6c-a69d-04e22c68e684 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-00741441-e5d7-4b6c-a69d-04e22c68e684:hover {background-color: rgba(217, 217, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-00741441-e5d7-4b6c-a69d-04e22c68e684:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-00741441-e5d7-4b6c-a69d-04e22c68e684 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00741441-e5d7-4b6c-a69d-04e22c68e684 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-00741441-e5d7-4b6c-a69d-04e22c68e684 {
  margin-top: 10px;
border-radius: 8px;
}
}

  #s-00741441-e5d7-4b6c-a69d-04e22c68e684-root {
    text-align: center;
  }


#s-00741441-e5d7-4b6c-a69d-04e22c68e684.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00741441-e5d7-4b6c-a69d-04e22c68e684-root {
    text-align: center;
  }


#s-00741441-e5d7-4b6c-a69d-04e22c68e684.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00741441-e5d7-4b6c-a69d-04e22c68e684-root {
    text-align: center;
  }


#s-00741441-e5d7-4b6c-a69d-04e22c68e684.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00741441-e5d7-4b6c-a69d-04e22c68e684-root {
    text-align: center;
  }


#s-00741441-e5d7-4b6c-a69d-04e22c68e684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00741441-e5d7-4b6c-a69d-04e22c68e684-root {
    text-align: center;
  }


#s-00741441-e5d7-4b6c-a69d-04e22c68e684.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  margin-top: 60px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-4b0bf277-5ac4-4162-a25f-c77229f821db {
  background-image: url();
}








#s-4b0bf277-5ac4-4162-a25f-c77229f821db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b0bf277-5ac4-4162-a25f-c77229f821db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-174d0aa9-f95d-4e83-9e0b-773f0d070dbb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-174d0aa9-f95d-4e83-9e0b-773f0d070dbb .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-174d0aa9-f95d-4e83-9e0b-773f0d070dbb .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-174d0aa9-f95d-4e83-9e0b-773f0d070dbb .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 {
  margin-top: 4px;
}
}
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size,
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size,
#s-e977c522-a1f9-4302-acf1-51e91c1c13a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 60px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-c4929983-e6f1-487f-a453-493e5df5142b {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-c4929983-e6f1-487f-a453-493e5df5142b {
  background-image: url();
}








#s-c4929983-e6f1-487f-a453-493e5df5142b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4929983-e6f1-487f-a453-493e5df5142b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e03b9157-17e9-466f-b10f-b39d4cc6aeb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-7e385f66-ed71-4daf-99e9-720e3c728702 {
  border-radius: 8px;
}
}







#s-7e385f66-ed71-4daf-99e9-720e3c728702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e385f66-ed71-4daf-99e9-720e3c728702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4fe7042-7756-4e62-9d24-2522ec337c2c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a4fe7042-7756-4e62-9d24-2522ec337c2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a4fe7042-7756-4e62-9d24-2522ec337c2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a4fe7042-7756-4e62-9d24-2522ec337c2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a4fe7042-7756-4e62-9d24-2522ec337c2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (max-width: 767px){#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}







#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  cursor: pointer;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  cursor: pointer;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  cursor: pointer;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  cursor: pointer;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8 {
  cursor: pointer;
}#s-2dd77ef3-dac2-4779-826b-c7ea766f65d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-808cef50-bd0b-4ec6-b723-d844efd7ca1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-808cef50-bd0b-4ec6-b723-d844efd7ca1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9c00c7c7-4375-4852-b359-e6d183f2274a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-9c00c7c7-4375-4852-b359-e6d183f2274a {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c00c7c7-4375-4852-b359-e6d183f2274a {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c00c7c7-4375-4852-b359-e6d183f2274a {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-9c00c7c7-4375-4852-b359-e6d183f2274a {
  margin-top: 12px;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}
}







#s-9c00c7c7-4375-4852-b359-e6d183f2274a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c00c7c7-4375-4852-b359-e6d183f2274a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47cf1d62-67a0-4432-9009-de95bd327f8f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-47cf1d62-67a0-4432-9009-de95bd327f8f .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-47cf1d62-67a0-4432-9009-de95bd327f8f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff {
  margin-top: 4px;
}
}
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size,
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size,
#s-84ed6222-0d79-4077-8cf9-b41955e3d6ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4c6fc36-71e4-402a-92dd-0bde2d7f935a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-4468aee3-5344-4880-bf94-e1d50ccd6b12 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

.shg-product-image-wrapper {
  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;
  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-81c015a0-636c-4932-8538-653bdc1c386e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e .shg-image-zoom,
.shg-c#s-81c015a0-636c-4932-8538-653bdc1c386e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-23d68553-8844-40e9-8952-f10e3dca4767 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-23d68553-8844-40e9-8952-f10e3dca4767 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23d68553-8844-40e9-8952-f10e3dca4767 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-23d68553-8844-40e9-8952-f10e3dca4767 {
  text-align: center;
}
}@media (max-width: 767px){#s-23d68553-8844-40e9-8952-f10e3dca4767 {
  text-align: center;
}
}
#s-23d68553-8844-40e9-8952-f10e3dca4767 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-23d68553-8844-40e9-8952-f10e3dca4767 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-23d68553-8844-40e9-8952-f10e3dca4767 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 {
  text-align: left;
}
@media (min-width: 1200px){#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 {
  text-align: center;
}
}@media (max-width: 767px){#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 {
  text-align: center;
}
}
#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-2274a6f4-0d28-4a2c-a5e5-97ec77a41044 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-e2207f34-17df-4857-b424-1e7be0819ef5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e2207f34-17df-4857-b424-1e7be0819ef5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2207f34-17df-4857-b424-1e7be0819ef5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2207f34-17df-4857-b424-1e7be0819ef5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-e2207f34-17df-4857-b424-1e7be0819ef5 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-e2207f34-17df-4857-b424-1e7be0819ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2207f34-17df-4857-b424-1e7be0819ef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-e2207f34-17df-4857-b424-1e7be0819ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2207f34-17df-4857-b424-1e7be0819ef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-d5cd8da3-99bb-45e6-b1fd-fb50d5bab930 {
  margin-left: auto;
margin-right: auto;
}

#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 .shg-image-zoom,
.shg-c#s-1a6af77f-f158-4e5b-8173-edcfe9a527d3 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 {
  text-align: center;
}
}@media (max-width: 767px){#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 {
  text-align: center;
}
}
#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-c8b5c408-812c-4fdf-ace3-4a1f65986319 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 {
  text-align: left;
}
@media (min-width: 1200px){#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 {
  text-align: center;
}
}@media (max-width: 767px){#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 {
  text-align: center;
}
}
#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-41a3d928-7775-46f9-92b8-3a57b6e30b71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-e43c493b-3122-4350-8a88-475a4544a9c2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e43c493b-3122-4350-8a88-475a4544a9c2 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e43c493b-3122-4350-8a88-475a4544a9c2 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e43c493b-3122-4350-8a88-475a4544a9c2 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-e43c493b-3122-4350-8a88-475a4544a9c2 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-e43c493b-3122-4350-8a88-475a4544a9c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e43c493b-3122-4350-8a88-475a4544a9c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-e43c493b-3122-4350-8a88-475a4544a9c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e43c493b-3122-4350-8a88-475a4544a9c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-339af0aa-e5fd-422c-89ea-863587284ff1 {
  margin-left: auto;
margin-right: auto;
}

#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 .shg-image-zoom,
.shg-c#s-adc585c7-cfd2-44f4-a2c9-d51892cbcc49 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 {
  text-align: center;
}
}@media (max-width: 767px){#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 {
  text-align: center;
}
}
#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f3bf3e7a-c4b9-4ad9-b058-0d8644af0e62 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-215fc1ed-479c-4714-b238-3fb67db90fea {
  text-align: left;
}
@media (min-width: 1200px){#s-215fc1ed-479c-4714-b238-3fb67db90fea {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-215fc1ed-479c-4714-b238-3fb67db90fea {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-215fc1ed-479c-4714-b238-3fb67db90fea {
  text-align: center;
}
}@media (max-width: 767px){#s-215fc1ed-479c-4714-b238-3fb67db90fea {
  text-align: center;
}
}
#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-215fc1ed-479c-4714-b238-3fb67db90fea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-74230303-b103-4bd2-81f3-b129919407cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74230303-b103-4bd2-81f3-b129919407cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74230303-b103-4bd2-81f3-b129919407cd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-74230303-b103-4bd2-81f3-b129919407cd {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
#s-74230303-b103-4bd2-81f3-b129919407cd:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-74230303-b103-4bd2-81f3-b129919407cd {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-74230303-b103-4bd2-81f3-b129919407cd:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-74230303-b103-4bd2-81f3-b129919407cd {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-74230303-b103-4bd2-81f3-b129919407cd:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-74230303-b103-4bd2-81f3-b129919407cd {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-74230303-b103-4bd2-81f3-b129919407cd:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-74230303-b103-4bd2-81f3-b129919407cd-root {
    text-align: center;
  }


#s-74230303-b103-4bd2-81f3-b129919407cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74230303-b103-4bd2-81f3-b129919407cd-root {
    text-align: center;
  }


#s-74230303-b103-4bd2-81f3-b129919407cd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74230303-b103-4bd2-81f3-b129919407cd-root {
    text-align: center;
  }


#s-74230303-b103-4bd2-81f3-b129919407cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74230303-b103-4bd2-81f3-b129919407cd-root {
    text-align: center;
  }


#s-74230303-b103-4bd2-81f3-b129919407cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-74230303-b103-4bd2-81f3-b129919407cd-root {
    text-align: center;
  }


#s-74230303-b103-4bd2-81f3-b129919407cd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-44dde322-0a30-4d25-9289-73610acfd561 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-44dde322-0a30-4d25-9289-73610acfd561 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44dde322-0a30-4d25-9289-73610acfd561 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44dde322-0a30-4d25-9289-73610acfd561 {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-44dde322-0a30-4d25-9289-73610acfd561 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-44dde322-0a30-4d25-9289-73610acfd561 {
  background-image: url();
}








#s-44dde322-0a30-4d25-9289-73610acfd561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44dde322-0a30-4d25-9289-73610acfd561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7182ac29-a896-4deb-bf58-dd1af563d4dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7182ac29-a896-4deb-bf58-dd1af563d4dc {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-7182ac29-a896-4deb-bf58-dd1af563d4dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7182ac29-a896-4deb-bf58-dd1af563d4dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136 {
  border-radius: 8px;
}
}







#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ae28cd8-5caf-4244-acc8-7ba6dd3e9136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b55abc7-c6fc-4d05-bb5a-508b2b7d69c8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4b55abc7-c6fc-4d05-bb5a-508b2b7d69c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4b55abc7-c6fc-4d05-bb5a-508b2b7d69c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4b55abc7-c6fc-4d05-bb5a-508b2b7d69c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b55abc7-c6fc-4d05-bb5a-508b2b7d69c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (max-width: 767px){#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}







#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  cursor: pointer;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  cursor: pointer;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  cursor: pointer;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  cursor: pointer;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7 {
  cursor: pointer;
}#s-a3e11ec7-180d-4141-aaac-a30be2172ff7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76eac2a8-61bd-4936-b3e1-412047bc524a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76eac2a8-61bd-4936-b3e1-412047bc524a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76eac2a8-61bd-4936-b3e1-412047bc524a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76eac2a8-61bd-4936-b3e1-412047bc524a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76eac2a8-61bd-4936-b3e1-412047bc524a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76eac2a8-61bd-4936-b3e1-412047bc524a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76eac2a8-61bd-4936-b3e1-412047bc524a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a999d900-d638-473b-a236-3fde1c4a4bee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a999d900-d638-473b-a236-3fde1c4a4bee {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a999d900-d638-473b-a236-3fde1c4a4bee {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a999d900-d638-473b-a236-3fde1c4a4bee {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-a999d900-d638-473b-a236-3fde1c4a4bee {
  margin-top: 12px;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}
}







#s-a999d900-d638-473b-a236-3fde1c4a4bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a999d900-d638-473b-a236-3fde1c4a4bee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-d33b7d3f-57bc-4e52-b901-c1421fb30d75 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3d95210f-f3df-460b-a325-e8f99301134f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3d95210f-f3df-460b-a325-e8f99301134f {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-3d95210f-f3df-460b-a325-e8f99301134f {
  margin-top: 4px;
}
}
#s-3d95210f-f3df-460b-a325-e8f99301134f .shg-proportional-font-size,
#s-3d95210f-f3df-460b-a325-e8f99301134f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3d95210f-f3df-460b-a325-e8f99301134f .shg-proportional-font-size,
#s-3d95210f-f3df-460b-a325-e8f99301134f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f73ceaff-d4ad-4558-89fd-99a06d73c205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-f73ceaff-d4ad-4558-89fd-99a06d73c205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f73ceaff-d4ad-4558-89fd-99a06d73c205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-11f541af-489d-4348-8053-e1e020013d84 {
  margin-left: auto;
margin-right: auto;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
text-align: center;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 img.shogun-image {
  width: 100%;
  
  
  max-width: 1620px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec76033c-14ca-4609-8aa6-36f7037dcd98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ec76033c-14ca-4609-8aa6-36f7037dcd98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec76033c-14ca-4609-8aa6-36f7037dcd98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-55c653c0-b87a-421b-b38a-ccdc438494a1 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-55c653c0-b87a-421b-b38a-ccdc438494a1 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55c653c0-b87a-421b-b38a-ccdc438494a1 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55c653c0-b87a-421b-b38a-ccdc438494a1 {
  text-align: center;
}
}@media (max-width: 767px){#s-55c653c0-b87a-421b-b38a-ccdc438494a1 {
  text-align: center;
}
}
#s-55c653c0-b87a-421b-b38a-ccdc438494a1 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-55c653c0-b87a-421b-b38a-ccdc438494a1 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-55c653c0-b87a-421b-b38a-ccdc438494a1 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-a2332308-18ab-4f14-83ae-29b99dbfa903 {
  text-align: left;
}
@media (min-width: 1200px){#s-a2332308-18ab-4f14-83ae-29b99dbfa903 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2332308-18ab-4f14-83ae-29b99dbfa903 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2332308-18ab-4f14-83ae-29b99dbfa903 {
  text-align: center;
}
}@media (max-width: 767px){#s-a2332308-18ab-4f14-83ae-29b99dbfa903 {
  text-align: center;
}
}
#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a2332308-18ab-4f14-83ae-29b99dbfa903 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-38bef1b9-52e5-458a-872e-9676445decf5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-38bef1b9-52e5-458a-872e-9676445decf5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38bef1b9-52e5-458a-872e-9676445decf5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38bef1b9-52e5-458a-872e-9676445decf5 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-38bef1b9-52e5-458a-872e-9676445decf5 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-38bef1b9-52e5-458a-872e-9676445decf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38bef1b9-52e5-458a-872e-9676445decf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-38bef1b9-52e5-458a-872e-9676445decf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38bef1b9-52e5-458a-872e-9676445decf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b71bd71f-164b-48f6-a255-53010190416f {
  margin-left: auto;
margin-right: auto;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
text-align: center;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1620px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5f74669e-3c16-4116-a1fe-65429f497fe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5f74669e-3c16-4116-a1fe-65429f497fe1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f74669e-3c16-4116-a1fe-65429f497fe1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93f82612-6cfc-4610-af6b-004f4fe39f5f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-93f82612-6cfc-4610-af6b-004f4fe39f5f {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93f82612-6cfc-4610-af6b-004f4fe39f5f {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93f82612-6cfc-4610-af6b-004f4fe39f5f {
  text-align: center;
}
}@media (max-width: 767px){#s-93f82612-6cfc-4610-af6b-004f4fe39f5f {
  text-align: center;
}
}
#s-93f82612-6cfc-4610-af6b-004f4fe39f5f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-93f82612-6cfc-4610-af6b-004f4fe39f5f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-93f82612-6cfc-4610-af6b-004f4fe39f5f .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 {
  text-align: left;
}
@media (min-width: 1200px){#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 {
  text-align: center;
}
}@media (max-width: 767px){#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 {
  text-align: center;
}
}
#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-fc20bb3b-ea98-42d6-a85e-2d7f99c21ff4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-da75bccb-09fe-48a6-8b1d-143fef87257d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-da75bccb-09fe-48a6-8b1d-143fef87257d {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da75bccb-09fe-48a6-8b1d-143fef87257d {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da75bccb-09fe-48a6-8b1d-143fef87257d {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-da75bccb-09fe-48a6-8b1d-143fef87257d {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-da75bccb-09fe-48a6-8b1d-143fef87257d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da75bccb-09fe-48a6-8b1d-143fef87257d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-da75bccb-09fe-48a6-8b1d-143fef87257d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da75bccb-09fe-48a6-8b1d-143fef87257d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-4083c14b-952f-4ae5-a3c8-ba5dca366742 {
  margin-left: auto;
margin-right: auto;
}

#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 .shg-image-zoom,
.shg-c#s-f5906c63-a2cc-4296-bb02-ddf7b70dc442 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 {
  text-align: center;
}
}@media (max-width: 767px){#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 {
  text-align: center;
}
}
#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-3151eb39-5132-4cd5-8ecf-b89f48e2eda6 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-6d278428-461c-4214-972a-2bfba07aafaa {
  text-align: left;
}
@media (min-width: 1200px){#s-6d278428-461c-4214-972a-2bfba07aafaa {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d278428-461c-4214-972a-2bfba07aafaa {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d278428-461c-4214-972a-2bfba07aafaa {
  text-align: center;
}
}@media (max-width: 767px){#s-6d278428-461c-4214-972a-2bfba07aafaa {
  text-align: center;
}
}
#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-6d278428-461c-4214-972a-2bfba07aafaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e-root {
    text-align: center;
  }


#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e-root {
    text-align: center;
  }


#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e-root {
    text-align: center;
  }


#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e-root {
    text-align: center;
  }


#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e-root {
    text-align: center;
  }


#s-ca5a06ef-5a54-4b3a-b7b7-ace11964406e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 {
  background-image: url();
}








#s-50d9782b-4b59-4b01-9578-a75d34d26fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50d9782b-4b59-4b01-9578-a75d34d26fc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be7b31a5-ed9b-4f2b-ba49-18583acbc6c9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-be7b31a5-ed9b-4f2b-ba49-18583acbc6c9 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-be7b31a5-ed9b-4f2b-ba49-18583acbc6c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be7b31a5-ed9b-4f2b-ba49-18583acbc6c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e98b18b8-6117-4581-9c33-335d37358186 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e98b18b8-6117-4581-9c33-335d37358186 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e98b18b8-6117-4581-9c33-335d37358186 {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e98b18b8-6117-4581-9c33-335d37358186 {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-e98b18b8-6117-4581-9c33-335d37358186 {
  border-radius: 8px;
}
}







#s-e98b18b8-6117-4581-9c33-335d37358186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e98b18b8-6117-4581-9c33-335d37358186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c97419ec-a032-44e0-9421-fedf85fa4237 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c97419ec-a032-44e0-9421-fedf85fa4237"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c97419ec-a032-44e0-9421-fedf85fa4237"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c97419ec-a032-44e0-9421-fedf85fa4237"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c97419ec-a032-44e0-9421-fedf85fa4237"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-be858c77-de20-4897-bad6-467e4af9af61 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-be858c77-de20-4897-bad6-467e4af9af61 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be858c77-de20-4897-bad6-467e4af9af61 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be858c77-de20-4897-bad6-467e4af9af61 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (max-width: 767px){#s-be858c77-de20-4897-bad6-467e4af9af61 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}







#s-be858c77-de20-4897-bad6-467e4af9af61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be858c77-de20-4897-bad6-467e4af9af61 {
  cursor: pointer;
}#s-be858c77-de20-4897-bad6-467e4af9af61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-be858c77-de20-4897-bad6-467e4af9af61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be858c77-de20-4897-bad6-467e4af9af61 {
  cursor: pointer;
}#s-be858c77-de20-4897-bad6-467e4af9af61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-be858c77-de20-4897-bad6-467e4af9af61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be858c77-de20-4897-bad6-467e4af9af61 {
  cursor: pointer;
}#s-be858c77-de20-4897-bad6-467e4af9af61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-be858c77-de20-4897-bad6-467e4af9af61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be858c77-de20-4897-bad6-467e4af9af61 {
  cursor: pointer;
}#s-be858c77-de20-4897-bad6-467e4af9af61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-be858c77-de20-4897-bad6-467e4af9af61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be858c77-de20-4897-bad6-467e4af9af61 {
  cursor: pointer;
}#s-be858c77-de20-4897-bad6-467e4af9af61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e6080e27-b969-4f70-bd23-e56b02baac85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e6080e27-b969-4f70-bd23-e56b02baac85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e6080e27-b969-4f70-bd23-e56b02baac85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e6080e27-b969-4f70-bd23-e56b02baac85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e6080e27-b969-4f70-bd23-e56b02baac85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e6080e27-b969-4f70-bd23-e56b02baac85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6080e27-b969-4f70-bd23-e56b02baac85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c {
  margin-top: 12px;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}
}







#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bb38c5b-439f-4fb4-bbea-8fe83e52049c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-989cc8e2-7d3e-4e3e-a1da-64a52578922f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 {
  margin-top: 4px;
}
}
#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 .shg-proportional-font-size,
#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 .shg-proportional-font-size,
#s-6c9069c6-b3b9-4cc3-aeaf-3dd50a452693 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2cb1568-2b92-48c7-a75e-1bef83fa5a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-548ae04e-3352-470d-b7d3-f6bcdb0c95fe {
  margin-left: auto;
margin-right: auto;
}

#s-424dc536-d154-43b7-9484-94a471f9f8c9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 .shg-image-zoom,
.shg-c#s-424dc536-d154-43b7-9484-94a471f9f8c9 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 {
  text-align: center;
}
}@media (max-width: 767px){#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 {
  text-align: center;
}
}
#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-10707dec-b801-49fc-a7c1-a8fbf45b80f9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-268cea04-439e-4e62-af77-8879bfbd7e6d {
  text-align: left;
}
@media (min-width: 1200px){#s-268cea04-439e-4e62-af77-8879bfbd7e6d {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-268cea04-439e-4e62-af77-8879bfbd7e6d {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-268cea04-439e-4e62-af77-8879bfbd7e6d {
  text-align: center;
}
}@media (max-width: 767px){#s-268cea04-439e-4e62-af77-8879bfbd7e6d {
  text-align: center;
}
}
#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-268cea04-439e-4e62-af77-8879bfbd7e6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc923b71-d64e-42ad-af81-4c5ce87c6dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-58c3df1e-c824-4aeb-b15d-d45ba18a63c9 {
  margin-left: auto;
margin-right: auto;
}

#s-063a4189-ab97-49d4-a576-fe12cc80b74f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f .shg-image-zoom,
.shg-c#s-063a4189-ab97-49d4-a576-fe12cc80b74f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d232b103-437b-441c-8aef-6ae144fd1092 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-d232b103-437b-441c-8aef-6ae144fd1092 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d232b103-437b-441c-8aef-6ae144fd1092 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d232b103-437b-441c-8aef-6ae144fd1092 {
  text-align: center;
}
}@media (max-width: 767px){#s-d232b103-437b-441c-8aef-6ae144fd1092 {
  text-align: center;
}
}
#s-d232b103-437b-441c-8aef-6ae144fd1092 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-d232b103-437b-441c-8aef-6ae144fd1092 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-d232b103-437b-441c-8aef-6ae144fd1092 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-82502aaf-c059-419a-886a-f723f0e507c8 {
  text-align: left;
}
@media (min-width: 1200px){#s-82502aaf-c059-419a-886a-f723f0e507c8 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82502aaf-c059-419a-886a-f723f0e507c8 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82502aaf-c059-419a-886a-f723f0e507c8 {
  text-align: center;
}
}@media (max-width: 767px){#s-82502aaf-c059-419a-886a-f723f0e507c8 {
  text-align: center;
}
}
#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-82502aaf-c059-419a-886a-f723f0e507c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f015eb4-a1f6-49f9-acd4-9fa373e9f056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-2d45a898-505d-4edd-a3fe-879bc2b864e6 {
  margin-left: auto;
margin-right: auto;
}

#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff .shg-image-zoom,
.shg-c#s-9d97f25a-1ba3-43fc-8a7b-d2c2a5915fff img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e {
  text-align: center;
}
}@media (max-width: 767px){#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e {
  text-align: center;
}
}
#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-89f2f7ee-6cd3-4615-adf0-02ca522bdf8e .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 {
  text-align: left;
}
@media (min-width: 1200px){#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 {
  text-align: center;
}
}@media (max-width: 767px){#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 {
  text-align: center;
}
}
#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-fb3c09f5-47dc-408a-b51c-38ee23212d32 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076 {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076-root {
    text-align: center;
  }


#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076-root {
    text-align: center;
  }


#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076-root {
    text-align: center;
  }


#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076-root {
    text-align: center;
  }


#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076-root {
    text-align: center;
  }


#s-bf2138ac-4762-4c0b-b9e9-cae0ab7ee076.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bbd2efc0-5d64-43d5-bad8-43de73375338 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-bbd2efc0-5d64-43d5-bad8-43de73375338 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-bbd2efc0-5d64-43d5-bad8-43de73375338"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbd2efc0-5d64-43d5-bad8-43de73375338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bbd2efc0-5d64-43d5-bad8-43de73375338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbd2efc0-5d64-43d5-bad8-43de73375338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3017a817-d876-40b0-ad83-cc083c29a66c {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-3017a817-d876-40b0-ad83-cc083c29a66c {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3017a817-d876-40b0-ad83-cc083c29a66c {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3017a817-d876-40b0-ad83-cc083c29a66c {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-3017a817-d876-40b0-ad83-cc083c29a66c {
  border-radius: 8px;
}
}







#s-3017a817-d876-40b0-ad83-cc083c29a66c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3017a817-d876-40b0-ad83-cc083c29a66c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-3017a817-d876-40b0-ad83-cc083c29a66c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3017a817-d876-40b0-ad83-cc083c29a66c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-5bf5f5c0-97dd-4543-a1a4-276a22703b9b .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-343b9f02-873d-4d44-943b-1c258269893b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-343b9f02-873d-4d44-943b-1c258269893b {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-343b9f02-873d-4d44-943b-1c258269893b {
  margin-top: 4px;
}
}
#s-343b9f02-873d-4d44-943b-1c258269893b .shg-proportional-font-size,
#s-343b9f02-873d-4d44-943b-1c258269893b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-343b9f02-873d-4d44-943b-1c258269893b .shg-proportional-font-size,
#s-343b9f02-873d-4d44-943b-1c258269893b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-710966ae-caaa-4fd9-9f82-53f56963e0ba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-710966ae-caaa-4fd9-9f82-53f56963e0ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-710966ae-caaa-4fd9-9f82-53f56963e0ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-710966ae-caaa-4fd9-9f82-53f56963e0ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-710966ae-caaa-4fd9-9f82-53f56963e0ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8493029b-1776-40e3-b3bd-8402b90f8301 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-8493029b-1776-40e3-b3bd-8402b90f8301 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8493029b-1776-40e3-b3bd-8402b90f8301 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8493029b-1776-40e3-b3bd-8402b90f8301 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-8493029b-1776-40e3-b3bd-8402b90f8301 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-8493029b-1776-40e3-b3bd-8402b90f8301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8493029b-1776-40e3-b3bd-8402b90f8301.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-8493029b-1776-40e3-b3bd-8402b90f8301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8493029b-1776-40e3-b3bd-8402b90f8301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-37522e1b-229e-4b59-b9f7-3a6e88c99fe4 {
  margin-left: auto;
margin-right: auto;
}

#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 .shg-image-zoom,
.shg-c#s-2db66f23-f879-4c0a-a03f-e8d643c0c787 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52469eab-94d3-4bbc-90f8-1506c4567d2a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-52469eab-94d3-4bbc-90f8-1506c4567d2a {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52469eab-94d3-4bbc-90f8-1506c4567d2a {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52469eab-94d3-4bbc-90f8-1506c4567d2a {
  text-align: center;
}
}@media (max-width: 767px){#s-52469eab-94d3-4bbc-90f8-1506c4567d2a {
  text-align: center;
}
}
#s-52469eab-94d3-4bbc-90f8-1506c4567d2a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-52469eab-94d3-4bbc-90f8-1506c4567d2a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-52469eab-94d3-4bbc-90f8-1506c4567d2a .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba {
  text-align: left;
}
@media (min-width: 1200px){#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba {
  text-align: center;
}
}@media (max-width: 767px){#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba {
  text-align: center;
}
}
#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-14f53e9c-b055-4b13-8d7d-bda5a9c4fdba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-26281bf7-383e-4f26-8357-1f857cb00c7b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-26281bf7-383e-4f26-8357-1f857cb00c7b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26281bf7-383e-4f26-8357-1f857cb00c7b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26281bf7-383e-4f26-8357-1f857cb00c7b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-26281bf7-383e-4f26-8357-1f857cb00c7b {
  margin-top: 0px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-26281bf7-383e-4f26-8357-1f857cb00c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26281bf7-383e-4f26-8357-1f857cb00c7b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-26281bf7-383e-4f26-8357-1f857cb00c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26281bf7-383e-4f26-8357-1f857cb00c7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-416983e3-84d6-4cd6-99ac-94c0a3a35fc7 {
  margin-left: auto;
margin-right: auto;
}

#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f .shg-image-zoom,
.shg-c#s-48835f5a-9e71-4cfe-956c-fc3c4e02767f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 {
  text-align: center;
}
}@media (max-width: 767px){#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 {
  text-align: center;
}
}
#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-a253a3dd-fa0c-4909-a253-4d7dab1bf343 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-650f2403-52a3-4f1b-bec5-22896b1a21bf {
  text-align: left;
}
@media (min-width: 1200px){#s-650f2403-52a3-4f1b-bec5-22896b1a21bf {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-650f2403-52a3-4f1b-bec5-22896b1a21bf {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-650f2403-52a3-4f1b-bec5-22896b1a21bf {
  text-align: center;
}
}@media (max-width: 767px){#s-650f2403-52a3-4f1b-bec5-22896b1a21bf {
  text-align: center;
}
}
#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-650f2403-52a3-4f1b-bec5-22896b1a21bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-2bef2ce6-6da9-43e8-a020-369f325192a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2bef2ce6-6da9-43e8-a020-369f325192a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2bef2ce6-6da9-43e8-a020-369f325192a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2bef2ce6-6da9-43e8-a020-369f325192a0 {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
#s-2bef2ce6-6da9-43e8-a020-369f325192a0:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-2bef2ce6-6da9-43e8-a020-369f325192a0 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-2bef2ce6-6da9-43e8-a020-369f325192a0:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-2bef2ce6-6da9-43e8-a020-369f325192a0 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-2bef2ce6-6da9-43e8-a020-369f325192a0:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-2bef2ce6-6da9-43e8-a020-369f325192a0 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-2bef2ce6-6da9-43e8-a020-369f325192a0:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-2bef2ce6-6da9-43e8-a020-369f325192a0-root {
    text-align: center;
  }


#s-2bef2ce6-6da9-43e8-a020-369f325192a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bef2ce6-6da9-43e8-a020-369f325192a0-root {
    text-align: center;
  }


#s-2bef2ce6-6da9-43e8-a020-369f325192a0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bef2ce6-6da9-43e8-a020-369f325192a0-root {
    text-align: center;
  }


#s-2bef2ce6-6da9-43e8-a020-369f325192a0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bef2ce6-6da9-43e8-a020-369f325192a0-root {
    text-align: center;
  }


#s-2bef2ce6-6da9-43e8-a020-369f325192a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2bef2ce6-6da9-43e8-a020-369f325192a0-root {
    text-align: center;
  }


#s-2bef2ce6-6da9-43e8-a020-369f325192a0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-804a3f6d-2da5-4044-9be1-e565c318a76a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-804a3f6d-2da5-4044-9be1-e565c318a76a {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-804a3f6d-2da5-4044-9be1-e565c318a76a {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-804a3f6d-2da5-4044-9be1-e565c318a76a {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-804a3f6d-2da5-4044-9be1-e565c318a76a {
  margin-top: 30px;
border-radius: 8px;
}
}







#s-804a3f6d-2da5-4044-9be1-e565c318a76a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-804a3f6d-2da5-4044-9be1-e565c318a76a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-804a3f6d-2da5-4044-9be1-e565c318a76a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-804a3f6d-2da5-4044-9be1-e565c318a76a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-eaa64af7-fcdc-4198-91ff-2cb889864e5c .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d {
  margin-top: 4px;
}
}
#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d .shg-proportional-font-size,
#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d .shg-proportional-font-size,
#s-fe041ab6-ed2e-4fd3-af49-833e996fdb4d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-39a64df0-4aa9-4369-a175-e335ef800a69 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-39a64df0-4aa9-4369-a175-e335ef800a69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-39a64df0-4aa9-4369-a175-e335ef800a69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-39a64df0-4aa9-4369-a175-e335ef800a69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a64df0-4aa9-4369-a175-e335ef800a69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e52bf36-f34a-4e84-bcbd-83415fb2ef3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-0a47ef1e-a60d-4ffa-bd62-388027bfebc2 {
  margin-left: auto;
margin-right: auto;
}

#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f .shg-image-zoom,
.shg-c#s-2e2cdb45-d99f-4ec5-96e7-20928ab8dc2f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec {
  text-align: center;
}
}@media (max-width: 767px){#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec {
  text-align: center;
}
}
#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-921c3eb6-9ab8-47a9-9397-f1f2615927ec .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd {
  text-align: left;
}
@media (min-width: 1200px){#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd {
  text-align: center;
}
}@media (max-width: 767px){#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd {
  text-align: center;
}
}
#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-17b6c0a5-e49a-48a1-81f4-18a1ffc0fdfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf {
  margin-top: 0px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2e9946f-b049-4b1b-aaa0-82b4115f31cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-d4c1f4a7-fce8-4f6d-a18c-e5bf94b19110 {
  margin-left: auto;
margin-right: auto;
}

#s-165189f5-6278-4121-93f1-2f3986f2af6f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f .shg-image-zoom,
.shg-c#s-165189f5-6278-4121-93f1-2f3986f2af6f img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 {
  text-align: center;
}
}@media (max-width: 767px){#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 {
  text-align: center;
}
}
#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-9fc98e59-d600-4c88-af44-32a4eb25bd95 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-a6299b63-0c60-4c0f-af2f-d969488f4207 {
  text-align: left;
}
@media (min-width: 1200px){#s-a6299b63-0c60-4c0f-af2f-d969488f4207 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6299b63-0c60-4c0f-af2f-d969488f4207 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6299b63-0c60-4c0f-af2f-d969488f4207 {
  text-align: center;
}
}@media (max-width: 767px){#s-a6299b63-0c60-4c0f-af2f-d969488f4207 {
  text-align: center;
}
}
#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a6299b63-0c60-4c0f-af2f-d969488f4207 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-12c95eba-be65-4748-b731-8e653d29d1a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12c95eba-be65-4748-b731-8e653d29d1a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12c95eba-be65-4748-b731-8e653d29d1a8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-12c95eba-be65-4748-b731-8e653d29d1a8 {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
#s-12c95eba-be65-4748-b731-8e653d29d1a8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-12c95eba-be65-4748-b731-8e653d29d1a8 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-12c95eba-be65-4748-b731-8e653d29d1a8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-12c95eba-be65-4748-b731-8e653d29d1a8 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-12c95eba-be65-4748-b731-8e653d29d1a8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-12c95eba-be65-4748-b731-8e653d29d1a8 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-12c95eba-be65-4748-b731-8e653d29d1a8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-12c95eba-be65-4748-b731-8e653d29d1a8-root {
    text-align: center;
  }


#s-12c95eba-be65-4748-b731-8e653d29d1a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12c95eba-be65-4748-b731-8e653d29d1a8-root {
    text-align: center;
  }


#s-12c95eba-be65-4748-b731-8e653d29d1a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12c95eba-be65-4748-b731-8e653d29d1a8-root {
    text-align: center;
  }


#s-12c95eba-be65-4748-b731-8e653d29d1a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12c95eba-be65-4748-b731-8e653d29d1a8-root {
    text-align: center;
  }


#s-12c95eba-be65-4748-b731-8e653d29d1a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-12c95eba-be65-4748-b731-8e653d29d1a8-root {
    text-align: center;
  }


#s-12c95eba-be65-4748-b731-8e653d29d1a8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e {
  margin-top: 120px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e {
  margin-top: 120px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e {
  margin-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e {
  margin-top: 90px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e {
  margin-top: 90px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e {
  background-image: url();
}








#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51159041-6a41-4a0b-8d51-69a4c6a7ae0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f9343ef-069d-4efb-8476-c55fcda8c25e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8f9343ef-069d-4efb-8476-c55fcda8c25e .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f9343ef-069d-4efb-8476-c55fcda8c25e .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-8f9343ef-069d-4efb-8476-c55fcda8c25e .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
max-width: 600px;
}
}
#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 {
  background-image: url();
}








#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-231e0645-9f28-4951-a4b7-eeca8e3de8f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-544f1302-325b-4246-9ef8-c1f1c03fe3e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-544f1302-325b-4246-9ef8-c1f1c03fe3e1 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-544f1302-325b-4246-9ef8-c1f1c03fe3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-544f1302-325b-4246-9ef8-c1f1c03fe3e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-528c0385-5432-4de9-8356-49569654b57d {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-528c0385-5432-4de9-8356-49569654b57d {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-528c0385-5432-4de9-8356-49569654b57d {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-528c0385-5432-4de9-8356-49569654b57d {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-528c0385-5432-4de9-8356-49569654b57d {
  border-radius: 8px;
}
}







#s-528c0385-5432-4de9-8356-49569654b57d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-528c0385-5432-4de9-8356-49569654b57d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-317c3d10-1c0d-4902-84aa-12cd8dc054c0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-317c3d10-1c0d-4902-84aa-12cd8dc054c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-317c3d10-1c0d-4902-84aa-12cd8dc054c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-317c3d10-1c0d-4902-84aa-12cd8dc054c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-317c3d10-1c0d-4902-84aa-12cd8dc054c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}@media (max-width: 767px){#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
}
}







#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  cursor: pointer;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  cursor: pointer;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  cursor: pointer;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  cursor: pointer;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d {
  cursor: pointer;
}#s-25e381b7-a8ef-4fe0-86c0-fe6a31f9407d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 4px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bca75198-31f1-40ed-9f55-a7c5ce671666 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bca75198-31f1-40ed-9f55-a7c5ce671666 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bca75198-31f1-40ed-9f55-a7c5ce671666.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5093a656-8b28-4cd0-9a7f-2a61209a571e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5093a656-8b28-4cd0-9a7f-2a61209a571e {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5093a656-8b28-4cd0-9a7f-2a61209a571e {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5093a656-8b28-4cd0-9a7f-2a61209a571e {
  margin-top: 12px;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-5093a656-8b28-4cd0-9a7f-2a61209a571e {
  margin-top: 12px;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}
}







#s-5093a656-8b28-4cd0-9a7f-2a61209a571e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5093a656-8b28-4cd0-9a7f-2a61209a571e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-d69f2cb6-446c-4008-9ae6-e4a4d2597152 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 {
  margin-top: 4px;
}
}
#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 .shg-proportional-font-size,
#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 .shg-proportional-font-size,
#s-4bba6eaf-0ee3-46b1-b4eb-d384a4cd7857 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60c535dd-5dd5-43da-a86b-26ad4c5ff4e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-522fad2a-e692-4834-b0a1-36ee0ef8f504 {
  margin-left: auto;
margin-right: auto;
}

#s-3d564fec-80ff-495d-a77d-81d869f71466 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 .shg-image-zoom,
.shg-c#s-3d564fec-80ff-495d-a77d-81d869f71466 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be {
  text-align: center;
}
}@media (max-width: 767px){#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be {
  text-align: center;
}
}
#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-fb56ed51-cc0d-47bc-9ee9-e8890104d0be .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 {
  text-align: left;
}
@media (min-width: 1200px){#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 {
  text-align: center;
}
}@media (max-width: 767px){#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 {
  text-align: center;
}
}
#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1df495a2-f3b9-45ed-aba2-1ce25cd600b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0d8c386-0989-4eeb-8a5d-78860f4f3d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-6a444cd4-6b10-4846-8e81-f0788a6c3703 {
  margin-left: auto;
margin-right: auto;
}

#s-8a3138d6-0058-432f-ac5c-26971e1cee96 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 .shg-image-zoom,
.shg-c#s-8a3138d6-0058-432f-ac5c-26971e1cee96 img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2584db4f-f548-41af-af98-764b52dff3cd {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-2584db4f-f548-41af-af98-764b52dff3cd {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2584db4f-f548-41af-af98-764b52dff3cd {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2584db4f-f548-41af-af98-764b52dff3cd {
  text-align: center;
}
}@media (max-width: 767px){#s-2584db4f-f548-41af-af98-764b52dff3cd {
  text-align: center;
}
}
#s-2584db4f-f548-41af-af98-764b52dff3cd .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-2584db4f-f548-41af-af98-764b52dff3cd .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-2584db4f-f548-41af-af98-764b52dff3cd .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 {
  text-align: left;
}
@media (min-width: 1200px){#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 {
  text-align: center;
}
}@media (max-width: 767px){#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 {
  text-align: center;
}
}
#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e960f6bd-e9d3-45f4-b509-da090c7181c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3702ed5-0c29-4b0f-a90c-1125d8c56101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-45779f8f-6919-46fe-b390-349404dfca00 {
  margin-left: auto;
margin-right: auto;
}

#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea .shg-image-zoom,
.shg-c#s-3c35c986-dc80-45d1-8be3-e28ac5d4c0ea img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 {
  text-align: center;
}
}@media (max-width: 767px){#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 {
  text-align: center;
}
}
#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-ed1c24f5-e8b1-4be1-802b-7c4360c857c9 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 {
  text-align: left;
}
@media (min-width: 1200px){#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 {
  text-align: center;
}
}@media (max-width: 767px){#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 {
  text-align: center;
}
}
#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8839a06d-91cf-4b31-bd00-21f8f41668b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a9e5842b-8e50-4a92-aa09-62ff8d9579af-root {
    text-align: center;
  }


#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9e5842b-8e50-4a92-aa09-62ff8d9579af-root {
    text-align: center;
  }


#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9e5842b-8e50-4a92-aa09-62ff8d9579af-root {
    text-align: center;
  }


#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9e5842b-8e50-4a92-aa09-62ff8d9579af-root {
    text-align: center;
  }


#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9e5842b-8e50-4a92-aa09-62ff8d9579af-root {
    text-align: center;
  }


#s-a9e5842b-8e50-4a92-aa09-62ff8d9579af.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-aa557a66-622b-4b6a-b4d2-0fbad22edc25 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-aa557a66-622b-4b6a-b4d2-0fbad22edc25 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-aa557a66-622b-4b6a-b4d2-0fbad22edc25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa557a66-622b-4b6a-b4d2-0fbad22edc25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aa557a66-622b-4b6a-b4d2-0fbad22edc25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa557a66-622b-4b6a-b4d2-0fbad22edc25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-radius: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a {
  border-radius: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a {
  border-radius: 8px;
}
}@media (max-width: 767px){#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a {
  border-radius: 8px;
}
}







#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bafe735d-e7b0-4172-9bef-0a2ec75f909a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a204c1a-106d-492c-8e36-6990c454e6b7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 {
  margin-top: 10px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-2a204c1a-106d-492c-8e36-6990c454e6b7 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-2a204c1a-106d-492c-8e36-6990c454e6b7 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-be06d1af-912b-4d67-b3b4-a3f84258676c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-be06d1af-912b-4d67-b3b4-a3f84258676c {
  margin-top: 4px;
}
}@media (max-width: 767px){#s-be06d1af-912b-4d67-b3b4-a3f84258676c {
  margin-top: 4px;
}
}
#s-be06d1af-912b-4d67-b3b4-a3f84258676c .shg-proportional-font-size,
#s-be06d1af-912b-4d67-b3b4-a3f84258676c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-be06d1af-912b-4d67-b3b4-a3f84258676c .shg-proportional-font-size,
#s-be06d1af-912b-4d67-b3b4-a3f84258676c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-379180b9-536c-406a-9fa6-7c27ab1e2e15 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-379180b9-536c-406a-9fa6-7c27ab1e2e15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-379180b9-536c-406a-9fa6-7c27ab1e2e15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-379180b9-536c-406a-9fa6-7c27ab1e2e15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-379180b9-536c-406a-9fa6-7c27ab1e2e15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-32f3faf9-8663-404f-a055-5820251d346f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-32f3faf9-8663-404f-a055-5820251d346f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32f3faf9-8663-404f-a055-5820251d346f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32f3faf9-8663-404f-a055-5820251d346f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-32f3faf9-8663-404f-a055-5820251d346f {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-32f3faf9-8663-404f-a055-5820251d346f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32f3faf9-8663-404f-a055-5820251d346f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-32f3faf9-8663-404f-a055-5820251d346f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32f3faf9-8663-404f-a055-5820251d346f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-0d5b4c21-3688-44c7-a3eb-1b08958bf214 {
  margin-left: auto;
margin-right: auto;
}

#s-6aac1376-d982-478d-a821-a9373762489e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6aac1376-d982-478d-a821-a9373762489e .shg-image-zoom,
.shg-c#s-6aac1376-d982-478d-a821-a9373762489e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 {
  text-align: center;
}
}@media (max-width: 767px){#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 {
  text-align: center;
}
}
#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-b1aca41d-f69d-404e-8d9a-9b1c5392a1c0 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 {
  text-align: left;
}
@media (min-width: 1200px){#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 {
  text-align: center;
}
}@media (max-width: 767px){#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 {
  text-align: center;
}
}
#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-2be5d9f4-d528-4dd1-bae2-756370a10a87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 {
  padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}@media (max-width: 767px){#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 {
  margin-top: 0px;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 6px;
}
}







#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e87c9c6-ecd4-469a-9aed-cb1c7a6594e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-ced30aa9-5b9c-4686-954d-ceba35e32658 {
  margin-left: auto;
margin-right: auto;
}

#s-f08f756b-3cc9-465d-8997-56b776b9213e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e .shg-image-zoom,
.shg-c#s-f08f756b-3cc9-465d-8997-56b776b9213e img.shogun-image {
  aspect-ratio: 1/1;
  border-style: none;
  border-color: #000;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
    border-radius: 3px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d4553eb-9298-4c78-9096-cc6092e82e89 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 1200px){#s-3d4553eb-9298-4c78-9096-cc6092e82e89 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d4553eb-9298-4c78-9096-cc6092e82e89 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d4553eb-9298-4c78-9096-cc6092e82e89 {
  text-align: center;
}
}@media (max-width: 767px){#s-3d4553eb-9298-4c78-9096-cc6092e82e89 {
  text-align: center;
}
}
#s-3d4553eb-9298-4c78-9096-cc6092e82e89 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3d4553eb-9298-4c78-9096-cc6092e82e89 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-3d4553eb-9298-4c78-9096-cc6092e82e89 .shg-product-title-component h4 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 {
  text-align: left;
}
@media (min-width: 1200px){#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 {
  text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 {
  text-align: center;
}
}@media (max-width: 767px){#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 {
  text-align: center;
}
}
#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 16px;
}

#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}@media (max-width: 767px){#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-4faea3f3-1f77-4c8b-970e-4efadfba4316 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 8px;
}
}
#s-f6b5c364-083b-46f1-be8c-600e48660211 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f6b5c364-083b-46f1-be8c-600e48660211:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6b5c364-083b-46f1-be8c-600e48660211:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f6b5c364-083b-46f1-be8c-600e48660211 {
  margin-top: 10px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(40, 40, 40, 1);
background-image: none;
hover-type: color;
}
#s-f6b5c364-083b-46f1-be8c-600e48660211:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-f6b5c364-083b-46f1-be8c-600e48660211 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-f6b5c364-083b-46f1-be8c-600e48660211:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-f6b5c364-083b-46f1-be8c-600e48660211 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-f6b5c364-083b-46f1-be8c-600e48660211:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-f6b5c364-083b-46f1-be8c-600e48660211 {
  margin-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(40, 40, 40, 1);
hover-type: color;
}
#s-f6b5c364-083b-46f1-be8c-600e48660211:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-f6b5c364-083b-46f1-be8c-600e48660211-root {
    text-align: center;
  }


#s-f6b5c364-083b-46f1-be8c-600e48660211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6b5c364-083b-46f1-be8c-600e48660211-root {
    text-align: center;
  }


#s-f6b5c364-083b-46f1-be8c-600e48660211.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6b5c364-083b-46f1-be8c-600e48660211-root {
    text-align: center;
  }


#s-f6b5c364-083b-46f1-be8c-600e48660211.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6b5c364-083b-46f1-be8c-600e48660211-root {
    text-align: center;
  }


#s-f6b5c364-083b-46f1-be8c-600e48660211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f6b5c364-083b-46f1-be8c-600e48660211-root {
    text-align: center;
  }


#s-f6b5c364-083b-46f1-be8c-600e48660211.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8fbed9c4-19d7-47ef-8167-86e43e19906e {
  margin-top: 60px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fbed9c4-19d7-47ef-8167-86e43e19906e {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-8fbed9c4-19d7-47ef-8167-86e43e19906e {
  margin-left: 2%;
margin-right: 2%;
max-width: 600px;
}
}
#s-8fbed9c4-19d7-47ef-8167-86e43e19906e {
  background-image: url();
}








#s-8fbed9c4-19d7-47ef-8167-86e43e19906e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fbed9c4-19d7-47ef-8167-86e43e19906e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e3ec98-e939-4726-948b-bbc4e26ee4cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d0e3ec98-e939-4726-948b-bbc4e26ee4cb {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-d0e3ec98-e939-4726-948b-bbc4e26ee4cb .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d0e3ec98-e939-4726-948b-bbc4e26ee4cb .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-d0e3ec98-e939-4726-948b-bbc4e26ee4cb .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-9c6b4dd1-3e9b-458e-b05a-f37268fb5af8 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
@media (max-width: 767px){#s-9c6b4dd1-3e9b-458e-b05a-f37268fb5af8 {
  max-width: 100%;
}
}
#s-380f236d-6cc2-4e9e-ac5f-786d5f26a947 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-380f236d-6cc2-4e9e-ac5f-786d5f26a947 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-380f236d-6cc2-4e9e-ac5f-786d5f26a947 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-380f236d-6cc2-4e9e-ac5f-786d5f26a947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-380f236d-6cc2-4e9e-ac5f-786d5f26a947"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-380f236d-6cc2-4e9e-ac5f-786d5f26a947"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-380f236d-6cc2-4e9e-ac5f-786d5f26a947"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin-top: 10px;
}
}
#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin: 0 !important;
  overflow: visible;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add background color handling */
  
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
  box-sizing: border-box;
}



.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
      position: relative;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin: 0 !important;
  overflow: visible;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add background color handling */
  
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
  box-sizing: border-box;
}



.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
      position: relative;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin: 0 !important;
  overflow: visible;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add background color handling */
  
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
  box-sizing: border-box;
}



.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
      position: relative;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin: 0 !important;
  overflow: visible;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add background color handling */
  
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
  box-sizing: border-box;
}



.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
      position: relative;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  margin: 0 !important;
  overflow: visible;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add background color handling */
  
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image {
  box-sizing: border-box;
}



.s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container {
      position: relative;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46bd81e-432f-4666-ac00-0bdeb1700d20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin-top: 10px;
}
}
#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin: 0 !important;
  overflow: visible;
}

#s-0755345c-8667-415a-a273-07a65bd24682-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add background color handling */
  
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0755345c-8667-415a-a273-07a65bd24682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
  box-sizing: border-box;
}



.s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0755345c-8667-415a-a273-07a65bd24682 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
      position: relative;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin: 0 !important;
  overflow: visible;
}

#s-0755345c-8667-415a-a273-07a65bd24682-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add background color handling */
  
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0755345c-8667-415a-a273-07a65bd24682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
  box-sizing: border-box;
}



.s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0755345c-8667-415a-a273-07a65bd24682 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
      position: relative;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin: 0 !important;
  overflow: visible;
}

#s-0755345c-8667-415a-a273-07a65bd24682-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add background color handling */
  
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0755345c-8667-415a-a273-07a65bd24682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
  box-sizing: border-box;
}



.s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0755345c-8667-415a-a273-07a65bd24682 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
      position: relative;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin: 0 !important;
  overflow: visible;
}

#s-0755345c-8667-415a-a273-07a65bd24682-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add background color handling */
  
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0755345c-8667-415a-a273-07a65bd24682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
  box-sizing: border-box;
}



.s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0755345c-8667-415a-a273-07a65bd24682 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
      position: relative;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-0755345c-8667-415a-a273-07a65bd24682 {
  margin: 0 !important;
  overflow: visible;
}

#s-0755345c-8667-415a-a273-07a65bd24682-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-0755345c-8667-415a-a273-07a65bd24682 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add background color handling */
  
}

#s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0755345c-8667-415a-a273-07a65bd24682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0755345c-8667-415a-a273-07a65bd24682 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0755345c-8667-415a-a273-07a65bd24682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0755345c-8667-415a-a273-07a65bd24682.shogun-image {
  box-sizing: border-box;
}



.s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0755345c-8667-415a-a273-07a65bd24682 {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container {
      position: relative;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0755345c-8667-415a-a273-07a65bd24682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0755345c-8667-415a-a273-07a65bd24682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/800;
text-align: center;
}
@media (max-width: 767px){#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin-top: 10px;
}
}
#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
  box-sizing: border-box;
}



.s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af87efec-66f7-49fb-a808-577e62b47b4f {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
      position: relative;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
  box-sizing: border-box;
}



.s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af87efec-66f7-49fb-a808-577e62b47b4f {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
      position: relative;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
  box-sizing: border-box;
}



.s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af87efec-66f7-49fb-a808-577e62b47b4f {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
      position: relative;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
  box-sizing: border-box;
}



.s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af87efec-66f7-49fb-a808-577e62b47b4f {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
      position: relative;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-af87efec-66f7-49fb-a808-577e62b47b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-af87efec-66f7-49fb-a808-577e62b47b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }

    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-link {
      aspect-ratio: 1200/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af87efec-66f7-49fb-a808-577e62b47b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-af87efec-66f7-49fb-a808-577e62b47b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image {
  box-sizing: border-box;
}



.s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af87efec-66f7-49fb-a808-577e62b47b4f {
      --shg-aspect-ratio: calc(1200/800); 
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container {
      position: relative;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af87efec-66f7-49fb-a808-577e62b47b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
/*
  $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;
}

#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;
  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:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}