.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-dc52d647-2567-44c3-81a9-5e6e42ec1668 {
  min-height: 50px;
}








#s-dc52d647-2567-44c3-81a9-5e6e42ec1668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc52d647-2567-44c3-81a9-5e6e42ec1668.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa {
  display: none;
}
#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa, #wrap-s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa { display: none !important; }}@media (max-width: 767px){#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa {
  display: none;
}
#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa, #wrap-s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa { display: none !important; }}







#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec16dc56-9a44-4c2b-9479-0a0ea504aeaa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-acb584be-52b0-4b28-be04-b58d8dcaf4ba {
  margin-left: 15%;
margin-right: 15%;
}

.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-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-0ed5b2a8-00be-42f8-9a72-29fb0c6ffb5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

#s-7c74c87c-3891-4c4e-9e47-a932dc4c4a1b {
  background-attachment: fixed;
min-height: 50px;
}








#s-7c74c87c-3891-4c4e-9e47-a932dc4c4a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c74c87c-3891-4c4e-9e47-a932dc4c4a1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-28c4d394-b9b8-406b-a08e-f37ed1b484a9 {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28c4d394-b9b8-406b-a08e-f37ed1b484a9 img.shogun-image {
  width: 100%;
}



}
.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-08b19246-f399-4802-add6-e49637c28eb7 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-08b19246-f399-4802-add6-e49637c28eb7 .shg-gallery-thumb-image-wrapper {
  

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

#s-08b19246-f399-4802-add6-e49637c28eb7 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-08b19246-f399-4802-add6-e49637c28eb7 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-08b19246-f399-4802-add6-e49637c28eb7 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-08b19246-f399-4802-add6-e49637c28eb7 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-08b19246-f399-4802-add6-e49637c28eb7 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

#s-e5af223d-c633-45b2-a239-4fb1d87c4adb {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5af223d-c633-45b2-a239-4fb1d87c4adb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-f39132d2-f5d5-4434-9ba8-a44012148c1b {
  margin-top: 2%;
margin-right: 5%;
padding-right: 0%;
}

#s-5f18d9c2-a42d-4c31-8fc6-27b7f5755503 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f18d9c2-a42d-4c31-8fc6-27b7f5755503 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-fc791aed-4421-4bc8-a8e4-206c7c588909 {
  margin-top: -2px;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc791aed-4421-4bc8-a8e4-206c7c588909 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}



#s-b778b369-6144-44ee-a03f-534efbf394eb {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-e165331f-a235-4f96-bea0-722f5ece8bde {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 2%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e586d2e0-57a4-4340-8c62-a2617d1677dd {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e586d2e0-57a4-4340-8c62-a2617d1677dd hr {
  border-top: 2px solid #ddd;
}

#s-d243f13d-3f09-4102-923c-220b756d49aa {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d243f13d-3f09-4102-923c-220b756d49aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-9972fd66-21da-4274-acad-28d3a23316f8 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-9580036d-930d-4232-ba2a-ff9cec81601c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 50%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9580036d-930d-4232-ba2a-ff9cec81601c {
  
}
}
#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9580036d-930d-4232-ba2a-ff9cec81601c-btn-wrapper {
    text-align: center;
  }


#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-variant-btn:hover {
  background: #252525;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-variant-btn:active, #s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9580036d-930d-4232-ba2a-ff9cec81601c .shg-variant-btn.disabled {
  background: #252525;
}

#s-8d171caf-4742-4f22-a53e-7a4a2a7dd119 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d171caf-4742-4f22-a53e-7a4a2a7dd119"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7d15f27f-43c8-42ae-b58a-c5ee0dfd8f61 {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-29cda875-784b-4f95-9bc7-f60bd887501f {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-29cda875-784b-4f95-9bc7-f60bd887501f .shg-product-quantity-wrapper {
  display: flex;
}

#s-29cda875-784b-4f95-9bc7-f60bd887501f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-29cda875-784b-4f95-9bc7-f60bd887501f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-29cda875-784b-4f95-9bc7-f60bd887501f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-29cda875-784b-4f95-9bc7-f60bd887501f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fefb7b8a-3343-4956-801e-58804bfb39c8 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-894f56e6-7f65-4c5a-9128-027c1f441009 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-894f56e6-7f65-4c5a-9128-027c1f441009"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-b793ea48-11db-4202-8922-2aa3f6b82b82 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-b793ea48-11db-4202-8922-2aa3f6b82b82:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-b793ea48-11db-4202-8922-2aa3f6b82b82:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-b793ea48-11db-4202-8922-2aa3f6b82b82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b793ea48-11db-4202-8922-2aa3f6b82b82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b793ea48-11db-4202-8922-2aa3f6b82b82.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-b793ea48-11db-4202-8922-2aa3f6b82b82.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-89c5e8ac-8baa-4822-8477-94da4ddb27a6 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-89c5e8ac-8baa-4822-8477-94da4ddb27a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-89c5e8ac-8baa-4822-8477-94da4ddb27a6 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-89c5e8ac-8baa-4822-8477-94da4ddb27a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5b2c981-04c2-4c24-ab6a-5d0c7675f5b2 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-354392ca-e5f0-4d08-b7cc-8fc6ba7afe95 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-354392ca-e5f0-4d08-b7cc-8fc6ba7afe95 hr {
  border-top: 2px solid #ddd;
}

#s-71159f30-634c-4b86-9989-ebb71f645c50 {
  min-height: 50px;
}








#s-71159f30-634c-4b86-9989-ebb71f645c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71159f30-634c-4b86-9989-ebb71f645c50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1064f1f-b007-4fac-a6a6-8db26127304d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d1064f1f-b007-4fac-a6a6-8db26127304d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1064f1f-b007-4fac-a6a6-8db26127304d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1064f1f-b007-4fac-a6a6-8db26127304d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1064f1f-b007-4fac-a6a6-8db26127304d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b14be124-3870-45d6-8ce5-bf74c151d7a7 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-b14be124-3870-45d6-8ce5-bf74c151d7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b14be124-3870-45d6-8ce5-bf74c151d7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-102ef1af-28c3-4874-a971-71a9a591c200 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-102ef1af-28c3-4874-a971-71a9a591c200 img.shogun-image {
  width: 100%;
}




#s-d13d6acd-2ecd-490c-b565-aea2d623b36d {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d13d6acd-2ecd-490c-b565-aea2d623b36d:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d13d6acd-2ecd-490c-b565-aea2d623b36d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d13d6acd-2ecd-490c-b565-aea2d623b36d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d13d6acd-2ecd-490c-b565-aea2d623b36d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d13d6acd-2ecd-490c-b565-aea2d623b36d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-d13d6acd-2ecd-490c-b565-aea2d623b36d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d13d6acd-2ecd-490c-b565-aea2d623b36d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9c6cc305-5626-40fe-88d4-8f28bc4c9254 {
  min-height: 50px;
}








