.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -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-7225239a-41ed-4c85-8568-13756b724198 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-7225239a-41ed-4c85-8568-13756b724198 {
  background-image: url(https://i.shgcdn.com/1d7b7ebd-dfad-45d3-bed9-0baa9fdcc9e7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7225239a-41ed-4c85-8568-13756b724198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-7225239a-41ed-4c85-8568-13756b724198.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;
}

#s-dac45d09-8bff-4a1a-896c-34d301808d03 {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dac45d09-8bff-4a1a-896c-34d301808d03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-cf63d58c-a385-42fc-834d-922b41d51688 {
  padding-top: 25px;
padding-bottom: 0px;
min-height: 46px;
}








#s-cf63d58c-a385-42fc-834d-922b41d51688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf63d58c-a385-42fc-834d-922b41d51688.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: #000000;
  font-family: Assistant;
  text-transform: none;
  font-weight: 400;
  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-48d3c847-7482-45e1-b762-0a6c5ecbf2f6 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: left;
}

#s-48d3c847-7482-45e1-b762-0a6c5ecbf2f6 .shogun-heading-component h1 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  text-align: left;
}



#s-93283d01-61ca-4d77-b8de-8a0131a75651 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93283d01-61ca-4d77-b8de-8a0131a75651 .shogun-heading-component h2 {
  color: rgba(35, 36, 47, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



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

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  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-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  text-align: left;
}
@media (min-width: 1200px){#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  display: none;
}
#s-f1410d8e-26b5-4266-9597-affd99ef62b7, #wrap-s-f1410d8e-26b5-4266-9597-affd99ef62b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  display: none;
}
#s-f1410d8e-26b5-4266-9597-affd99ef62b7, #wrap-s-f1410d8e-26b5-4266-9597-affd99ef62b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  display: none;
}
#s-f1410d8e-26b5-4266-9597-affd99ef62b7, #wrap-s-f1410d8e-26b5-4266-9597-affd99ef62b7 { display: none !important; }}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  max-width:  100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  width: 100%;
}



.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  max-width:  100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  width: 100%;
}



.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  max-width:  100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  width: 100%;
}



.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  max-width:  100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  width: 100%;
}



.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 {
  max-width:  100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  width: 100%;
}



.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 .shg-image-zoom,
.shg-c#s-f1410d8e-26b5-4266-9597-affd99ef62b7 img.shogun-image {
  aspect-ratio: 1/1;
}

}
.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: #000000;
  font-family: Assistant;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Assistant;
}

.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: #000000;
  font-family: Assistant;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Assistant;
  font-weight: 400;
}

#s-b3a4dda3-6fd9-419f-99fd-aa667f5e5ce7 {
  min-height: 50px;
}








#s-b3a4dda3-6fd9-419f-99fd-aa667f5e5ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3a4dda3-6fd9-419f-99fd-aa667f5e5ce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39 {
  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: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: left;