#s-9c6cc305-5626-40fe-88d4-8f28bc4c9254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c6cc305-5626-40fe-88d4-8f28bc4c9254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66ebc000-786c-4c61-9c3c-6954fa1e1825 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-66ebc000-786c-4c61-9c3c-6954fa1e1825 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-b805bcb7-6ff8-4cd4-96e9-e5eaa6e7091e {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-50abef71-8344-40c1-83eb-30afcdcb2c8a {
  min-height: 50px;
}








#s-50abef71-8344-40c1-83eb-30afcdcb2c8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50abef71-8344-40c1-83eb-30afcdcb2c8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b56a5ab2-8989-4d46-923a-5167ed575606 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b56a5ab2-8989-4d46-923a-5167ed575606"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b56a5ab2-8989-4d46-923a-5167ed575606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b56a5ab2-8989-4d46-923a-5167ed575606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b56a5ab2-8989-4d46-923a-5167ed575606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c729311f-66b6-443e-89f2-20cec0ee0300 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-c729311f-66b6-443e-89f2-20cec0ee0300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c729311f-66b6-443e-89f2-20cec0ee0300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab41a801-5299-46a8-bb57-27190e58be0f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41a801-5299-46a8-bb57-27190e58be0f img.shogun-image {
  width: 100%;
}




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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-6988e846-b4bc-42f0-853c-4ae51958e8e4 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6988e846-b4bc-42f0-853c-4ae51958e8e4:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6988e846-b4bc-42f0-853c-4ae51958e8e4:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6988e846-b4bc-42f0-853c-4ae51958e8e4-root {
    text-align: center;
  }


#s-6988e846-b4bc-42f0-853c-4ae51958e8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6988e846-b4bc-42f0-853c-4ae51958e8e4-root {
    text-align: center;
  }


#s-6988e846-b4bc-42f0-853c-4ae51958e8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6988e846-b4bc-42f0-853c-4ae51958e8e4-root {
    text-align: center;
  }


#s-6988e846-b4bc-42f0-853c-4ae51958e8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6988e846-b4bc-42f0-853c-4ae51958e8e4-root {
    text-align: center;
  }


#s-6988e846-b4bc-42f0-853c-4ae51958e8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6988e846-b4bc-42f0-853c-4ae51958e8e4-root {
    text-align: center;
  }


#s-6988e846-b4bc-42f0-853c-4ae51958e8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-6988e846-b4bc-42f0-853c-4ae51958e8e4-root {
    text-align: center;
  }


#s-6988e846-b4bc-42f0-853c-4ae51958e8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-15b2006e-bb98-4c51-8486-50ae14519243 {
  min-height: 50px;
}








#s-15b2006e-bb98-4c51-8486-50ae14519243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15b2006e-bb98-4c51-8486-50ae14519243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c68b983-6909-42f9-a75a-1e644346a11d {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-1c68b983-6909-42f9-a75a-1e644346a11d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-87917c47-5257-4532-ab65-176fbd17edc2 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-da298c34-9a3b-4999-9792-711ab5fdcddd {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-da298c34-9a3b-4999-9792-711ab5fdcddd {
  display: none;
}
#s-da298c34-9a3b-4999-9792-711ab5fdcddd, #wrap-s-da298c34-9a3b-4999-9792-711ab5fdcddd { display: none !important; }}@media (max-width: 767px){#s-da298c34-9a3b-4999-9792-711ab5fdcddd {
  display: none;
}
#s-da298c34-9a3b-4999-9792-711ab5fdcddd, #wrap-s-da298c34-9a3b-4999-9792-711ab5fdcddd { display: none !important; }}







#s-da298c34-9a3b-4999-9792-711ab5fdcddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da298c34-9a3b-4999-9792-711ab5fdcddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-325cf572-f90d-4dac-ac25-8591fe089a24 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-325cf572-f90d-4dac-ac25-8591fe089a24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-325cf572-f90d-4dac-ac25-8591fe089a24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-325cf572-f90d-4dac-ac25-8591fe089a24 {
  
}
}@media (max-width: 767px){#s-325cf572-f90d-4dac-ac25-8591fe089a24 {
  
}
}







#s-325cf572-f90d-4dac-ac25-8591fe089a24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-325cf572-f90d-4dac-ac25-8591fe089a24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9ff4afc-7518-4208-b21b-46a645af8653 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-a9ff4afc-7518-4208-b21b-46a645af8653"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a9ff4afc-7518-4208-b21b-46a645af8653"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9ff4afc-7518-4208-b21b-46a645af8653"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9ff4afc-7518-4208-b21b-46a645af8653"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2b17ffdf-f67f-4d6d-ad9a-55035d5a912e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2b17ffdf-f67f-4d6d-ad9a-55035d5a912e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b17ffdf-f67f-4d6d-ad9a-55035d5a912e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0185b68e-c066-4eb3-9ae2-1209373a74ef .shogun-icon-wrapper {
  text-align: center;
}


#s-0185b68e-c066-4eb3-9ae2-1209373a74ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-67c215e1-2867-400e-99ea-9042c01d217b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67c215e1-2867-400e-99ea-9042c01d217b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-f2838c1e-bd4e-4fc0-88fc-2ec05779db09 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-f2838c1e-bd4e-4fc0-88fc-2ec05779db09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2838c1e-bd4e-4fc0-88fc-2ec05779db09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e236a310-5d67-4fba-8478-57429b987811 .shogun-icon-wrapper {
  text-align: center;
}


#s-e236a310-5d67-4fba-8478-57429b987811 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-858781b1-dd8b-45b1-9257-de7452c98a95 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-858781b1-dd8b-45b1-9257-de7452c98a95 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-b77b27c9-9fdd-4922-9a31-ccdb421fcb45 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b77b27c9-9fdd-4922-9a31-ccdb421fcb45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b77b27c9-9fdd-4922-9a31-ccdb421fcb45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d903a2b-3f3e-4bc7-a0a5-52676033e948 .shogun-icon-wrapper {
  text-align: center;
}


#s-3d903a2b-3f3e-4bc7-a0a5-52676033e948 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-d3dae1ca-4d38-4d2f-87a8-bf9d499ec7e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3dae1ca-4d38-4d2f-87a8-bf9d499ec7e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-9511607c-58bc-4096-8e88-2ea30c5cf072 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2dbd7b41-634f-4173-9bc6-bf6ee865bd8a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2dbd7b41-634f-4173-9bc6-bf6ee865bd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dbd7b41-634f-4173-9bc6-bf6ee865bd8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c8c7276-abad-456e-8ee3-1e81f3f48fc5 .shogun-icon-wrapper {
  text-align: center;
}