cursor: pointer;
color: rgba(249, 249, 250, 1);
}
#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
color: rgba(35, 36, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d23c3d48-98a5-45fc-ba77-e6c099b93a39-atc-btn-wrapper {
    text-align: left;
  }


#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39.shg-btn {
  color: rgba(249, 249, 250, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d23c3d48-98a5-45fc-ba77-e6c099b93a39.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



#s-89b580bb-2ff0-4f18-a991-6735a925d51d {
  min-height: 50px;
}








#s-89b580bb-2ff0-4f18-a991-6735a925d51d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89b580bb-2ff0-4f18-a991-6735a925d51d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adfe1f3c-8817-47c6-8571-5af3c1592e30 {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-adfe1f3c-8817-47c6-8571-5af3c1592e30 {
  display: none;
}
#s-adfe1f3c-8817-47c6-8571-5af3c1592e30, #wrap-s-adfe1f3c-8817-47c6-8571-5af3c1592e30 { display: none !important; }}@media (max-width: 767px){#s-adfe1f3c-8817-47c6-8571-5af3c1592e30 {
  display: none;
}
#s-adfe1f3c-8817-47c6-8571-5af3c1592e30, #wrap-s-adfe1f3c-8817-47c6-8571-5af3c1592e30 { display: none !important; }}
@media (min-width: 0px) {
[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-adfe1f3c-8817-47c6-8571-5af3c1592e30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-669870c8-a36e-4c42-ac89-990caa68fd8c {
  min-height: 600px;
}








#s-669870c8-a36e-4c42-ac89-990caa68fd8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-669870c8-a36e-4c42-ac89-990caa68fd8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be5bedd8-438a-47a9-b286-11c1ad58951c {
  text-align: left;
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c {
  max-width:  100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  width: 100%;
}



.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c {
  max-width:  100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  width: 100%;
}



.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c {
  max-width:  100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  width: 100%;
}



.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c {
  max-width:  100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  width: 100%;
}



.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c {
  max-width:  100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  width: 100%;
}



.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c .shg-image-zoom,
.shg-c#s-be5bedd8-438a-47a9-b286-11c1ad58951c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f717d45f-e3cf-4182-8880-5a769f64eb2d {
  min-height: 600px;
}








#s-f717d45f-e3cf-4182-8880-5a769f64eb2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f717d45f-e3cf-4182-8880-5a769f64eb2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
min-height: 500px;
max-width: 800px;
text-align: left;
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 100.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-00088f23-19df-4ec0-ad13-a21b4c9eac40 .shg-gallery-dot {
  background-color: #FFF;
}

#s-acbd7fd1-d8ee-4b6d-9c68-a175fe140095 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-acbd7fd1-d8ee-4b6d-9c68-a175fe140095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acbd7fd1-d8ee-4b6d-9c68-a175fe140095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30dc465a-a5d4-4ac7-b679-3c4ded8a2f63 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(246, 246, 246, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-30dc465a-a5d4-4ac7-b679-3c4ded8a2f63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30dc465a-a5d4-4ac7-b679-3c4ded8a2f63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc449410-e972-47c9-be27-3c6049db3694 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#s-bc449410-e972-47c9-be27-3c6049db3694 .shogun-heading-component h2 {
  color: rgba(35, 36, 47, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-65e850d6-413b-4f62-85b8-3e24b19971f1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-65e850d6-413b-4f62-85b8-3e24b19971f1 .shogun-heading-component h3 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-c4f35b96-67af-49cd-9899-c311d6ccdf9d {
  min-height: 50px;
}








#s-c4f35b96-67af-49cd-9899-c311d6ccdf9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4f35b96-67af-49cd-9899-c311d6ccdf9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc0015c0-2f03-46dc-bd15-9d9b67f30247 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-dc0015c0-2f03-46dc-bd15-9d9b67f30247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dc0015c0-2f03-46dc-bd15-9d9b67f30247"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-dc0015c0-2f03-46dc-bd15-9d9b67f30247"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc0015c0-2f03-46dc-bd15-9d9b67f30247"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-8ee9610b-1bf4-4a62-af29-0fceab5dfaaf {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}








#s-8ee9610b-1bf4-4a62-af29-0fceab5dfaaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ee9610b-1bf4-4a62-af29-0fceab5dfaaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image,
  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
    width: 100%;
    height: auto;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
    
    
  }


.s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
      position: relative;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image,
  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
    width: 100%;
    height: auto;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
    
    
  }


.s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
      position: relative;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image,
  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
    width: 100%;
    height: auto;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
    
    
  }


.s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
      position: relative;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image,
  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
    width: 100%;
    height: auto;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
    
    
  }


.s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
      position: relative;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image,
  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
    width: 100%;
    height: auto;
  }

  #s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
    
    
  }


.s-f9d33777-dffe-4170-ba65-d176a1c7acc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container {
      position: relative;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d33777-dffe-4170-ba65-d176a1c7acc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3b8e1753-faae-4153-8ae0-bd95b0f36119 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}








#s-3b8e1753-faae-4153-8ae0-bd95b0f36119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b8e1753-faae-4153-8ae0-bd95b0f36119.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image,
  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
    width: 100%;
    height: auto;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
    
    
  }


.s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
      position: relative;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image,
  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
    width: 100%;
    height: auto;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
    
    
  }


.s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
      position: relative;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image,
  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
    width: 100%;
    height: auto;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
    
    
  }


.s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
      position: relative;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image,
  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
    width: 100%;
    height: auto;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
    
    
  }


.s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
      position: relative;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image,
  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
    width: 100%;
    height: auto;
  }

  #s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
    
    
  }


.s-0add7a1e-8f11-44c3-a611-f032ad49ce64 .shogun-image-content {
  
    align-items: center;
  
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container {
      position: relative;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0add7a1e-8f11-44c3-a611-f032ad49ce64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-beea339a-09ca-46cb-8f66-1ce0f0a029b3 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}








#s-beea339a-09ca-46cb-8f66-1ce0f0a029b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beea339a-09ca-46cb-8f66-1ce0f0a029b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image,
  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
    width: 100%;
    height: auto;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
    
    
  }


.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
      position: relative;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image,
  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
    width: 100%;
    height: auto;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
    
    
  }


.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
      position: relative;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image,
  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
    width: 100%;
    height: auto;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
    
    
  }


.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
      position: relative;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image,
  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
    width: 100%;
    height: auto;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
    
    
  }


.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
      position: relative;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image,
  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
    width: 100%;
    height: auto;
  }

  #s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
    
    
  }


.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container {
      position: relative;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81f56894-d3d1-485e-a88d-dff8ad04b1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2ff813f2-d0d1-4868-8536-8672bf2639f4 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}








#s-2ff813f2-d0d1-4868-8536-8672bf2639f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff813f2-d0d1-4868-8536-8672bf2639f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79c94306-2e93-4095-a26f-960727c5cf7b {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image,
  #s-79c94306-2e93-4095-a26f-960727c5cf7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b {
    width: 100%;
    height: auto;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
    
    
  }


.s-79c94306-2e93-4095-a26f-960727c5cf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79c94306-2e93-4095-a26f-960727c5cf7b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
      position: relative;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image,
  #s-79c94306-2e93-4095-a26f-960727c5cf7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b {
    width: 100%;
    height: auto;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
    
    
  }


.s-79c94306-2e93-4095-a26f-960727c5cf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79c94306-2e93-4095-a26f-960727c5cf7b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
      position: relative;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image,
  #s-79c94306-2e93-4095-a26f-960727c5cf7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b {
    width: 100%;
    height: auto;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
    
    
  }


.s-79c94306-2e93-4095-a26f-960727c5cf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79c94306-2e93-4095-a26f-960727c5cf7b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
      position: relative;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image,
  #s-79c94306-2e93-4095-a26f-960727c5cf7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b {
    width: 100%;
    height: auto;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
    
    
  }


.s-79c94306-2e93-4095-a26f-960727c5cf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79c94306-2e93-4095-a26f-960727c5cf7b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
      position: relative;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image,
  #s-79c94306-2e93-4095-a26f-960727c5cf7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b {
    width: 100%;
    height: auto;
  }

  #s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
    
    
  }


.s-79c94306-2e93-4095-a26f-960727c5cf7b .shogun-image-content {
  
    align-items: center;
  
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79c94306-2e93-4095-a26f-960727c5cf7b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container {
      position: relative;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79c94306-2e93-4095-a26f-960727c5cf7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d8dc4ca2-96bf-4262-9443-2518b6a481f5 {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}








#s-d8dc4ca2-96bf-4262-9443-2518b6a481f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8dc4ca2-96bf-4262-9443-2518b6a481f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image,
  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
    width: 100%;
    height: auto;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
    
    
  }


.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
      position: relative;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image,
  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
    width: 100%;
    height: auto;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
    
    
  }


.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
      position: relative;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image,
  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
    width: 100%;
    height: auto;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
    
    
  }


.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
      position: relative;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image,
  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
    width: 100%;
    height: auto;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
    
    
  }


.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
      position: relative;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image,
  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
    width: 100%;
    height: auto;
  }

  #s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
    
    
  }