#s-5c8c7276-abad-456e-8ee3-1e81f3f48fc5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-520cb711-9003-412a-8db1-0e9d623ff501 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520cb711-9003-412a-8db1-0e9d623ff501 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-0a55b124-5300-4c58-856a-fd2f5c30d5be {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-0a55b124-5300-4c58-856a-fd2f5c30d5be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a55b124-5300-4c58-856a-fd2f5c30d5be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a55b124-5300-4c58-856a-fd2f5c30d5be {
  display: none;
}
#s-0a55b124-5300-4c58-856a-fd2f5c30d5be, #wrap-s-0a55b124-5300-4c58-856a-fd2f5c30d5be { display: none !important; }}@media (max-width: 767px){#s-0a55b124-5300-4c58-856a-fd2f5c30d5be {
  display: none;
}
#s-0a55b124-5300-4c58-856a-fd2f5c30d5be, #wrap-s-0a55b124-5300-4c58-856a-fd2f5c30d5be { display: none !important; }}
@media (min-width: 0px) {
[id="s-0a55b124-5300-4c58-856a-fd2f5c30d5be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a55b124-5300-4c58-856a-fd2f5c30d5be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a55b124-5300-4c58-856a-fd2f5c30d5be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a55b124-5300-4c58-856a-fd2f5c30d5be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7 {
  margin-top: 4%;
margin-left: 10%;
margin-bottom: 4%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7 {
  
}
}@media (max-width: 767px){#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7 {
  
}
}







#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-086992cc-0c9d-4a1b-b948-d5f39bf5d1d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-481c1558-fecb-432d-bdd3-d37abe4bbf4d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-481c1558-fecb-432d-bdd3-d37abe4bbf4d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-fd18c7b1-7815-4475-abd5-4d1f7de036f5 {
  margin-top: 4%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-fd18c7b1-7815-4475-abd5-4d1f7de036f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd18c7b1-7815-4475-abd5-4d1f7de036f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd18c7b1-7815-4475-abd5-4d1f7de036f5 {
  
}
}@media (max-width: 767px){#s-fd18c7b1-7815-4475-abd5-4d1f7de036f5 {
  
}
}
#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 25px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 43%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-c226dceb-1bb4-43ee-9e0a-48b8d740db70-root {
    text-align: center;
  }


#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c226dceb-1bb4-43ee-9e0a-48b8d740db70-root {
    text-align: center;
  }


#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c226dceb-1bb4-43ee-9e0a-48b8d740db70-root {
    text-align: center;
  }


#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c226dceb-1bb4-43ee-9e0a-48b8d740db70-root {
    text-align: center;
  }


#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c226dceb-1bb4-43ee-9e0a-48b8d740db70-root {
    text-align: center;
  }


#s-c226dceb-1bb4-43ee-9e0a-48b8d740db70.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-2ec70c6d-da1d-487c-bc07-ac03caa274b2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 7%;
min-height: 650px;
max-width: 800px;
background-position: right center;
}








#s-2ec70c6d-da1d-487c-bc07-ac03caa274b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ec70c6d-da1d-487c-bc07-ac03caa274b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a {
  display: none;
}
#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a, #wrap-s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a {
  display: none;
}
#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a, #wrap-s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a {
  
}
}@media (max-width: 767px){#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a {
  
}
}







#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84c0c52f-788e-4d18-8e13-0afc39d5dd8a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecf955fb-b215-4e24-9f42-025f7a86b776 {
  margin-left: 5%;
margin-right: 5%;
}

#s-09d171d0-a577-441d-a597-e5f43be9966d {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-09d171d0-a577-441d-a597-e5f43be9966d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-dbacc491-cecc-4cff-86b6-ad0fefd1e601 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbacc491-cecc-4cff-86b6-ad0fefd1e601 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-cc2ec3de-b013-4256-8267-09e39b224b87 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc2ec3de-b013-4256-8267-09e39b224b87 img.shogun-image {
  width: 100%;
}



}
#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b .shg-gallery-thumb-image-wrapper {
  

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

#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b .shg-gallery-scroll-button {
  color: #FFF;
}

#s-e30b31ec-ec1f-4dad-a377-f7a1d644985b .shg-gallery-dot {
  background-color: #FFF;
}

#s-271d5e7e-4610-4ce2-8666-19dae4661b44 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-253fc699-b250-46b7-b6ab-f2fd5bb59b87 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-253fc699-b250-46b7-b6ab-f2fd5bb59b87 {
  display: none;
}
#s-253fc699-b250-46b7-b6ab-f2fd5bb59b87, #wrap-s-253fc699-b250-46b7-b6ab-f2fd5bb59b87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-253fc699-b250-46b7-b6ab-f2fd5bb59b87 {
  display: none;
}
#s-253fc699-b250-46b7-b6ab-f2fd5bb59b87, #wrap-s-253fc699-b250-46b7-b6ab-f2fd5bb59b87 { display: none !important; }}
#s-f17b89b7-310f-4108-8b28-daf9c418d419 {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-f17b89b7-310f-4108-8b28-daf9c418d419 {
  display: none;
}
#s-f17b89b7-310f-4108-8b28-daf9c418d419, #wrap-s-f17b89b7-310f-4108-8b28-daf9c418d419 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f17b89b7-310f-4108-8b28-daf9c418d419 {
  display: none;
}
#s-f17b89b7-310f-4108-8b28-daf9c418d419, #wrap-s-f17b89b7-310f-4108-8b28-daf9c418d419 { display: none !important; }}
#s-f17b89b7-310f-4108-8b28-daf9c418d419 hr {
  border-top: 2px solid #ddd;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-5e7cd341-e046-4328-842c-34ca7941700d {
  display: none;
}
#s-5e7cd341-e046-4328-842c-34ca7941700d, #wrap-s-5e7cd341-e046-4328-842c-34ca7941700d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e7cd341-e046-4328-842c-34ca7941700d {
  display: none;
}
#s-5e7cd341-e046-4328-842c-34ca7941700d, #wrap-s-5e7cd341-e046-4328-842c-34ca7941700d { display: none !important; }}
#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-5e7cd341-e046-4328-842c-34ca7941700d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5e7cd341-e046-4328-842c-34ca7941700d-btn-wrapper {
    text-align: center;
  }


#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-variant-btn:hover {
  background: #252525;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-variant-btn:active, #s-5e7cd341-e046-4328-842c-34ca7941700d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5e7cd341-e046-4328-842c-34ca7941700d .shg-variant-btn.disabled {
  background: #252525;
}

#s-305da3ab-6028-4dfd-83b2-5b31767eb16a {
  margin-top: 4%;
margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-305da3ab-6028-4dfd-83b2-5b31767eb16a {
  display: none;
}
#s-305da3ab-6028-4dfd-83b2-5b31767eb16a, #wrap-s-305da3ab-6028-4dfd-83b2-5b31767eb16a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-305da3ab-6028-4dfd-83b2-5b31767eb16a {
  display: none;
}
#s-305da3ab-6028-4dfd-83b2-5b31767eb16a, #wrap-s-305da3ab-6028-4dfd-83b2-5b31767eb16a { display: none !important; }}
#s-305da3ab-6028-4dfd-83b2-5b31767eb16a .shg-product-quantity-wrapper {
  display: flex;
}