.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container {
      position: relative;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a10ad26-23af-4ad9-9117-38e595f7f1a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c9abca44-95f5-4df9-a965-8a031f1e9172 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 213, 233, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c9abca44-95f5-4df9-a965-8a031f1e9172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9abca44-95f5-4df9-a965-8a031f1e9172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4f72f45-b9d5-4fd0-b8d1-5c60375961d8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-f4f72f45-b9d5-4fd0-b8d1-5c60375961d8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f4f72f45-b9d5-4fd0-b8d1-5c60375961d8 .shogun-heading-component h2 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-38eacd2b-409f-436f-b9dc-7ff5533a42c7 {
  margin-top: 0em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-38eacd2b-409f-436f-b9dc-7ff5533a42c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38eacd2b-409f-436f-b9dc-7ff5533a42c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38eacd2b-409f-436f-b9dc-7ff5533a42c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38eacd2b-409f-436f-b9dc-7ff5533a42c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d3f8122-6fe5-48e9-815f-858b84860037 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
min-height: 50px;
}








#s-7d3f8122-6fe5-48e9-815f-858b84860037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d3f8122-6fe5-48e9-815f-858b84860037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f720e90-683d-425c-acb9-08873f223e6a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 400px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image,
  #s-2f720e90-683d-425c-acb9-08873f223e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a {
    width: 100%;
    height: auto;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
    
    
  }


.s-2f720e90-683d-425c-acb9-08873f223e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f720e90-683d-425c-acb9-08873f223e6a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
      position: relative;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image,
  #s-2f720e90-683d-425c-acb9-08873f223e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a {
    width: 100%;
    height: auto;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
    
    
  }


.s-2f720e90-683d-425c-acb9-08873f223e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f720e90-683d-425c-acb9-08873f223e6a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
      position: relative;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image,
  #s-2f720e90-683d-425c-acb9-08873f223e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a {
    width: 100%;
    height: auto;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
    
    
  }


.s-2f720e90-683d-425c-acb9-08873f223e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f720e90-683d-425c-acb9-08873f223e6a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
      position: relative;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image,
  #s-2f720e90-683d-425c-acb9-08873f223e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a {
    width: 100%;
    height: auto;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
    
    
  }


.s-2f720e90-683d-425c-acb9-08873f223e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f720e90-683d-425c-acb9-08873f223e6a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
      position: relative;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image,
  #s-2f720e90-683d-425c-acb9-08873f223e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a {
    width: 100%;
    height: auto;
  }

  #s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
    
    
  }


.s-2f720e90-683d-425c-acb9-08873f223e6a .shogun-image-content {
  
    align-items: center;
  
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f720e90-683d-425c-acb9-08873f223e6a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container {
      position: relative;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f720e90-683d-425c-acb9-08873f223e6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bf8f9bd9-a168-4504-81ef-fa432565a8ee {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
min-height: 50px;
}








#s-bf8f9bd9-a168-4504-81ef-fa432565a8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf8f9bd9-a168-4504-81ef-fa432565a8ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 {
  margin-left: 0%;
margin-right: 0%;
}

#s-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(224, 213, 233, 1);
}

#s-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 36, 47, 1);
}

#s-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(224, 213, 233, 1);
}

#s-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 36, 47, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-9f0c77c1-040e-4775-9889-e8d5b5fc8bd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-cf94cf49-2f7b-4a32-ab56-3406836c56c8 {
  min-height: 50px;
}








#s-cf94cf49-2f7b-4a32-ab56-3406836c56c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf94cf49-2f7b-4a32-ab56-3406836c56c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50a49be3-9f11-4da5-b564-6b13f81dc913 {
  min-height: 50px;
}








#s-50a49be3-9f11-4da5-b564-6b13f81dc913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50a49be3-9f11-4da5-b564-6b13f81dc913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39d7496a-5722-47c7-8c94-3fd2680caad4 {
  min-height: 50px;
}








#s-39d7496a-5722-47c7-8c94-3fd2680caad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d7496a-5722-47c7-8c94-3fd2680caad4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image,
  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
    width: 100%;
    height: auto;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
    
    
  }


.s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shogun-image-content {
  
    align-items: center;
  
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
      position: relative;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image,
  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
    width: 100%;
    height: auto;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
    
    
  }


.s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shogun-image-content {
  
    align-items: center;
  
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
      position: relative;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image,
  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
    width: 100%;
    height: auto;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
    
    
  }


.s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shogun-image-content {
  
    align-items: center;
  
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
      position: relative;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image,
  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
    width: 100%;
    height: auto;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
    
    
  }


.s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shogun-image-content {
  
    align-items: center;
  
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
      position: relative;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image,
  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
    width: 100%;
    height: auto;
  }

  #s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
    
    
  }


.s-757781a5-4c7b-4592-a6c1-c1dbab849c39 .shogun-image-content {
  
    align-items: center;
  
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container {
      position: relative;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-757781a5-4c7b-4592-a6c1-c1dbab849c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-64221a5c-a7a3-4be0-96dd-e59e76dfc0f8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
}

#s-d71e5774-c174-47cb-bbb2-7ae879c3695b {
  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: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d71e5774-c174-47cb-bbb2-7ae879c3695b:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
color: rgba(35, 36, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d71e5774-c174-47cb-bbb2-7ae879c3695b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d71e5774-c174-47cb-bbb2-7ae879c3695b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d71e5774-c174-47cb-bbb2-7ae879c3695b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d71e5774-c174-47cb-bbb2-7ae879c3695b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d71e5774-c174-47cb-bbb2-7ae879c3695b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1c68c91-5611-40c0-99bc-33942092adce {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b1c68c91-5611-40c0-99bc-33942092adce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1c68c91-5611-40c0-99bc-33942092adce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c1e201-7272-4fbb-8ab5-9505745e44bd {
  margin-top: 40px;
margin-bottom: 40px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e5c1e201-7272-4fbb-8ab5-9505745e44bd .shogun-heading-component h2 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-31e5eff7-cd9e-423f-b0ab-dd067360f637 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-31e5eff7-cd9e-423f-b0ab-dd067360f637"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31e5eff7-cd9e-423f-b0ab-dd067360f637"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31e5eff7-cd9e-423f-b0ab-dd067360f637"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31e5eff7-cd9e-423f-b0ab-dd067360f637"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68087170-1c23-4005-964a-f421f837f185 {
  margin-top: auto;
margin-bottom: auto;
}
@media (max-width: 767px){#s-68087170-1c23-4005-964a-f421f837f185 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68087170-1c23-4005-964a-f421f837f185"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-2359779c-f056-41d7-9e8e-321a5ed903f7 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-2359779c-f056-41d7-9e8e-321a5ed903f7 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-2359779c-f056-41d7-9e8e-321a5ed903f7 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 350px;
}
}







#s-2359779c-f056-41d7-9e8e-321a5ed903f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2359779c-f056-41d7-9e8e-321a5ed903f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4407db96-ba70-449a-9624-f516fe90ddb6 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
max-width: 1907px;
aspect-ratio: 1907/1699;
text-align: center;
}





  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image,
  #s-4407db96-ba70-449a-9624-f516fe90ddb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 {
    width: 100%;
    height: auto;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
    
    
  }


.s-4407db96-ba70-449a-9624-f516fe90ddb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4407db96-ba70-449a-9624-f516fe90ddb6 {
      --shg-aspect-ratio: calc(1907/1699); 
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
      position: relative;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image,
  #s-4407db96-ba70-449a-9624-f516fe90ddb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 {
    width: 100%;
    height: auto;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
    
    
  }


.s-4407db96-ba70-449a-9624-f516fe90ddb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4407db96-ba70-449a-9624-f516fe90ddb6 {
      --shg-aspect-ratio: calc(1907/1699); 
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
      position: relative;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image,
  #s-4407db96-ba70-449a-9624-f516fe90ddb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 {
    width: 100%;
    height: auto;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
    
    
  }


.s-4407db96-ba70-449a-9624-f516fe90ddb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4407db96-ba70-449a-9624-f516fe90ddb6 {
      --shg-aspect-ratio: calc(1907/1699); 
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
      position: relative;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image,
  #s-4407db96-ba70-449a-9624-f516fe90ddb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 {
    width: 100%;
    height: auto;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
    
    
  }


.s-4407db96-ba70-449a-9624-f516fe90ddb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4407db96-ba70-449a-9624-f516fe90ddb6 {
      --shg-aspect-ratio: calc(1907/1699); 
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
      position: relative;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image,
  #s-4407db96-ba70-449a-9624-f516fe90ddb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 {
    width: 100%;
    height: auto;
  }

  #s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
    
    
  }