#s-305da3ab-6028-4dfd-83b2-5b31767eb16a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-305da3ab-6028-4dfd-83b2-5b31767eb16a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-305da3ab-6028-4dfd-83b2-5b31767eb16a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-305da3ab-6028-4dfd-83b2-5b31767eb16a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-305da3ab-6028-4dfd-83b2-5b31767eb16a label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-305da3ab-6028-4dfd-83b2-5b31767eb16a label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-d45dd733-3546-4c74-8982-afb37755a93d {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-a32cd1c7-b029-4abb-82f8-2338818cfda2 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-a32cd1c7-b029-4abb-82f8-2338818cfda2 {
  display: none;
}
#s-a32cd1c7-b029-4abb-82f8-2338818cfda2, #wrap-s-a32cd1c7-b029-4abb-82f8-2338818cfda2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a32cd1c7-b029-4abb-82f8-2338818cfda2 {
  display: none;
}
#s-a32cd1c7-b029-4abb-82f8-2338818cfda2, #wrap-s-a32cd1c7-b029-4abb-82f8-2338818cfda2 { display: none !important; }}@media (max-width: 767px){#s-a32cd1c7-b029-4abb-82f8-2338818cfda2 {
  
}
}
@media (min-width: 0px) {
[id="s-a32cd1c7-b029-4abb-82f8-2338818cfda2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a32cd1c7-b029-4abb-82f8-2338818cfda2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a32cd1c7-b029-4abb-82f8-2338818cfda2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a32cd1c7-b029-4abb-82f8-2338818cfda2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-67604d08-1b89-456a-bf39-7e724cb64d6b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-004d93e3-35b8-46d1-9b45-280d37ca9d61 {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-004d93e3-35b8-46d1-9b45-280d37ca9d61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-004d93e3-35b8-46d1-9b45-280d37ca9d61 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-004d93e3-35b8-46d1-9b45-280d37ca9d61 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5dac22ba-3d6a-499b-9409-48b22deb77e3 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-5dac22ba-3d6a-499b-9409-48b22deb77e3:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-5dac22ba-3d6a-499b-9409-48b22deb77e3:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5dac22ba-3d6a-499b-9409-48b22deb77e3 {
  display: none;
}
#s-5dac22ba-3d6a-499b-9409-48b22deb77e3, #wrap-s-5dac22ba-3d6a-499b-9409-48b22deb77e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dac22ba-3d6a-499b-9409-48b22deb77e3 {
  display: none;
}
#s-5dac22ba-3d6a-499b-9409-48b22deb77e3, #wrap-s-5dac22ba-3d6a-499b-9409-48b22deb77e3 { display: none !important; }}


#s-5dac22ba-3d6a-499b-9409-48b22deb77e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5dac22ba-3d6a-499b-9409-48b22deb77e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dac22ba-3d6a-499b-9409-48b22deb77e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-5dac22ba-3d6a-499b-9409-48b22deb77e3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-acc4409a-f935-400a-b767-a6f3ceb6ed18 {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6 {
  display: none;
}
#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6, #wrap-s-4fb63e58-820e-4de6-8f1e-adcad08a45f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6 {
  display: none;
}
#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6, #wrap-s-4fb63e58-820e-4de6-8f1e-adcad08a45f6 { display: none !important; }}







#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb63e58-820e-4de6-8f1e-adcad08a45f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19992f7-5d68-4c53-927f-d8197d20d143 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a19992f7-5d68-4c53-927f-d8197d20d143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a19992f7-5d68-4c53-927f-d8197d20d143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a19992f7-5d68-4c53-927f-d8197d20d143 {
  
}
}@media (max-width: 767px){#s-a19992f7-5d68-4c53-927f-d8197d20d143 {
  
}
}







#s-a19992f7-5d68-4c53-927f-d8197d20d143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-a19992f7-5d68-4c53-927f-d8197d20d143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8afb57e1-a5c4-4912-86c5-83e69a395fea {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-8afb57e1-a5c4-4912-86c5-83e69a395fea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8afb57e1-a5c4-4912-86c5-83e69a395fea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8afb57e1-a5c4-4912-86c5-83e69a395fea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8afb57e1-a5c4-4912-86c5-83e69a395fea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8db82a4d-e226-48de-b9e3-c47fed608e47 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-8db82a4d-e226-48de-b9e3-c47fed608e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db82a4d-e226-48de-b9e3-c47fed608e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52cf48fb-ef42-497b-acaa-41d946728cf6 .shogun-icon-wrapper {
  text-align: center;
}


#s-52cf48fb-ef42-497b-acaa-41d946728cf6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-e87eea85-dab4-4a9a-863c-cbdb12d5ac05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e87eea85-dab4-4a9a-863c-cbdb12d5ac05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-e259c30a-d236-4a01-8f7c-8585c9261cc8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-e259c30a-d236-4a01-8f7c-8585c9261cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e259c30a-d236-4a01-8f7c-8585c9261cc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92d9795c-2e0a-42e0-94af-be0faa4af962 .shogun-icon-wrapper {
  text-align: center;
}


#s-92d9795c-2e0a-42e0-94af-be0faa4af962 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-f6573094-9f12-4d40-a77e-2455609da3d7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6573094-9f12-4d40-a77e-2455609da3d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-3266c7aa-fa53-473d-af09-5ffb6bb4b845 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3266c7aa-fa53-473d-af09-5ffb6bb4b845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3266c7aa-fa53-473d-af09-5ffb6bb4b845.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa325fb6-47c4-44ad-87eb-34700e679637 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa325fb6-47c4-44ad-87eb-34700e679637 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-26eeff96-a08c-444a-ba12-e4eb1403e7c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26eeff96-a08c-444a-ba12-e4eb1403e7c2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-0c9644da-4d7a-4722-ba1e-7c2e6916c750 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-86014fc8-bfd8-4234-86fe-8d6194606122 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-86014fc8-bfd8-4234-86fe-8d6194606122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86014fc8-bfd8-4234-86fe-8d6194606122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-693713bb-b2da-4840-9baa-6d69560c448b .shogun-icon-wrapper {
  text-align: center;
}


#s-693713bb-b2da-4840-9baa-6d69560c448b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-4798eed5-1875-4833-876d-f0cebbfb2479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4798eed5-1875-4833-876d-f0cebbfb2479 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272 {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272 {
  display: none;
}
#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272, #wrap-s-67e02d25-731e-41b9-bdd3-e99e5f4c1272 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272 {
  display: none;
}
#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272, #wrap-s-67e02d25-731e-41b9-bdd3-e99e5f4c1272 { display: none !important; }}







#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e02d25-731e-41b9-bdd3-e99e5f4c1272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7e73cd0-e6c6-4c20-8d7c-7ca034386101 {
  min-height: 50px;
}








#s-f7e73cd0-e6c6-4c20-8d7c-7ca034386101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7e73cd0-e6c6-4c20-8d7c-7ca034386101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18b49887-516e-4192-ab5f-12bbddd54af2 {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18b49887-516e-4192-ab5f-12bbddd54af2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-fc5ff6ae-0a59-4a4a-9bd9-1afbe8952b98 {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-77487d97-a47a-439a-9c8f-bb2acac22b96 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-77487d97-a47a-439a-9c8f-bb2acac22b96 {
  display: none;
}
#s-77487d97-a47a-439a-9c8f-bb2acac22b96, #wrap-s-77487d97-a47a-439a-9c8f-bb2acac22b96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77487d97-a47a-439a-9c8f-bb2acac22b96 {
  display: none;
}
#s-77487d97-a47a-439a-9c8f-bb2acac22b96, #wrap-s-77487d97-a47a-439a-9c8f-bb2acac22b96 { display: none !important; }}