.s-4407db96-ba70-449a-9624-f516fe90ddb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4407db96-ba70-449a-9624-f516fe90ddb6 {
      --shg-aspect-ratio: calc(1907/1699); 
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container {
      position: relative;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4407db96-ba70-449a-9624-f516fe90ddb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-457a8401-b9fa-45a4-b183-c5305fdc229c {
  padding-left: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 213, 233, 1);
border-style: solid;
border-radius: 10px;
min-height: 350px;
}








#s-457a8401-b9fa-45a4-b183-c5305fdc229c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457a8401-b9fa-45a4-b183-c5305fdc229c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d59ad087-b88b-485e-a723-9ce4ae91bc96 {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d59ad087-b88b-485e-a723-9ce4ae91bc96 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-b50c8f47-9bd5-4ad3-8af7-40743c6bf95a {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (max-width: 767px){#s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db6d327d-a1b9-44dc-8f5b-db2652b43b2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-8916970e-9399-4d70-9fa5-1ce876bd7aff {
  min-height: 350px;
}








#s-8916970e-9399-4d70-9fa5-1ce876bd7aff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8916970e-9399-4d70-9fa5-1ce876bd7aff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bea3143a-837e-478d-9595-8dc9cffde1e4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 {
  max-width:  100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 {
  max-width:  100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 {
  max-width:  100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 {
  max-width:  100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 {
  max-width:  100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  width: 100%;
}



.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 .shg-image-zoom,
.shg-c#s-bea3143a-837e-478d-9595-8dc9cffde1e4 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-87f2bf9e-6f16-451e-9a83-a6d62e519739 {
  padding-left: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 213, 233, 1);
border-style: solid;
border-radius: 10px;
min-height: 350px;
}








#s-87f2bf9e-6f16-451e-9a83-a6d62e519739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87f2bf9e-6f16-451e-9a83-a6d62e519739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-539d1e85-484d-4941-ae80-c411f7530c69 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-539d1e85-484d-4941-ae80-c411f7530c69 {
  margin-left: 5%;
margin-right: 5%;
}
}
.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: 400;
  font-family: Assistant;
}

.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-b61372b6-6578-44d2-8da8-670190e68572 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b61372b6-6578-44d2-8da8-670190e68572:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(35, 36, 47, 1) !important;}#s-b61372b6-6578-44d2-8da8-670190e68572:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b61372b6-6578-44d2-8da8-670190e68572-root {
    text-align: center;
  }


#s-b61372b6-6578-44d2-8da8-670190e68572.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b61372b6-6578-44d2-8da8-670190e68572-root {
    text-align: center;
  }


#s-b61372b6-6578-44d2-8da8-670190e68572.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b61372b6-6578-44d2-8da8-670190e68572-root {
    text-align: center;
  }


#s-b61372b6-6578-44d2-8da8-670190e68572.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b61372b6-6578-44d2-8da8-670190e68572-root {
    text-align: center;
  }


#s-b61372b6-6578-44d2-8da8-670190e68572.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b61372b6-6578-44d2-8da8-670190e68572-root {
    text-align: center;
  }


#s-b61372b6-6578-44d2-8da8-670190e68572.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c9a72265-2345-4dcc-812a-be5999b51e9d {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-c9a72265-2345-4dcc-812a-be5999b51e9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a72265-2345-4dcc-812a-be5999b51e9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0853a922-801e-4d01-abb4-9d403863bb6b {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-0853a922-801e-4d01-abb4-9d403863bb6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0853a922-801e-4d01-abb4-9d403863bb6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a901181-94a6-42e5-813b-18a603e5fcc9 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(246, 246, 246, 1);
}