#s-77487d97-a47a-439a-9c8f-bb2acac22b96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77487d97-a47a-439a-9c8f-bb2acac22b96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a744fe-c91e-45b0-a276-b34d31c003ff {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-56a744fe-c91e-45b0-a276-b34d31c003ff {
  display: none;
}
#s-56a744fe-c91e-45b0-a276-b34d31c003ff, #wrap-s-56a744fe-c91e-45b0-a276-b34d31c003ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a744fe-c91e-45b0-a276-b34d31c003ff {
  display: none;
}
#s-56a744fe-c91e-45b0-a276-b34d31c003ff, #wrap-s-56a744fe-c91e-45b0-a276-b34d31c003ff { display: none !important; }}







#s-56a744fe-c91e-45b0-a276-b34d31c003ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a744fe-c91e-45b0-a276-b34d31c003ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec {
  display: none;
}
#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec, #wrap-s-04d7a064-48a1-4f0e-bbaa-391c1d864cec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec {
  display: none;
}
#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec, #wrap-s-04d7a064-48a1-4f0e-bbaa-391c1d864cec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec {
  display: none;
}
#s-04d7a064-48a1-4f0e-bbaa-391c1d864cec, #wrap-s-04d7a064-48a1-4f0e-bbaa-391c1d864cec { display: none !important; }}
#s-a2c7345c-0f50-4ec3-97de-48c07266f807 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}



.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2c7345c-0f50-4ec3-97de-48c07266f807 img.shogun-image {
  width: 100%;
}




#s-783692a1-ad13-4e0e-9989-d8a18842489d {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-783692a1-ad13-4e0e-9989-d8a18842489d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-7db2ddff-7608-4151-86c8-1a18d3cdefc6 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5ddc46f2-b29e-4d9d-b5e5-b2ff33d51329.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df {
  display: none;
}
#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df, #wrap-s-c8335afc-0ee3-491a-9b6b-bcd5417d45df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df {
  display: none;
}
#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df, #wrap-s-c8335afc-0ee3-491a-9b6b-bcd5417d45df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df {
  display: none;
}
#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df, #wrap-s-c8335afc-0ee3-491a-9b6b-bcd5417d45df { display: none !important; }}







#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8335afc-0ee3-491a-9b6b-bcd5417d45df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc6be850-2d1a-46fb-8f22-a1f25cfc7ba3 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-065cd969-6b87-485d-8748-be8e810d3c3b {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-065cd969-6b87-485d-8748-be8e810d3c3b img.shogun-image {
  width: 100%;
}




#s-23f884be-93c8-42cc-9eb2-2803b54a44b2 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-23f884be-93c8-42cc-9eb2-2803b54a44b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-510b928e-7fec-4fa2-bb94-9d30782e97c1 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-bb626976-899e-4de2-9bf1-491454e63762 {
  margin-top: 3%;
margin-bottom: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bb626976-899e-4de2-9bf1-491454e63762:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bb626976-899e-4de2-9bf1-491454e63762:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bb626976-899e-4de2-9bf1-491454e63762-root {
    text-align: center;
  }


#s-bb626976-899e-4de2-9bf1-491454e63762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb626976-899e-4de2-9bf1-491454e63762-root {
    text-align: center;
  }


#s-bb626976-899e-4de2-9bf1-491454e63762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb626976-899e-4de2-9bf1-491454e63762-root {
    text-align: center;
  }


#s-bb626976-899e-4de2-9bf1-491454e63762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb626976-899e-4de2-9bf1-491454e63762-root {
    text-align: center;
  }


#s-bb626976-899e-4de2-9bf1-491454e63762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb626976-899e-4de2-9bf1-491454e63762-root {
    text-align: center;
  }


#s-bb626976-899e-4de2-9bf1-491454e63762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-bb626976-899e-4de2-9bf1-491454e63762-root {
    text-align: center;
  }


#s-bb626976-899e-4de2-9bf1-491454e63762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-edf54fac-357a-4a6a-ac0a-2ee14443f243 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-edf54fac-357a-4a6a-ac0a-2ee14443f243 {
  display: none;
}
#s-edf54fac-357a-4a6a-ac0a-2ee14443f243, #wrap-s-edf54fac-357a-4a6a-ac0a-2ee14443f243 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edf54fac-357a-4a6a-ac0a-2ee14443f243 {
  display: none;
}
#s-edf54fac-357a-4a6a-ac0a-2ee14443f243, #wrap-s-edf54fac-357a-4a6a-ac0a-2ee14443f243 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edf54fac-357a-4a6a-ac0a-2ee14443f243 {
  
}
}@media (max-width: 767px){#s-edf54fac-357a-4a6a-ac0a-2ee14443f243 {
  display: none;
}
#s-edf54fac-357a-4a6a-ac0a-2ee14443f243, #wrap-s-edf54fac-357a-4a6a-ac0a-2ee14443f243 { display: none !important; }}







#s-edf54fac-357a-4a6a-ac0a-2ee14443f243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf54fac-357a-4a6a-ac0a-2ee14443f243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ef88df8-a203-41a9-8333-7b071216464f {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ef88df8-a203-41a9-8333-7b071216464f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-3cb8bff1-c350-47df-9edf-01b3a5594a9b {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-3cb8bff1-c350-47df-9edf-01b3a5594a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb8bff1-c350-47df-9edf-01b3a5594a9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eda8c63a-0cb4-4899-a341-8b6868fb5d3c img.shogun-image {
  width: 100%;
}




#s-ad99813d-6e84-4a1e-b630-6affdd85ff65 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ad99813d-6e84-4a1e-b630-6affdd85ff65:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad99813d-6e84-4a1e-b630-6affdd85ff65:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-ad99813d-6e84-4a1e-b630-6affdd85ff65 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad99813d-6e84-4a1e-b630-6affdd85ff65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad99813d-6e84-4a1e-b630-6affdd85ff65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-ad99813d-6e84-4a1e-b630-6affdd85ff65.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad99813d-6e84-4a1e-b630-6affdd85ff65.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7c7758c7-2819-4978-85b3-324e3c0ca600 {
  min-height: 50px;
}








#s-7c7758c7-2819-4978-85b3-324e3c0ca600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c7758c7-2819-4978-85b3-324e3c0ca600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b925ab4e-fbdd-46d2-8572-d3fda1b9fc6f {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-b925ab4e-fbdd-46d2-8572-d3fda1b9fc6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1ffaafbf-b577-4760-8461-53c8bf28fe02 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-6311f140-31b9-4c38-a1e8-88ccd8abb882 {
  min-height: 50px;
}








#s-6311f140-31b9-4c38-a1e8-88ccd8abb882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6311f140-31b9-4c38-a1e8-88ccd8abb882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb28de1e-d651-45a2-97c6-25f8278e99d6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb28de1e-d651-45a2-97c6-25f8278e99d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-cdbf5b21-9f4c-4c75-b3be-97ab2d7f08cc {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-cdbf5b21-9f4c-4c75-b3be-97ab2d7f08cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdbf5b21-9f4c-4c75-b3be-97ab2d7f08cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c49334c-17a9-479d-882b-64e623de1eda {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda img.shogun-image {
  width: 100%;
}



}

.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c49334c-17a9-479d-882b-64e623de1eda img.shogun-image {
  width: 100%;
}




#s-46fa388f-3901-43c9-9b32-4032c7548c97 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-46fa388f-3901-43c9-9b32-4032c7548c97:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46fa388f-3901-43c9-9b32-4032c7548c97:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-46fa388f-3901-43c9-9b32-4032c7548c97-root {
    text-align: center;
  }


#s-46fa388f-3901-43c9-9b32-4032c7548c97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46fa388f-3901-43c9-9b32-4032c7548c97-root {
    text-align: center;
  }


#s-46fa388f-3901-43c9-9b32-4032c7548c97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46fa388f-3901-43c9-9b32-4032c7548c97-root {
    text-align: center;
  }


#s-46fa388f-3901-43c9-9b32-4032c7548c97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46fa388f-3901-43c9-9b32-4032c7548c97-root {
    text-align: center;
  }


#s-46fa388f-3901-43c9-9b32-4032c7548c97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46fa388f-3901-43c9-9b32-4032c7548c97-root {
    text-align: center;
  }


#s-46fa388f-3901-43c9-9b32-4032c7548c97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-46fa388f-3901-43c9-9b32-4032c7548c97-root {
    text-align: center;
  }


#s-46fa388f-3901-43c9-9b32-4032c7548c97.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-8acd250e-8b76-4726-816b-0c010b4b4f4f {
  min-height: 50px;
}








#s-8acd250e-8b76-4726-816b-0c010b4b4f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8acd250e-8b76-4726-816b-0c010b4b4f4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-766879b5-f3f3-48ec-81c8-8fb58acf54d0 {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-766879b5-f3f3-48ec-81c8-8fb58acf54d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6db220c8-abee-4e03-a9fe-62f3772295be {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 {
  display: none;
}
#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6, #wrap-s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 {
  display: none;
}
#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6, #wrap-s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 {
  
}
}@media (max-width: 767px){#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 {
  display: none;
}
#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6, #wrap-s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 { display: none !important; }}







#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10d6de2-ccee-4a36-934e-fc603d03a5b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b7a4d2eb-312f-4148-a3b3-cababcf43613 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-b7a4d2eb-312f-4148-a3b3-cababcf43613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7a4d2eb-312f-4148-a3b3-cababcf43613.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6c13511-93b8-4fb8-873d-8a0a249917ec {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f6c13511-93b8-4fb8-873d-8a0a249917ec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-ca06e91a-4972-4129-bb87-56a88172ad89 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ca06e91a-4972-4129-bb87-56a88172ad89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca06e91a-4972-4129-bb87-56a88172ad89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca06e91a-4972-4129-bb87-56a88172ad89 {
  
}
}@media (max-width: 767px){#s-ca06e91a-4972-4129-bb87-56a88172ad89 {
  
}
}
#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 4%;
margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378-root {
    text-align: center;
  }


#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378-root {
    text-align: center;
  }


#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378-root {
    text-align: center;
  }


#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378-root {
    text-align: center;
  }


#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378-root {
    text-align: center;
  }


#s-24c4c8bf-3ecc-4300-b8b6-8e2d8ec95378.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 {
  display: none;
}
#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2, #wrap-s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 {
  display: none;
}
#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2, #wrap-s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 {
  display: none;
}
#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2, #wrap-s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 { display: none !important; }}@media (max-width: 767px){#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 {
  
}
}







#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08d94a10-2a20-4699-8e7c-c345f1ef81f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e68a07db-53e5-46b3-afac-953874f247e6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 4%;
margin-bottom: 6%;
margin-right: 4%;
min-height: 400px;
background-position: center top;
}








#s-e68a07db-53e5-46b3-afac-953874f247e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68a07db-53e5-46b3-afac-953874f247e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3069f0e-c18a-4907-9bc9-a2a70b50a720 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d3069f0e-c18a-4907-9bc9-a2a70b50a720 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-4997cd32-312c-464c-8420-c9e1847c3f9f {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4997cd32-312c-464c-8420-c9e1847c3f9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4997cd32-312c-464c-8420-c9e1847c3f9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4997cd32-312c-464c-8420-c9e1847c3f9f {
  
}
}@media (max-width: 767px){#s-4997cd32-312c-464c-8420-c9e1847c3f9f {
  
}
}
#s-cc62d268-5c87-4082-8176-7878ea6e453f {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 4%;
margin-left: 13%;
margin-bottom: 7%;
margin-right: 13%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-cc62d268-5c87-4082-8176-7878ea6e453f:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-cc62d268-5c87-4082-8176-7878ea6e453f:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-cc62d268-5c87-4082-8176-7878ea6e453f-root {
    text-align: center;
  }


#s-cc62d268-5c87-4082-8176-7878ea6e453f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc62d268-5c87-4082-8176-7878ea6e453f-root {
    text-align: center;
  }


#s-cc62d268-5c87-4082-8176-7878ea6e453f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc62d268-5c87-4082-8176-7878ea6e453f-root {
    text-align: center;
  }


#s-cc62d268-5c87-4082-8176-7878ea6e453f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc62d268-5c87-4082-8176-7878ea6e453f-root {
    text-align: center;
  }


#s-cc62d268-5c87-4082-8176-7878ea6e453f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc62d268-5c87-4082-8176-7878ea6e453f-root {
    text-align: center;
  }


#s-cc62d268-5c87-4082-8176-7878ea6e453f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-01b7b5ff-a07b-48dc-a9c7-1c7093ba26e6 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-01b7b5ff-a07b-48dc-a9c7-1c7093ba26e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b7b5ff-a07b-48dc-a9c7-1c7093ba26e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed945050-a23a-48d3-ab9b-5ca788cf90bc {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed945050-a23a-48d3-ab9b-5ca788cf90bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed945050-a23a-48d3-ab9b-5ca788cf90bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ab19b95-8b9e-4230-9197-c12ab5248881 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ab19b95-8b9e-4230-9197-c12ab5248881 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-57595e88-52f8-4d06-a8c6-9367a3ecfcce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57595e88-52f8-4d06-a8c6-9367a3ecfcce .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103 {
  display: none;
}
#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103, #wrap-s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103 {
  display: none;
}
#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103, #wrap-s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103 { display: none !important; }}







#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1dc29f5-909f-4b6b-bcb0-6ab6a2b92103.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c57d51d-81c1-43e2-9281-12a89a3165e6 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c57d51d-81c1-43e2-9281-12a89a3165e6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