@media (min-width: 0px) {
[id="s-9a901181-94a6-42e5-813b-18a603e5fcc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a901181-94a6-42e5-813b-18a603e5fcc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a901181-94a6-42e5-813b-18a603e5fcc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a901181-94a6-42e5-813b-18a603e5fcc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ed8db66-a974-43d2-9acf-9fbdcb988b4b {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 500px;
}
@media (max-width: 767px){#s-9ed8db66-a974-43d2-9acf-9fbdcb988b4b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-9ed8db66-a974-43d2-9acf-9fbdcb988b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed8db66-a974-43d2-9acf-9fbdcb988b4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daf2b81b-a4e4-46ed-bad8-561140d07411 {
  padding-top: 17px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-daf2b81b-a4e4-46ed-bad8-561140d07411 {
  padding-top: 17px;
padding-bottom: 10px;
text-align: center;
}
}
#s-daf2b81b-a4e4-46ed-bad8-561140d07411 .shogun-heading-component h2 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-daf2b81b-a4e4-46ed-bad8-561140d07411 .shogun-heading-component h2 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-f36e4d11-08c9-4da1-9a77-5c4f831b831e {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
min-height: 500px;
}
@media (max-width: 767px){#s-f36e4d11-08c9-4da1-9a77-5c4f831b831e {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
}
}







#s-f36e4d11-08c9-4da1-9a77-5c4f831b831e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f36e4d11-08c9-4da1-9a77-5c4f831b831e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.01);
border-style: solid;
border-radius: 15px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image,
  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
    width: 100%;
    height: auto;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
    
    
  }


.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
      position: relative;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image,
  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
    width: 100%;
    height: auto;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
    
    
  }


.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
      position: relative;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image,
  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
    width: 100%;
    height: auto;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
    
    
  }


.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
      position: relative;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image,
  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
    width: 100%;
    height: auto;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
    
    
  }


.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
      position: relative;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image,
  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
    width: 100%;
    height: auto;
  }

  #s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
    
    
  }


.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container {
      position: relative;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9906bfb-830d-4be0-9560-af6ea5f2cd74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2f93a74d-e3d3-4d10-8e0c-8cc96981dfd6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 224, 229, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2f93a74d-e3d3-4d10-8e0c-8cc96981dfd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f93a74d-e3d3-4d10-8e0c-8cc96981dfd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-247bbf47-d0d3-453d-969b-c2e59855dcc7 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-247bbf47-d0d3-453d-969b-c2e59855dcc7 .shogun-heading-component h1 {
  color: rgba(185, 134, 43, 1);
  font-weight:  normal ;
  font-family: "DM Serif Text";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-062c108a-de37-4f9a-b256-d0d3bc80ada7 {
  margin-left: 49%;
margin-right: 49%;
}

#s-062c108a-de37-4f9a-b256-d0d3bc80ada7 hr {
  border-top: 2px solid #ddd;
}

#s-4d2b8cb8-4bf1-4615-9af4-8f53341a323e {
  min-height: 50px;
}








#s-4d2b8cb8-4bf1-4615-9af4-8f53341a323e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d2b8cb8-4bf1-4615-9af4-8f53341a323e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14853603-da48-4eb8-aa29-488124f096d3 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-14853603-da48-4eb8-aa29-488124f096d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14853603-da48-4eb8-aa29-488124f096d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-14853603-da48-4eb8-aa29-488124f096d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-14853603-da48-4eb8-aa29-488124f096d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e {
  text-align: left;
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e {
  max-width:  100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  width: 100%;
}



.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e {
  max-width:  100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  width: 100%;
}



.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e {
  max-width:  100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  width: 100%;
}



.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e {
  max-width:  100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  width: 100%;
}



.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e {
  max-width:  100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  width: 100%;
}