@media (min-width: 1200px){#s-ede93f9a-9a05-45c1-90b3-546f19729303 {
  display: none;
}
#s-ede93f9a-9a05-45c1-90b3-546f19729303, #wrap-s-ede93f9a-9a05-45c1-90b3-546f19729303 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ede93f9a-9a05-45c1-90b3-546f19729303 {
  display: none;
}
#s-ede93f9a-9a05-45c1-90b3-546f19729303, #wrap-s-ede93f9a-9a05-45c1-90b3-546f19729303 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ede93f9a-9a05-45c1-90b3-546f19729303 {
  display: none;
}
#s-ede93f9a-9a05-45c1-90b3-546f19729303, #wrap-s-ede93f9a-9a05-45c1-90b3-546f19729303 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ede93f9a-9a05-45c1-90b3-546f19729303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ede93f9a-9a05-45c1-90b3-546f19729303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ede93f9a-9a05-45c1-90b3-546f19729303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ede93f9a-9a05-45c1-90b3-546f19729303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-86a41b34-8b15-4545-afea-6ed6d1b1fc09 {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-86a41b34-8b15-4545-afea-6ed6d1b1fc09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86a41b34-8b15-4545-afea-6ed6d1b1fc09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
}

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-fa3acfbc-ce0c-44f5-a827-cdcc29c36cd3 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-fa3acfbc-ce0c-44f5-a827-cdcc29c36cd3 img.shogun-image {
    

    
    
    
  }


#s-fa3acfbc-ce0c-44f5-a827-cdcc29c36cd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-45f6f55d-118c-4be0-9ae9-dd57bea860d7 {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45f6f55d-118c-4be0-9ae9-dd57bea860d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-2dfb1f4f-19d6-4a32-b45c-da5cf3221a95 {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f8307cd3-74ef-451e-91da-82f6a0f796bf {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-220aaeed-f483-4005-8903-52d89c35112e {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-220aaeed-f483-4005-8903-52d89c35112e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-220aaeed-f483-4005-8903-52d89c35112e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92b8feed-5857-44db-9786-893cb513e2eb {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-92b8feed-5857-44db-9786-893cb513e2eb img.shogun-image {
    

    
    
    
  }


#s-92b8feed-5857-44db-9786-893cb513e2eb .shogun-image-content {
  
    align-items: center;
  
}

#s-6c9e1244-df33-459b-a303-475ebc94013f {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c9e1244-df33-459b-a303-475ebc94013f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-39ea04e4-e9ab-43aa-b684-de34e46ecbbc {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-3828e867-970e-4b60-809e-4bf84a83ce28 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-147c2dc1-91ef-444c-9ed5-f87594f2228f {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-147c2dc1-91ef-444c-9ed5-f87594f2228f {
  display: none;
}
#s-147c2dc1-91ef-444c-9ed5-f87594f2228f, #wrap-s-147c2dc1-91ef-444c-9ed5-f87594f2228f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-147c2dc1-91ef-444c-9ed5-f87594f2228f {
  display: none;
}
#s-147c2dc1-91ef-444c-9ed5-f87594f2228f, #wrap-s-147c2dc1-91ef-444c-9ed5-f87594f2228f { display: none !important; }}@media (max-width: 767px){#s-147c2dc1-91ef-444c-9ed5-f87594f2228f {
  display: none;
}
#s-147c2dc1-91ef-444c-9ed5-f87594f2228f, #wrap-s-147c2dc1-91ef-444c-9ed5-f87594f2228f { display: none !important; }}







#s-147c2dc1-91ef-444c-9ed5-f87594f2228f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147c2dc1-91ef-444c-9ed5-f87594f2228f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ff571a-2181-4677-9e12-3b9c2040be83 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89ff571a-2181-4677-9e12-3b9c2040be83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d238a187-4690-4823-bd05-1852a7655848 {
  min-height: 50px;
}








#s-d238a187-4690-4823-bd05-1852a7655848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d238a187-4690-4823-bd05-1852a7655848.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ff3932-b939-4048-837e-ebe6f023e4bf {
  text-align: center;
}







  #s-70ff3932-b939-4048-837e-ebe6f023e4bf img.shogun-image {
    

    
    
    
  }


#s-70ff3932-b939-4048-837e-ebe6f023e4bf .shogun-image-content {
  
    align-items: center;
  
}

#s-c4fddcfb-cb86-4199-b11c-bd1dcb40baff {
  min-height: 50px;
}








#s-c4fddcfb-cb86-4199-b11c-bd1dcb40baff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4fddcfb-cb86-4199-b11c-bd1dcb40baff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83923488-f92c-4544-b485-d8e21a8bb607 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83923488-f92c-4544-b485-d8e21a8bb607 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-28b522e8-d7a4-4dc6-a619-2eb935e47c9c {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-8031e609-afba-4831-a541-452cd3c21a32 {
  margin-bottom: 2%;
}

#s-79d48313-cffc-4efb-a7f5-689ef1137c32 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79d48313-cffc-4efb-a7f5-689ef1137c32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-13d58186-00af-4ccc-80ab-4db4f8523cc2 {
  min-height: 50px;
}








#s-13d58186-00af-4ccc-80ab-4db4f8523cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d58186-00af-4ccc-80ab-4db4f8523cc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d7d7b9d-2d00-4af0-ad96-97dfebb8b0e1 {
  text-align: center;
}







  #s-2d7d7b9d-2d00-4af0-ad96-97dfebb8b0e1 img.shogun-image {
    

    
    
    
  }


#s-2d7d7b9d-2d00-4af0-ad96-97dfebb8b0e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f63db8cb-14c6-4950-a187-e64da669b6a1 {
  min-height: 50px;
}








#s-f63db8cb-14c6-4950-a187-e64da669b6a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f63db8cb-14c6-4950-a187-e64da669b6a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8109792-c447-4e17-aed8-89e1e631020d {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8109792-c447-4e17-aed8-89e1e631020d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-adfff8a0-7c9f-4647-89c7-c3c538fc4641 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-73a95f80-fa34-4b11-b031-66e4004632f1 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-e06124ee-144f-40e1-8cd2-902a1e17892d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-e06124ee-144f-40e1-8cd2-902a1e17892d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e06124ee-144f-40e1-8cd2-902a1e17892d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e06124ee-144f-40e1-8cd2-902a1e17892d {
  display: none;
}
#s-e06124ee-144f-40e1-8cd2-902a1e17892d, #wrap-s-e06124ee-144f-40e1-8cd2-902a1e17892d { display: none !important; }}@media (max-width: 767px){#s-e06124ee-144f-40e1-8cd2-902a1e17892d {
  display: none;
}
#s-e06124ee-144f-40e1-8cd2-902a1e17892d, #wrap-s-e06124ee-144f-40e1-8cd2-902a1e17892d { display: none !important; }}
@media (min-width: 0px) {
[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e06124ee-144f-40e1-8cd2-902a1e17892d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-67be972d-f739-49a4-b158-e2c3b11b6a7e {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-67be972d-f739-49a4-b158-e2c3b11b6a7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67be972d-f739-49a4-b158-e2c3b11b6a7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67be972d-f739-49a4-b158-e2c3b11b6a7e {
  
}
}@media (max-width: 767px){#s-67be972d-f739-49a4-b158-e2c3b11b6a7e {
  
}
}







#s-67be972d-f739-49a4-b158-e2c3b11b6a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67be972d-f739-49a4-b158-e2c3b11b6a7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8b73fe0c-a79d-4f58-985c-ea825a6472ed {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-8b73fe0c-a79d-4f58-985c-ea825a6472ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b73fe0c-a79d-4f58-985c-ea825a6472ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10250e65-4b80-4904-86c9-5350f15b1db7 {
  min-height: 42px;
}