.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e .shg-image-zoom,
.shg-c#s-76e09c4c-db38-4752-bbf1-ff1c6aca9b9e img.shogun-image {
  aspect-ratio: 1/1;
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Assistant;
  text-transform: none;
  font-weight: 400;
  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-ec46b4f5-9be4-4470-a425-d3c1d1e90b07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec46b4f5-9be4-4470-a425-d3c1d1e90b07 .shg-product-title-component h1 {
  color: rgba(35, 36, 47, 1);
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-437a8aa5-407b-4cc7-a3d1-1385adfacada {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-437a8aa5-407b-4cc7-a3d1-1385adfacada:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
color: rgba(35, 36, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-437a8aa5-407b-4cc7-a3d1-1385adfacada:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-437a8aa5-407b-4cc7-a3d1-1385adfacada {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-437a8aa5-407b-4cc7-a3d1-1385adfacada.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-437a8aa5-407b-4cc7-a3d1-1385adfacada.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-437a8aa5-407b-4cc7-a3d1-1385adfacada.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 {
  text-align: left;
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 {
  max-width:  100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  width: 100%;
}



.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 {
  max-width:  100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  width: 100%;
}



.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 {
  max-width:  100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  width: 100%;
}



.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 {
  max-width:  100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  width: 100%;
}



.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 {
  max-width:  100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  width: 100%;
}



.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 .shg-image-zoom,
.shg-c#s-3aaec47f-0e25-4687-aab7-6ff9fdf69875 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1179f673-112b-4a28-8717-9e7aef44d1a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1179f673-112b-4a28-8717-9e7aef44d1a7 .shg-product-title-component h1 {
  color: rgba(35, 36, 47, 1);
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
color: rgba(35, 36, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8cf9759c-cd99-49e4-9530-9eaa822f31c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bc533e11-708d-4367-a115-5073dd4d0496 {
  text-align: left;
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 {
  max-width:  100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 {
  max-width:  100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 {
  max-width:  100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 {
  max-width:  100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 {
  max-width:  100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  width: 100%;
}



.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 .shg-image-zoom,
.shg-c#s-bc533e11-708d-4367-a115-5073dd4d0496 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-4312d626-39be-4905-934b-e6a65655755f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4312d626-39be-4905-934b-e6a65655755f .shg-product-title-component h1 {
  color: rgba(35, 36, 47, 1);
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
color: rgba(35, 36, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d67a46e4-c689-470e-9dac-b7ad839ff3a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f1ab90a0-44af-4da9-96e6-30f0b49a2a97 {
  min-height: 50px;
}








#s-f1ab90a0-44af-4da9-96e6-30f0b49a2a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ab90a0-44af-4da9-96e6-30f0b49a2a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 {
  text-align: left;
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 {
  max-width:  100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 {
  max-width:  100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 {
  max-width:  100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 {
  max-width:  100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 {
  max-width:  100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  width: 100%;
}



.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 .shg-image-zoom,
.shg-c#s-2c3a8ada-4325-4e91-9a2c-07cd6f92a438 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-edb5e5f0-a337-45c0-b54a-691fed026b3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edb5e5f0-a337-45c0-b54a-691fed026b3a .shg-product-title-component h1 {
  color: rgba(35, 36, 47, 1);
  font-weight:   ;
  font-family: Merriweather;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e80c3dbc-619c-4380-b232-07955302acab {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(35, 36, 47, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e80c3dbc-619c-4380-b232-07955302acab:hover {background-color: rgba(224, 213, 233, 1) !important;
text-decoration: none !important;
color: rgba(35, 36, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e80c3dbc-619c-4380-b232-07955302acab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e80c3dbc-619c-4380-b232-07955302acab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e80c3dbc-619c-4380-b232-07955302acab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e80c3dbc-619c-4380-b232-07955302acab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e80c3dbc-619c-4380-b232-07955302acab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6466b16f-92b1-478d-9e7a-b55675db9dd5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 24px;
padding-left: 25%;
padding-bottom: 24px;
padding-right: 25%;
background-color: rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* 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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