#s-10250e65-4b80-4904-86c9-5350f15b1db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10250e65-4b80-4904-86c9-5350f15b1db7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c642e126-2129-4c51-9171-bb3035b2356e {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c642e126-2129-4c51-9171-bb3035b2356e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  
}



#s-905031d6-6144-4261-8f37-d3c8d980c0b9 {
  margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-905031d6-6144-4261-8f37-d3c8d980c0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905031d6-6144-4261-8f37-d3c8d980c0b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b9468f2-f66c-4a6d-9199-1ecf355368d2 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b9468f2-f66c-4a6d-9199-1ecf355368d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-202f77c1-42b8-4d96-89f0-49e8e9e6643b {
  min-height: 50px;
}








#s-202f77c1-42b8-4d96-89f0-49e8e9e6643b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202f77c1-42b8-4d96-89f0-49e8e9e6643b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03514d06-e199-40f8-b98b-54a0fc6de38c {
  text-align: center;
}







  #s-03514d06-e199-40f8-b98b-54a0fc6de38c img.shogun-image {
    

    
    
    
  }


#s-03514d06-e199-40f8-b98b-54a0fc6de38c .shogun-image-content {
  
    align-items: center;
  
}

#s-906ea981-7300-499d-b35f-dddb3420a13c {
  min-height: 50px;
}








#s-906ea981-7300-499d-b35f-dddb3420a13c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-906ea981-7300-499d-b35f-dddb3420a13c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9c315eb-5b3d-4c2d-b4c5-eb703e7b14a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9c315eb-5b3d-4c2d-b4c5-eb703e7b14a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-9123d245-a7e8-46f9-a407-a0cd2e34ae22 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-c6b5573a-a407-485f-99b6-cdf2ad86b3c5 {
  margin-bottom: 2%;
}

#s-91ed18b0-d244-4917-b501-851ba5a2be35 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91ed18b0-d244-4917-b501-851ba5a2be35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2a7706bb-69f2-4c4f-be60-b5f724cf9ff4 {
  min-height: 50px;
}








#s-2a7706bb-69f2-4c4f-be60-b5f724cf9ff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a7706bb-69f2-4c4f-be60-b5f724cf9ff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1f3d266-f57d-448a-9a3e-59602870df11 {
  text-align: center;
}







  #s-b1f3d266-f57d-448a-9a3e-59602870df11 img.shogun-image {
    

    
    
    
  }


#s-b1f3d266-f57d-448a-9a3e-59602870df11 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab42c368-6c07-4454-8e84-e0fb568db27f {
  min-height: 50px;
}








#s-ab42c368-6c07-4454-8e84-e0fb568db27f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab42c368-6c07-4454-8e84-e0fb568db27f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9f3e75d-00e6-4ca1-b3a6-8bc4a09e09f0 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9f3e75d-00e6-4ca1-b3a6-8bc4a09e09f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-d9ec2e69-d037-411d-9c68-036fb499c644 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-db1c58ed-79ff-4def-89d2-0a2dc33e7d9e {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-72a54ba2-cb04-44e8-af97-4d4c7cc037c4 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-72a54ba2-cb04-44e8-af97-4d4c7cc037c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72a54ba2-cb04-44e8-af97-4d4c7cc037c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e3f263c-baaf-4709-b187-3775396a2a64 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6e3f263c-baaf-4709-b187-3775396a2a64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e3f263c-baaf-4709-b187-3775396a2a64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e3f263c-baaf-4709-b187-3775396a2a64 {
  
}
}@media (max-width: 767px){#s-6e3f263c-baaf-4709-b187-3775396a2a64 {
  
}
}







#s-6e3f263c-baaf-4709-b187-3775396a2a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-6e3f263c-baaf-4709-b187-3775396a2a64.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a34f41bb-3b0a-4830-b533-43f7257e8254 {
  border-style: solid;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a34f41bb-3b0a-4830-b533-43f7257e8254 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a34f41bb-3b0a-4830-b533-43f7257e8254 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a34f41bb-3b0a-4830-b533-43f7257e8254 {
  
}
}@media (max-width: 767px){#s-a34f41bb-3b0a-4830-b533-43f7257e8254 {
  
}
}
#s-a34f41bb-3b0a-4830-b533-43f7257e8254 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-534d8ea6-e746-481b-824c-de0ab2b93764 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-534d8ea6-e746-481b-824c-de0ab2b93764"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-534d8ea6-e746-481b-824c-de0ab2b93764"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-534d8ea6-e746-481b-824c-de0ab2b93764"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-534d8ea6-e746-481b-824c-de0ab2b93764"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-23b093cf-3c55-4e57-b863-f7986be2cafd {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-23b093cf-3c55-4e57-b863-f7986be2cafd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23b093cf-3c55-4e57-b863-f7986be2cafd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 {
  text-align: left;
}



.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a77f2a88-45b5-41c0-a08b-a7fbc3833bb9 img.shogun-image {
  width: 100%;
}




.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-5385e7e2-b2fd-4c46-aee9-49c82730c0d9 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-5385e7e2-b2fd-4c46-aee9-49c82730c0d9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ab77af39-dd0a-42d7-8117-d5a877f47b3f {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ab77af39-dd0a-42d7-8117-d5a877f47b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab77af39-dd0a-42d7-8117-d5a877f47b3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc {
  text-align: left;
}



.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c40e4a0d-3fb4-4aa0-9f3d-5f7c8a7657fc img.shogun-image {
  width: 100%;
}




#s-5d172988-ac32-4c9b-a3b1-4544d5118d2e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-5d172988-ac32-4c9b-a3b1-4544d5118d2e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b31faf5c-4399-4240-acb4-29c412199929 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b31faf5c-4399-4240-acb4-29c412199929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b31faf5c-4399-4240-acb4-29c412199929.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea {
  text-align: left;
}



.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea img.shogun-image {
  width: 100%;
}



}

.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39f5f227-c690-4ace-b51b-d0ad9ec9b5ea img.shogun-image {
  width: 100%;
}




#s-dab5f73d-4ccd-458c-b60d-8c4623f86247 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-dab5f73d-4ccd-458c-b60d-8c4623f86247 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c6c3a099-28db-4f1b-a078-3c2737eed99b {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c6c3a099-28db-4f1b-a078-3c2737eed99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c3a099-28db-4f1b-a078-3c2737eed99b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 {
  text-align: left;
}



.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d05c9872-3725-46a5-97ed-ffc2f5ba8145 img.shogun-image {
  width: 100%;
}




#s-7d5599be-2e6c-403b-be50-872ebff087a1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-7d5599be-2e6c-403b-be50-872ebff087a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a682b74e-258e-4a72-8b1d-5f7c83eae541 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
text-align: left;
}

/*
  $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}
