.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-52f73528-c2ec-4d3c-909d-09f59604982f {
  min-height: 50px;
}








#s-52f73528-c2ec-4d3c-909d-09f59604982f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52f73528-c2ec-4d3c-909d-09f59604982f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 {
  display: none;
}
#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6, #wrap-s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 { display:none !important; }}@media (max-width: 767px){#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 {
  display: none;
}
#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6, #wrap-s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 { display:none !important; }}







#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5963087c-9d5b-41d7-bfc1-35c15ddd42d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9fb7e6b2-3c7e-48aa-be74-96cf3e3566d7 {
  margin-left: 15%;
margin-right: 15%;
}

#s-9fb7e6b2-3c7e-48aa-be74-96cf3e3566d7 {
  display: none;
}
.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-5d94b942-11e0-4c2e-b7d1-8bd822d24aea {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-5d94b942-11e0-4c2e-b7d1-8bd822d24aea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

#s-5e1df0f6-7bcc-4fe6-9e89-ca34efd4f12e {
  background-attachment: fixed;
min-height: 50px;
}








#s-5e1df0f6-7bcc-4fe6-9e89-ca34efd4f12e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1df0f6-7bcc-4fe6-9e89-ca34efd4f12e.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-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c5ddb9f-d9b9-4dca-ab48-f47f45104e2c 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-8379a540-8253-42a7-b418-867ce3eca2fd {
  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-8379a540-8253-42a7-b418-867ce3eca2fd .shg-gallery-thumb-image-wrapper {
  

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

#s-8379a540-8253-42a7-b418-867ce3eca2fd .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-8379a540-8253-42a7-b418-867ce3eca2fd .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-8379a540-8253-42a7-b418-867ce3eca2fd .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-8379a540-8253-42a7-b418-867ce3eca2fd .shg-gallery-scroll-button {
  color: #FFF;
}

#s-8379a540-8253-42a7-b418-867ce3eca2fd .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-ba47a572-d0e8-4002-b179-cf6e38399de9 {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba47a572-d0e8-4002-b179-cf6e38399de9 .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-2ec6c0b7-65e6-4297-a25f-909aabff6145 {
  margin-top: 2%;
margin-right: 5%;
padding-right: 0%;
}

#s-fecd6963-de17-4767-87cc-0fc42c19d571 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fecd6963-de17-4767-87cc-0fc42c19d571 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-c5e26321-c64d-4a99-99a8-9e755950678a {
  margin-top: -2px;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5e26321-c64d-4a99-99a8-9e755950678a .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-93af726a-3fdb-4917-bbfb-f9a9cb8e61e7 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-860c9ede-f0d6-45f1-b71d-9780ab125925 {
  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-21883352-c8b7-4a80-acab-1bbbf16bb43a {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-21883352-c8b7-4a80-acab-1bbbf16bb43a hr {
  border-top: 2px solid #ddd;
}

#s-e5fec811-e784-490e-b3d9-32b510651b9a {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5fec811-e784-490e-b3d9-32b510651b9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0dc68448-78a7-4ef8-8970-6d1cf05918d4 {
  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-486efc74-458d-4c1c-902c-a80a54130b9e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 50%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-486efc74-458d-4c1c-902c-a80a54130b9e {
  
}
}
#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .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-486efc74-458d-4c1c-902c-a80a54130b9e .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-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-486efc74-458d-4c1c-902c-a80a54130b9e-btn-wrapper {
    text-align: center;
  }


#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-variant-btn:hover {
  background: #252525;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-variant-btn:active, #s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-486efc74-458d-4c1c-902c-a80a54130b9e .shg-variant-btn.disabled {
  background: #252525;
}

#s-340e9913-463a-48e1-8128-205cc34c5478 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-340e9913-463a-48e1-8128-205cc34c5478"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7cf1470e-3d07-4c09-8f05-4c8b62a9a38b {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-8c4d9e4e-0943-45f9-bc09-3f7cc1b45543 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8c4d9e4e-0943-45f9-bc09-3f7cc1b45543 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8c4d9e4e-0943-45f9-bc09-3f7cc1b45543 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8c4d9e4e-0943-45f9-bc09-3f7cc1b45543 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8c4d9e4e-0943-45f9-bc09-3f7cc1b45543 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8c4d9e4e-0943-45f9-bc09-3f7cc1b45543 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9933c665-9129-4b2f-8925-f21d6ba49382 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-d24f1850-4da1-4f21-8e3a-aee11448fa71 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d24f1850-4da1-4f21-8e3a-aee11448fa71"] > .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-48ae297f-abf2-44a9-aa4c-0c71324fa8c4 {
  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-48ae297f-abf2-44a9-aa4c-0c71324fa8c4:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-48ae297f-abf2-44a9-aa4c-0c71324fa8c4:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-48ae297f-abf2-44a9-aa4c-0c71324fa8c4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48ae297f-abf2-44a9-aa4c-0c71324fa8c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48ae297f-abf2-44a9-aa4c-0c71324fa8c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-48ae297f-abf2-44a9-aa4c-0c71324fa8c4.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-7372a7cf-3eab-477c-a100-e9561b270a6c {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-7372a7cf-3eab-477c-a100-e9561b270a6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-7372a7cf-3eab-477c-a100-e9561b270a6c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-7372a7cf-3eab-477c-a100-e9561b270a6c .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-ab72ac89-78a1-4075-a45a-37560f599026 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-521f91ad-b1f2-4b8a-8ef2-218801e0825e {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-521f91ad-b1f2-4b8a-8ef2-218801e0825e hr {
  border-top: 2px solid #ddd;
}

#s-6e22c1cf-824e-49c7-83ee-990d919ecaf1 {
  min-height: 50px;
}








#s-6e22c1cf-824e-49c7-83ee-990d919ecaf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e22c1cf-824e-49c7-83ee-990d919ecaf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46513ca3-4a3a-4bea-95ec-4904862f9e61 {
  display: none;
}
#s-20253e6c-8054-4850-85ea-a9c4740aeef4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-20253e6c-8054-4850-85ea-a9c4740aeef4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20253e6c-8054-4850-85ea-a9c4740aeef4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20253e6c-8054-4850-85ea-a9c4740aeef4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20253e6c-8054-4850-85ea-a9c4740aeef4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-308d0450-f296-4d03-9aab-6a9311ec0424 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-308d0450-f296-4d03-9aab-6a9311ec0424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308d0450-f296-4d03-9aab-6a9311ec0424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfe287a0-f74f-4069-9147-032508822ace {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace img.shogun-image {
  width: 100%;
}



}

.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfe287a0-f74f-4069-9147-032508822ace img.shogun-image {
  width: 100%;
}




#s-c65cfe69-5053-486f-8221-6f9a0f4caaf4 {
  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-c65cfe69-5053-486f-8221-6f9a0f4caaf4:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c65cfe69-5053-486f-8221-6f9a0f4caaf4:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c65cfe69-5053-486f-8221-6f9a0f4caaf4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c65cfe69-5053-486f-8221-6f9a0f4caaf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c65cfe69-5053-486f-8221-6f9a0f4caaf4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c65cfe69-5053-486f-8221-6f9a0f4caaf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c65cfe69-5053-486f-8221-6f9a0f4caaf4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-424e8d40-f4c6-45e9-a63b-17af372c6cd9 {
  min-height: 50px;
}








#s-424e8d40-f4c6-45e9-a63b-17af372c6cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-424e8d40-f4c6-45e9-a63b-17af372c6cd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58c53dd3-fa05-4d31-b216-919574923f3c {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-58c53dd3-fa05-4d31-b216-919574923f3c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-ce8d4b8f-ac67-4e25-b0ea-959ca1187f37 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-50416fa7-0ade-4c4b-80e6-679352cad3e4 {
  min-height: 50px;
}








#s-50416fa7-0ade-4c4b-80e6-679352cad3e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50416fa7-0ade-4c4b-80e6-679352cad3e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec398514-9ee1-4c7c-99fd-5e4f3272fff0 {
  display: none;
}
#s-5e48d24e-6863-49f1-ac55-1fe4463ab9a1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5e48d24e-6863-49f1-ac55-1fe4463ab9a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e48d24e-6863-49f1-ac55-1fe4463ab9a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e48d24e-6863-49f1-ac55-1fe4463ab9a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e48d24e-6863-49f1-ac55-1fe4463ab9a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fe2c24c7-1545-48cc-be95-b822610a2ca2 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-fe2c24c7-1545-48cc-be95-b822610a2ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe2c24c7-1545-48cc-be95-b822610a2ca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af2d9cb1-ca4f-4485-b769-82cb2b99ca2f 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-11726813-76e5-4acb-8843-042bc757e57d {
  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-11726813-76e5-4acb-8843-042bc757e57d: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-11726813-76e5-4acb-8843-042bc757e57d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-11726813-76e5-4acb-8843-042bc757e57d-root {
    text-align: center;
  }


#s-11726813-76e5-4acb-8843-042bc757e57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11726813-76e5-4acb-8843-042bc757e57d-root {
    text-align: center;
  }


#s-11726813-76e5-4acb-8843-042bc757e57d.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-11726813-76e5-4acb-8843-042bc757e57d-root {
    text-align: center;
  }


#s-11726813-76e5-4acb-8843-042bc757e57d.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-11726813-76e5-4acb-8843-042bc757e57d-root {
    text-align: center;
  }


#s-11726813-76e5-4acb-8843-042bc757e57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11726813-76e5-4acb-8843-042bc757e57d-root {
    text-align: center;
  }


#s-11726813-76e5-4acb-8843-042bc757e57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-11726813-76e5-4acb-8843-042bc757e57d-root {
    text-align: center;
  }


#s-11726813-76e5-4acb-8843-042bc757e57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-72581549-d40e-44b3-8742-76395e32c110 {
  min-height: 50px;
}








#s-72581549-d40e-44b3-8742-76395e32c110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72581549-d40e-44b3-8742-76395e32c110.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e32bfc2d-eab4-4ba2-bb4a-3998217a9ab5 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-e32bfc2d-eab4-4ba2-bb4a-3998217a9ab5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-caa412f1-57b2-4a9d-ad78-e87de161ab28 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-70cc86c8-8858-4463-ba60-d9b0c4629736 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-70cc86c8-8858-4463-ba60-d9b0c4629736 {
  display: none;
}
#s-70cc86c8-8858-4463-ba60-d9b0c4629736, #wrap-s-70cc86c8-8858-4463-ba60-d9b0c4629736 { display:none !important; }}@media (max-width: 767px){#s-70cc86c8-8858-4463-ba60-d9b0c4629736 {
  display: none;
}
#s-70cc86c8-8858-4463-ba60-d9b0c4629736, #wrap-s-70cc86c8-8858-4463-ba60-d9b0c4629736 { display:none !important; }}







#s-70cc86c8-8858-4463-ba60-d9b0c4629736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70cc86c8-8858-4463-ba60-d9b0c4629736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d88ec0a-8331-4a75-a31b-54266d0723e4 {
  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-7d88ec0a-8331-4a75-a31b-54266d0723e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d88ec0a-8331-4a75-a31b-54266d0723e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d88ec0a-8331-4a75-a31b-54266d0723e4 {
  
}
}@media (max-width: 767px){#s-7d88ec0a-8331-4a75-a31b-54266d0723e4 {
  
}
}







#s-7d88ec0a-8331-4a75-a31b-54266d0723e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-7d88ec0a-8331-4a75-a31b-54266d0723e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e973b895-cf8e-4741-8894-274ccf643f08 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e973b895-cf8e-4741-8894-274ccf643f08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e973b895-cf8e-4741-8894-274ccf643f08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e973b895-cf8e-4741-8894-274ccf643f08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e973b895-cf8e-4741-8894-274ccf643f08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3824a2bf-a08e-4f8d-9e03-e3be6dcb54a5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-3824a2bf-a08e-4f8d-9e03-e3be6dcb54a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3824a2bf-a08e-4f8d-9e03-e3be6dcb54a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-209a6807-459d-4608-89af-6f1e718f7e31 .shogun-icon-wrapper {
  text-align: center;
}


#s-209a6807-459d-4608-89af-6f1e718f7e31 .shogun-icon-wrapper > .shogun-icon {

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

#s-a79004e0-cf06-48ec-8b4c-8c3c96e47700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a79004e0-cf06-48ec-8b4c-8c3c96e47700 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-d5e429bd-48c6-49cf-9e70-a09d5e281cec {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-d5e429bd-48c6-49cf-9e70-a09d5e281cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e429bd-48c6-49cf-9e70-a09d5e281cec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee310237-d51f-43ce-842a-040923b4a3e5 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee310237-d51f-43ce-842a-040923b4a3e5 .shogun-icon-wrapper > .shogun-icon {

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

#s-b63d4b1a-c660-46f1-98b7-952aebd2c16f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b63d4b1a-c660-46f1-98b7-952aebd2c16f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-de077eb3-5d90-4cb5-9c81-fe9c983a1444 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-de077eb3-5d90-4cb5-9c81-fe9c983a1444 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de077eb3-5d90-4cb5-9c81-fe9c983a1444.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a56ad619-ebad-464a-b533-b53eedb9f85c .shogun-icon-wrapper {
  text-align: center;
}


#s-a56ad619-ebad-464a-b533-b53eedb9f85c .shogun-icon-wrapper > .shogun-icon {

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

#s-ecb79372-da15-4639-8986-db6a22221b6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb79372-da15-4639-8986-db6a22221b6b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-cba5bb8b-fb5b-4e4e-a0c6-5745be22559c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c0316183-e861-4700-946e-72f800b2f11c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c0316183-e861-4700-946e-72f800b2f11c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0316183-e861-4700-946e-72f800b2f11c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17487340-83ba-49c7-a0fb-c1a80d47b5f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-17487340-83ba-49c7-a0fb-c1a80d47b5f0 .shogun-icon-wrapper > .shogun-icon {

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

#s-ac7e2b3a-d0b3-49b6-b7e0-bc63feacf815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac7e2b3a-d0b3-49b6-b7e0-bc63feacf815 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d {
  display: none;
}
#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d, #wrap-s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d { display:none !important; }}@media (max-width: 767px){#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d {
  display: none;
}
#s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d, #wrap-s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d { display:none !important; }}
@media (min-width: 0px) {
[id="s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dd18c00-a841-4d91-836b-3e31a8a9fe2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c6238b61-721c-4370-bfb7-26c22fe10546 {
  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-c6238b61-721c-4370-bfb7-26c22fe10546 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6238b61-721c-4370-bfb7-26c22fe10546 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6238b61-721c-4370-bfb7-26c22fe10546 {
  
}
}@media (max-width: 767px){#s-c6238b61-721c-4370-bfb7-26c22fe10546 {
  
}
}







#s-c6238b61-721c-4370-bfb7-26c22fe10546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6238b61-721c-4370-bfb7-26c22fe10546.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abb330e7-f962-4c6e-8bc7-ff55e6ad512b {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-abb330e7-f962-4c6e-8bc7-ff55e6ad512b .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-8bde956f-eb79-4331-a4c9-00d3a4ba08c5 {
  margin-top: 4%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8bde956f-eb79-4331-a4c9-00d3a4ba08c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bde956f-eb79-4331-a4c9-00d3a4ba08c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bde956f-eb79-4331-a4c9-00d3a4ba08c5 {
  
}
}@media (max-width: 767px){#s-8bde956f-eb79-4331-a4c9-00d3a4ba08c5 {
  
}
}
#s-26d592d4-d06a-49a3-9319-2eb261514f2d {
  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-26d592d4-d06a-49a3-9319-2eb261514f2d:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-26d592d4-d06a-49a3-9319-2eb261514f2d:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-26d592d4-d06a-49a3-9319-2eb261514f2d-root {
    text-align: center;
  }


#s-26d592d4-d06a-49a3-9319-2eb261514f2d.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-26d592d4-d06a-49a3-9319-2eb261514f2d-root {
    text-align: center;
  }


#s-26d592d4-d06a-49a3-9319-2eb261514f2d.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-26d592d4-d06a-49a3-9319-2eb261514f2d-root {
    text-align: center;
  }


#s-26d592d4-d06a-49a3-9319-2eb261514f2d.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-26d592d4-d06a-49a3-9319-2eb261514f2d-root {
    text-align: center;
  }


#s-26d592d4-d06a-49a3-9319-2eb261514f2d.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-26d592d4-d06a-49a3-9319-2eb261514f2d-root {
    text-align: center;
  }


#s-26d592d4-d06a-49a3-9319-2eb261514f2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-b61244f6-fac5-4f5c-b87f-27ac1661d3fa {
  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-b61244f6-fac5-4f5c-b87f-27ac1661d3fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b61244f6-fac5-4f5c-b87f-27ac1661d3fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a {
  display: none;
}
#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a, #wrap-s-2d901188-9c30-45cb-b3c3-d7dd6930d79a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a {
  display: none;
}
#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a, #wrap-s-2d901188-9c30-45cb-b3c3-d7dd6930d79a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a {
  
}
}@media (max-width: 767px){#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a {
  
}
}







#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d901188-9c30-45cb-b3c3-d7dd6930d79a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d52ee23c-bb95-49ea-8187-12d08f8c268a {
  margin-left: 5%;
margin-right: 5%;
}

#s-d52ee23c-bb95-49ea-8187-12d08f8c268a {
  display: none;
}
#s-13aba5cc-d49f-4e7e-a3ab-4d340942e69b {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-13aba5cc-d49f-4e7e-a3ab-4d340942e69b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-af23b2cf-49d5-4aed-8915-add8a82e25d1 {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af23b2cf-49d5-4aed-8915-add8a82e25d1 .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-b2a874e4-35d0-449b-845e-185c4f4f6a06 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2a874e4-35d0-449b-845e-185c4f4f6a06 img.shogun-image {
  width: 100%;
}



}
#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 .shg-gallery-thumb-image-wrapper {
  

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

#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6fe3a8ef-0367-4351-8fff-4f5613c79945 .shg-gallery-dot {
  background-color: #FFF;
}

#s-aa75d1ea-251e-45d5-8131-70dd424bd75f {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-68202cf2-7825-4d1f-84ad-45627f7b60d6 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-68202cf2-7825-4d1f-84ad-45627f7b60d6 {
  display: none;
}
#s-68202cf2-7825-4d1f-84ad-45627f7b60d6, #wrap-s-68202cf2-7825-4d1f-84ad-45627f7b60d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68202cf2-7825-4d1f-84ad-45627f7b60d6 {
  display: none;
}
#s-68202cf2-7825-4d1f-84ad-45627f7b60d6, #wrap-s-68202cf2-7825-4d1f-84ad-45627f7b60d6 { display:none !important; }}
#s-302a8716-961a-4fd8-954b-7ed5cefc4b5d {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-302a8716-961a-4fd8-954b-7ed5cefc4b5d {
  display: none;
}
#s-302a8716-961a-4fd8-954b-7ed5cefc4b5d, #wrap-s-302a8716-961a-4fd8-954b-7ed5cefc4b5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-302a8716-961a-4fd8-954b-7ed5cefc4b5d {
  display: none;
}
#s-302a8716-961a-4fd8-954b-7ed5cefc4b5d, #wrap-s-302a8716-961a-4fd8-954b-7ed5cefc4b5d { display:none !important; }}
#s-302a8716-961a-4fd8-954b-7ed5cefc4b5d hr {
  border-top: 2px solid #ddd;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-982e8486-9eba-49cf-ab45-9413c90dc831 {
  display: none;
}
#s-982e8486-9eba-49cf-ab45-9413c90dc831, #wrap-s-982e8486-9eba-49cf-ab45-9413c90dc831 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-982e8486-9eba-49cf-ab45-9413c90dc831 {
  display: none;
}
#s-982e8486-9eba-49cf-ab45-9413c90dc831, #wrap-s-982e8486-9eba-49cf-ab45-9413c90dc831 { display:none !important; }}
#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .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-982e8486-9eba-49cf-ab45-9413c90dc831 .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-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-982e8486-9eba-49cf-ab45-9413c90dc831 .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-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-982e8486-9eba-49cf-ab45-9413c90dc831-btn-wrapper {
    text-align: center;
  }


#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-variant-btn:hover {
  background: #252525;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-variant-btn:active, #s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-982e8486-9eba-49cf-ab45-9413c90dc831 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 {
  margin-top: 4%;
margin-left: 13%;
margin-bottom: 2%;
margin-right: 13%;
text-align: center;
}
@media (min-width: 1200px){#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 {
  display: none;
}
#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482, #wrap-s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 {
  display: none;
}
#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482, #wrap-s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 { display:none !important; }}
#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-7c7d17a1-12a5-4be4-ad13-a3a3df19d482 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-df65a048-ddd0-42e1-a2ce-93f1189f99f3 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-981c8960-e111-40ba-b085-012960e304c4 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-981c8960-e111-40ba-b085-012960e304c4 {
  display: none;
}
#s-981c8960-e111-40ba-b085-012960e304c4, #wrap-s-981c8960-e111-40ba-b085-012960e304c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-981c8960-e111-40ba-b085-012960e304c4 {
  display: none;
}
#s-981c8960-e111-40ba-b085-012960e304c4, #wrap-s-981c8960-e111-40ba-b085-012960e304c4 { display:none !important; }}@media (max-width: 767px){#s-981c8960-e111-40ba-b085-012960e304c4 {
  
}
}
@media (min-width: 0px) {
[id="s-981c8960-e111-40ba-b085-012960e304c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-981c8960-e111-40ba-b085-012960e304c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-981c8960-e111-40ba-b085-012960e304c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-981c8960-e111-40ba-b085-012960e304c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ff376d30-d871-4102-a82f-c8b852d570d6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-7f03eed6-af70-462e-8e31-004ac6a8c14c {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-7f03eed6-af70-462e-8e31-004ac6a8c14c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-7f03eed6-af70-462e-8e31-004ac6a8c14c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-7f03eed6-af70-462e-8e31-004ac6a8c14c .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-da08d999-5601-4204-a764-588735741456 {
  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-da08d999-5601-4204-a764-588735741456:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-da08d999-5601-4204-a764-588735741456:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-da08d999-5601-4204-a764-588735741456 {
  display: none;
}
#s-da08d999-5601-4204-a764-588735741456, #wrap-s-da08d999-5601-4204-a764-588735741456 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da08d999-5601-4204-a764-588735741456 {
  display: none;
}
#s-da08d999-5601-4204-a764-588735741456, #wrap-s-da08d999-5601-4204-a764-588735741456 { display:none !important; }}


#s-da08d999-5601-4204-a764-588735741456 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da08d999-5601-4204-a764-588735741456.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da08d999-5601-4204-a764-588735741456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-da08d999-5601-4204-a764-588735741456.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}



#s-c6395f2f-6d26-40db-a10b-56b7ef03da34 {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-8c5ca548-d742-404b-8b99-b9d9be89d01e {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-8c5ca548-d742-404b-8b99-b9d9be89d01e {
  display: none;
}
#s-8c5ca548-d742-404b-8b99-b9d9be89d01e, #wrap-s-8c5ca548-d742-404b-8b99-b9d9be89d01e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c5ca548-d742-404b-8b99-b9d9be89d01e {
  display: none;
}
#s-8c5ca548-d742-404b-8b99-b9d9be89d01e, #wrap-s-8c5ca548-d742-404b-8b99-b9d9be89d01e { display:none !important; }}







#s-8c5ca548-d742-404b-8b99-b9d9be89d01e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5ca548-d742-404b-8b99-b9d9be89d01e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aefb691-a9bc-48a2-a86b-86159356ab1d {
  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-6aefb691-a9bc-48a2-a86b-86159356ab1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aefb691-a9bc-48a2-a86b-86159356ab1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aefb691-a9bc-48a2-a86b-86159356ab1d {
  
}
}@media (max-width: 767px){#s-6aefb691-a9bc-48a2-a86b-86159356ab1d {
  
}
}







#s-6aefb691-a9bc-48a2-a86b-86159356ab1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-6aefb691-a9bc-48a2-a86b-86159356ab1d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2f68f39-9525-4b23-ab73-f7fc0f9963ef {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-d2f68f39-9525-4b23-ab73-f7fc0f9963ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d2f68f39-9525-4b23-ab73-f7fc0f9963ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2f68f39-9525-4b23-ab73-f7fc0f9963ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2f68f39-9525-4b23-ab73-f7fc0f9963ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a9a25dfa-354e-4a67-996e-7e8f50252f2a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a9a25dfa-354e-4a67-996e-7e8f50252f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9a25dfa-354e-4a67-996e-7e8f50252f2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-248ba77a-d724-4781-b86a-18b5c774084f .shogun-icon-wrapper {
  text-align: center;
}


#s-248ba77a-d724-4781-b86a-18b5c774084f .shogun-icon-wrapper > .shogun-icon {

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

#s-535a8f43-8d8a-4763-bb6a-b757aae66e8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-535a8f43-8d8a-4763-bb6a-b757aae66e8f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-0946a621-1a11-4b04-a29f-404a1fdbbfbd {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-0946a621-1a11-4b04-a29f-404a1fdbbfbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0946a621-1a11-4b04-a29f-404a1fdbbfbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ec506da-bf88-4ba3-8190-7d0c9cfa81e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-5ec506da-bf88-4ba3-8190-7d0c9cfa81e7 .shogun-icon-wrapper > .shogun-icon {

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

#s-f1036a1c-f012-419a-9dd2-e0997c7e67af {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1036a1c-f012-419a-9dd2-e0997c7e67af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-4d0d8a1b-aefa-45f7-b0b0-a3fb5f7767b2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-4d0d8a1b-aefa-45f7-b0b0-a3fb5f7767b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d0d8a1b-aefa-45f7-b0b0-a3fb5f7767b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-995d9814-c25f-47a0-9ff9-96c71edb8a1a .shogun-icon-wrapper {
  text-align: center;
}


#s-995d9814-c25f-47a0-9ff9-96c71edb8a1a .shogun-icon-wrapper > .shogun-icon {

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

#s-86f3c726-00d8-4c82-990a-7a5de9a2b264 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86f3c726-00d8-4c82-990a-7a5de9a2b264 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-72b9e321-16b8-44a9-88be-255030fc2587 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bfd78fce-6d9e-4e0d-996e-a9b86c4a597a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-bfd78fce-6d9e-4e0d-996e-a9b86c4a597a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfd78fce-6d9e-4e0d-996e-a9b86c4a597a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39bcec77-8e81-4d39-b3e0-4769d30ad64a .shogun-icon-wrapper {
  text-align: center;
}


#s-39bcec77-8e81-4d39-b3e0-4769d30ad64a .shogun-icon-wrapper > .shogun-icon {

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

#s-80f9290a-7fd6-42c9-b206-0341d3fcb509 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80f9290a-7fd6-42c9-b206-0341d3fcb509 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0 {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0 {
  display: none;
}
#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0, #wrap-s-bd435491-042d-45f3-a9b4-b8fae68d4ba0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0 {
  display: none;
}
#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0, #wrap-s-bd435491-042d-45f3-a9b4-b8fae68d4ba0 { display:none !important; }}







#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd435491-042d-45f3-a9b4-b8fae68d4ba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4cb3678-a151-49ba-b176-248f159c4600 {
  min-height: 50px;
}








#s-b4cb3678-a151-49ba-b176-248f159c4600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4cb3678-a151-49ba-b176-248f159c4600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dc03383-31b7-4292-b6c9-90961e830bee {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dc03383-31b7-4292-b6c9-90961e830bee .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-3d5e9405-88f8-45ea-a1c0-9f275715e1b3 {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-ccb47978-64b2-485b-b67b-acc98fbb32bc {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-ccb47978-64b2-485b-b67b-acc98fbb32bc {
  display: none;
}
#s-ccb47978-64b2-485b-b67b-acc98fbb32bc, #wrap-s-ccb47978-64b2-485b-b67b-acc98fbb32bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccb47978-64b2-485b-b67b-acc98fbb32bc {
  display: none;
}
#s-ccb47978-64b2-485b-b67b-acc98fbb32bc, #wrap-s-ccb47978-64b2-485b-b67b-acc98fbb32bc { display:none !important; }}







#s-ccb47978-64b2-485b-b67b-acc98fbb32bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccb47978-64b2-485b-b67b-acc98fbb32bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85 {
  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-edbfd17a-6274-4c52-b97d-4e2e1fff7e85 {
  display: none;
}
#s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85, #wrap-s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85 {
  display: none;
}
#s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85, #wrap-s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85 { display:none !important; }}







#s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edbfd17a-6274-4c52-b97d-4e2e1fff7e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a {
  display: none;
}
#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a, #wrap-s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a {
  display: none;
}
#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a, #wrap-s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a {
  display: none;
}
#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a, #wrap-s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a { display:none !important; }}
#s-18a15cfd-86c4-4e0f-b460-7b5acb0ce47a {
  display: none;
}
#s-9568559c-af38-47f0-899c-8440b7ee861b {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}



.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b img.shogun-image {
  width: 100%;
}



}

.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9568559c-af38-47f0-899c-8440b7ee861b img.shogun-image {
  width: 100%;
}




#s-fab687d8-8b2c-48e5-93c8-607c41c4f8bb {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-fab687d8-8b2c-48e5-93c8-607c41c4f8bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c3d7ad80-57e3-4304-a12d-4a32f9d0d460 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-feffea1e-3b2c-47a3-92f4-283cdf2e3619 {
  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-feffea1e-3b2c-47a3-92f4-283cdf2e3619:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-feffea1e-3b2c-47a3-92f4-283cdf2e3619:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-feffea1e-3b2c-47a3-92f4-283cdf2e3619 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-feffea1e-3b2c-47a3-92f4-283cdf2e3619.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-feffea1e-3b2c-47a3-92f4-283cdf2e3619.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-feffea1e-3b2c-47a3-92f4-283cdf2e3619.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 {
  display: none;
}
#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18, #wrap-s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 {
  display: none;
}
#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18, #wrap-s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 {
  display: none;
}
#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18, #wrap-s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 { display:none !important; }}







#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31799bc5-1d2e-48a4-82ae-d0d768d66e18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43878c24-cb81-4e8b-9d78-220f15837b1d {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-43878c24-cb81-4e8b-9d78-220f15837b1d {
  display: none;
}
#s-91dea67d-68ef-4976-b542-b45513e4ac50 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91dea67d-68ef-4976-b542-b45513e4ac50 img.shogun-image {
  width: 100%;
}




#s-e1a487c4-7cff-4555-a590-211782378042 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-e1a487c4-7cff-4555-a590-211782378042 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-41f7bd87-35f1-411f-bcbe-a54ce57e983e {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-a4617785-c191-40f4-b58d-461693af484e {
  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-a4617785-c191-40f4-b58d-461693af484e: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-a4617785-c191-40f4-b58d-461693af484e:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a4617785-c191-40f4-b58d-461693af484e-root {
    text-align: center;
  }


#s-a4617785-c191-40f4-b58d-461693af484e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4617785-c191-40f4-b58d-461693af484e-root {
    text-align: center;
  }


#s-a4617785-c191-40f4-b58d-461693af484e.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-a4617785-c191-40f4-b58d-461693af484e-root {
    text-align: center;
  }


#s-a4617785-c191-40f4-b58d-461693af484e.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-a4617785-c191-40f4-b58d-461693af484e-root {
    text-align: center;
  }


#s-a4617785-c191-40f4-b58d-461693af484e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4617785-c191-40f4-b58d-461693af484e-root {
    text-align: center;
  }


#s-a4617785-c191-40f4-b58d-461693af484e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-a4617785-c191-40f4-b58d-461693af484e-root {
    text-align: center;
  }


#s-a4617785-c191-40f4-b58d-461693af484e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c6f69407-b955-4701-8dd4-408fbac9f0f0 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c6f69407-b955-4701-8dd4-408fbac9f0f0 {
  display: none;
}
#s-c6f69407-b955-4701-8dd4-408fbac9f0f0, #wrap-s-c6f69407-b955-4701-8dd4-408fbac9f0f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6f69407-b955-4701-8dd4-408fbac9f0f0 {
  display: none;
}
#s-c6f69407-b955-4701-8dd4-408fbac9f0f0, #wrap-s-c6f69407-b955-4701-8dd4-408fbac9f0f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6f69407-b955-4701-8dd4-408fbac9f0f0 {
  
}
}@media (max-width: 767px){#s-c6f69407-b955-4701-8dd4-408fbac9f0f0 {
  display: none;
}
#s-c6f69407-b955-4701-8dd4-408fbac9f0f0, #wrap-s-c6f69407-b955-4701-8dd4-408fbac9f0f0 { display:none !important; }}







#s-c6f69407-b955-4701-8dd4-408fbac9f0f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f69407-b955-4701-8dd4-408fbac9f0f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f4b010b-a537-4e6d-a837-77cf293ba477 {
  display: none;
}
#s-1e6bf03a-f872-40d7-952d-c73febd00e83 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e6bf03a-f872-40d7-952d-c73febd00e83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-13186c8c-ff70-4c7b-8c7f-46ed4a38e1b0 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-13186c8c-ff70-4c7b-8c7f-46ed4a38e1b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13186c8c-ff70-4c7b-8c7f-46ed4a38e1b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0f1f0f6-9edc-48f8-9078-939067df717c {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0f1f0f6-9edc-48f8-9078-939067df717c img.shogun-image {
  width: 100%;
}




#s-f6a75102-e4b3-42a1-beef-2e27895fd0e3 {
  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-f6a75102-e4b3-42a1-beef-2e27895fd0e3:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6a75102-e4b3-42a1-beef-2e27895fd0e3:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f6a75102-e4b3-42a1-beef-2e27895fd0e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6a75102-e4b3-42a1-beef-2e27895fd0e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6a75102-e4b3-42a1-beef-2e27895fd0e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f6a75102-e4b3-42a1-beef-2e27895fd0e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f6a75102-e4b3-42a1-beef-2e27895fd0e3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-35920bbe-ba7c-4897-b2ab-6a822ad492dd {
  min-height: 50px;
}








#s-35920bbe-ba7c-4897-b2ab-6a822ad492dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35920bbe-ba7c-4897-b2ab-6a822ad492dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82250063-fa98-4e31-85b0-91429b912890 {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-82250063-fa98-4e31-85b0-91429b912890 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3c887e3f-bb71-4f39-933d-a43a18374271 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-01ff14b0-ebfc-4cbf-8e1b-6ac6cf97f759 {
  min-height: 50px;
}








#s-01ff14b0-ebfc-4cbf-8e1b-6ac6cf97f759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ff14b0-ebfc-4cbf-8e1b-6ac6cf97f759.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad921081-e75f-4563-9bf5-7e39f9966f29 {
  display: none;
}
#s-4edec1df-1623-4992-9142-bcc1939caef2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4edec1df-1623-4992-9142-bcc1939caef2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-afd77a97-e52b-44ff-930d-b77efd5af2de {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-afd77a97-e52b-44ff-930d-b77efd5af2de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afd77a97-e52b-44ff-930d-b77efd5af2de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-191aef9a-f999-41f5-8c08-476e745a8384 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-191aef9a-f999-41f5-8c08-476e745a8384 img.shogun-image {
  width: 100%;
}




#s-7930b872-056c-4b71-86e4-ccea6f46ff92 {
  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-7930b872-056c-4b71-86e4-ccea6f46ff92: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-7930b872-056c-4b71-86e4-ccea6f46ff92:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7930b872-056c-4b71-86e4-ccea6f46ff92-root {
    text-align: center;
  }


#s-7930b872-056c-4b71-86e4-ccea6f46ff92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7930b872-056c-4b71-86e4-ccea6f46ff92-root {
    text-align: center;
  }


#s-7930b872-056c-4b71-86e4-ccea6f46ff92.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-7930b872-056c-4b71-86e4-ccea6f46ff92-root {
    text-align: center;
  }


#s-7930b872-056c-4b71-86e4-ccea6f46ff92.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-7930b872-056c-4b71-86e4-ccea6f46ff92-root {
    text-align: center;
  }


#s-7930b872-056c-4b71-86e4-ccea6f46ff92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7930b872-056c-4b71-86e4-ccea6f46ff92-root {
    text-align: center;
  }


#s-7930b872-056c-4b71-86e4-ccea6f46ff92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
  #s-7930b872-056c-4b71-86e4-ccea6f46ff92-root {
    text-align: center;
  }


#s-7930b872-056c-4b71-86e4-ccea6f46ff92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-519904c8-9aac-484f-91f5-43d63a62cccc {
  min-height: 50px;
}








#s-519904c8-9aac-484f-91f5-43d63a62cccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519904c8-9aac-484f-91f5-43d63a62cccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05aa95a5-7053-4970-9753-df93615071fc {
  margin-top: 5%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-05aa95a5-7053-4970-9753-df93615071fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-789bdb73-a11c-447b-a479-e214424a2b05 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-15126e97-d226-472e-8a9c-46669c5dcef9 {
  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-15126e97-d226-472e-8a9c-46669c5dcef9 {
  display: none;
}
#s-15126e97-d226-472e-8a9c-46669c5dcef9, #wrap-s-15126e97-d226-472e-8a9c-46669c5dcef9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15126e97-d226-472e-8a9c-46669c5dcef9 {
  display: none;
}
#s-15126e97-d226-472e-8a9c-46669c5dcef9, #wrap-s-15126e97-d226-472e-8a9c-46669c5dcef9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15126e97-d226-472e-8a9c-46669c5dcef9 {
  
}
}@media (max-width: 767px){#s-15126e97-d226-472e-8a9c-46669c5dcef9 {
  display: none;
}
#s-15126e97-d226-472e-8a9c-46669c5dcef9, #wrap-s-15126e97-d226-472e-8a9c-46669c5dcef9 { display:none !important; }}







#s-15126e97-d226-472e-8a9c-46669c5dcef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15126e97-d226-472e-8a9c-46669c5dcef9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20b65a48-5423-4654-a155-f5d16e1c1831 {
  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-20b65a48-5423-4654-a155-f5d16e1c1831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b65a48-5423-4654-a155-f5d16e1c1831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a918d078-bcbe-4b33-b0bf-6a83604f8cc0 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a918d078-bcbe-4b33-b0bf-6a83604f8cc0 .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-8955e3f1-9713-49a5-8766-97c09186ebb9 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8955e3f1-9713-49a5-8766-97c09186ebb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8955e3f1-9713-49a5-8766-97c09186ebb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8955e3f1-9713-49a5-8766-97c09186ebb9 {
  
}
}@media (max-width: 767px){#s-8955e3f1-9713-49a5-8766-97c09186ebb9 {
  
}
}
#s-61b66850-b1a5-4832-a018-65e229904070 {
  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-61b66850-b1a5-4832-a018-65e229904070:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-61b66850-b1a5-4832-a018-65e229904070:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-61b66850-b1a5-4832-a018-65e229904070-root {
    text-align: center;
  }


#s-61b66850-b1a5-4832-a018-65e229904070.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-61b66850-b1a5-4832-a018-65e229904070-root {
    text-align: center;
  }


#s-61b66850-b1a5-4832-a018-65e229904070.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-61b66850-b1a5-4832-a018-65e229904070-root {
    text-align: center;
  }


#s-61b66850-b1a5-4832-a018-65e229904070.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-61b66850-b1a5-4832-a018-65e229904070-root {
    text-align: center;
  }


#s-61b66850-b1a5-4832-a018-65e229904070.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-61b66850-b1a5-4832-a018-65e229904070-root {
    text-align: center;
  }


#s-61b66850-b1a5-4832-a018-65e229904070.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc {
  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-85347d1f-ead9-4f39-9dcd-e84b82d0effc {
  display: none;
}
#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc, #wrap-s-85347d1f-ead9-4f39-9dcd-e84b82d0effc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc {
  display: none;
}
#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc, #wrap-s-85347d1f-ead9-4f39-9dcd-e84b82d0effc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc {
  display: none;
}
#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc, #wrap-s-85347d1f-ead9-4f39-9dcd-e84b82d0effc { display:none !important; }}@media (max-width: 767px){#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc {
  
}
}







#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85347d1f-ead9-4f39-9dcd-e84b82d0effc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08a2d12a-04bf-42cb-b095-23c1b0046748 {
  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-08a2d12a-04bf-42cb-b095-23c1b0046748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08a2d12a-04bf-42cb-b095-23c1b0046748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f12c899-9169-4cc2-8c00-c036dbb5de11 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8f12c899-9169-4cc2-8c00-c036dbb5de11 .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-70c10052-3721-424e-805d-5ea6b9acf090 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-70c10052-3721-424e-805d-5ea6b9acf090 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70c10052-3721-424e-805d-5ea6b9acf090 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70c10052-3721-424e-805d-5ea6b9acf090 {
  
}
}@media (max-width: 767px){#s-70c10052-3721-424e-805d-5ea6b9acf090 {
  
}
}
#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04 {
  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-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04-root {
    text-align: center;
  }


#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04.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-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04-root {
    text-align: center;
  }


#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04.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-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04-root {
    text-align: center;
  }


#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04.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-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04-root {
    text-align: center;
  }


#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04.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-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04-root {
    text-align: center;
  }


#s-1dd3ed0a-53a2-4b13-90e5-15ff6dadca04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-0499250c-87fc-4e32-bb75-079e1addeed2 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-0499250c-87fc-4e32-bb75-079e1addeed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0499250c-87fc-4e32-bb75-079e1addeed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50425969-3434-48db-8862-f0301a43b4ce {
  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-50425969-3434-48db-8862-f0301a43b4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50425969-3434-48db-8862-f0301a43b4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80f36344-3a65-4d28-9353-793e41b3b6b1 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80f36344-3a65-4d28-9353-793e41b3b6b1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-cf5a1722-9896-4ed0-9177-d7fed2ada110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf5a1722-9896-4ed0-9177-d7fed2ada110 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-4ba763eb-2a77-482e-bf45-35dc93a820bf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4ba763eb-2a77-482e-bf45-35dc93a820bf {
  display: none;
}
#s-4ba763eb-2a77-482e-bf45-35dc93a820bf, #wrap-s-4ba763eb-2a77-482e-bf45-35dc93a820bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ba763eb-2a77-482e-bf45-35dc93a820bf {
  display: none;
}
#s-4ba763eb-2a77-482e-bf45-35dc93a820bf, #wrap-s-4ba763eb-2a77-482e-bf45-35dc93a820bf { display:none !important; }}







#s-4ba763eb-2a77-482e-bf45-35dc93a820bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ba763eb-2a77-482e-bf45-35dc93a820bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36c7e3eb-cdba-410b-a705-0a5dcf980426 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-36c7e3eb-cdba-410b-a705-0a5dcf980426 .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-87aca509-4608-4002-a495-e8e84781e682 {
  display: none;
}
#s-87aca509-4608-4002-a495-e8e84781e682, #wrap-s-87aca509-4608-4002-a495-e8e84781e682 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87aca509-4608-4002-a495-e8e84781e682 {
  display: none;
}
#s-87aca509-4608-4002-a495-e8e84781e682, #wrap-s-87aca509-4608-4002-a495-e8e84781e682 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87aca509-4608-4002-a495-e8e84781e682 {
  display: none;
}
#s-87aca509-4608-4002-a495-e8e84781e682, #wrap-s-87aca509-4608-4002-a495-e8e84781e682 { display:none !important; }}
@media (min-width: 0px) {
[id="s-87aca509-4608-4002-a495-e8e84781e682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87aca509-4608-4002-a495-e8e84781e682"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87aca509-4608-4002-a495-e8e84781e682"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87aca509-4608-4002-a495-e8e84781e682"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07de1cfa-dcbb-4166-a9d4-c42c4dc84edc {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-07de1cfa-dcbb-4166-a9d4-c42c4dc84edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07de1cfa-dcbb-4166-a9d4-c42c4dc84edc.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-687acf08-c8a7-4fd2-b777-a0157d23eb4f {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-687acf08-c8a7-4fd2-b777-a0157d23eb4f img.shogun-image {
    

    
    
    
  }


#s-687acf08-c8a7-4fd2-b777-a0157d23eb4f .shogun-image-content {
  
    align-items: center;
  
}

#s-bc18792a-5e48-42a5-af74-0a9609b0496a {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc18792a-5e48-42a5-af74-0a9609b0496a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-79f7fa2b-2c83-4c28-bd74-93991d32a508 {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ac14eb41-854f-4cd4-963d-6e1c89cbf472 {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-49584231-7694-4a8e-97d6-fac9e6dd880f {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-49584231-7694-4a8e-97d6-fac9e6dd880f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49584231-7694-4a8e-97d6-fac9e6dd880f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af1eddeb-4e41-44bc-b8f9-b2b6aeac480c {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-af1eddeb-4e41-44bc-b8f9-b2b6aeac480c img.shogun-image {
    

    
    
    
  }


#s-af1eddeb-4e41-44bc-b8f9-b2b6aeac480c .shogun-image-content {
  
    align-items: center;
  
}

#s-51f992c6-cdf1-4acf-866c-29a41378198e {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51f992c6-cdf1-4acf-866c-29a41378198e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-18822574-98e5-4ff0-8ef9-ead60c17662e {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-01dfecc6-72e3-4027-bfb9-91b89dc3193e {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-4c33c200-1be9-460d-a589-956eda2b9528 {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-4c33c200-1be9-460d-a589-956eda2b9528 {
  display: none;
}
#s-4c33c200-1be9-460d-a589-956eda2b9528, #wrap-s-4c33c200-1be9-460d-a589-956eda2b9528 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c33c200-1be9-460d-a589-956eda2b9528 {
  display: none;
}
#s-4c33c200-1be9-460d-a589-956eda2b9528, #wrap-s-4c33c200-1be9-460d-a589-956eda2b9528 { display:none !important; }}@media (max-width: 767px){#s-4c33c200-1be9-460d-a589-956eda2b9528 {
  display: none;
}
#s-4c33c200-1be9-460d-a589-956eda2b9528, #wrap-s-4c33c200-1be9-460d-a589-956eda2b9528 { display:none !important; }}







#s-4c33c200-1be9-460d-a589-956eda2b9528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c33c200-1be9-460d-a589-956eda2b9528.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6dc912af-84b3-4c1f-b0dd-8ac4c805e97a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-04c37ef6-2dbb-4295-be7d-2ef5fd2cd5b9 {
  min-height: 50px;
}








#s-04c37ef6-2dbb-4295-be7d-2ef5fd2cd5b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04c37ef6-2dbb-4295-be7d-2ef5fd2cd5b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da565dae-da91-4897-81a4-002005deef97 {
  text-align: center;
}







  #s-da565dae-da91-4897-81a4-002005deef97 img.shogun-image {
    

    
    
    
  }


#s-da565dae-da91-4897-81a4-002005deef97 .shogun-image-content {
  
    align-items: center;
  
}

#s-666496cb-1d77-427c-8f47-e580af48fa5d {
  min-height: 50px;
}








#s-666496cb-1d77-427c-8f47-e580af48fa5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-666496cb-1d77-427c-8f47-e580af48fa5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53c122d0-cce1-4258-801c-2756dc870417 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53c122d0-cce1-4258-801c-2756dc870417 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-65fff18e-55c6-4b55-af9a-1c4559afa6e9 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-ac502602-3226-43f0-b614-cec281dbc477 {
  margin-bottom: 2%;
}

#s-11dde161-b239-4dc5-beab-2e48b7814202 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11dde161-b239-4dc5-beab-2e48b7814202"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2ecc2ecd-4854-476f-80ea-b3cf6f68b65c {
  min-height: 50px;
}








#s-2ecc2ecd-4854-476f-80ea-b3cf6f68b65c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ecc2ecd-4854-476f-80ea-b3cf6f68b65c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c890c35-9dc7-481d-9f4a-c4d3d50185a1 {
  text-align: center;
}







  #s-1c890c35-9dc7-481d-9f4a-c4d3d50185a1 img.shogun-image {
    

    
    
    
  }


#s-1c890c35-9dc7-481d-9f4a-c4d3d50185a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b48707c3-b74d-48be-bf51-805ca568b890 {
  min-height: 50px;
}








#s-b48707c3-b74d-48be-bf51-805ca568b890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b48707c3-b74d-48be-bf51-805ca568b890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1130a5f5-b637-41d4-9761-a550f9f11562 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1130a5f5-b637-41d4-9761-a550f9f11562 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-4306b572-656e-4ef3-bc9a-20683feaa8b4 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-d5720d75-47fa-4066-ba94-782053e6ac16 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-711fef64-07ff-4928-8129-1596b3ba8a80 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-711fef64-07ff-4928-8129-1596b3ba8a80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-711fef64-07ff-4928-8129-1596b3ba8a80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-711fef64-07ff-4928-8129-1596b3ba8a80 {
  display: none;
}
#s-711fef64-07ff-4928-8129-1596b3ba8a80, #wrap-s-711fef64-07ff-4928-8129-1596b3ba8a80 { display:none !important; }}@media (max-width: 767px){#s-711fef64-07ff-4928-8129-1596b3ba8a80 {
  display: none;
}
#s-711fef64-07ff-4928-8129-1596b3ba8a80, #wrap-s-711fef64-07ff-4928-8129-1596b3ba8a80 { display:none !important; }}
@media (min-width: 0px) {
[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-711fef64-07ff-4928-8129-1596b3ba8a80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-de95c832-82c4-42f5-8c34-81beb82a42f5 {
  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-de95c832-82c4-42f5-8c34-81beb82a42f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de95c832-82c4-42f5-8c34-81beb82a42f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de95c832-82c4-42f5-8c34-81beb82a42f5 {
  
}
}@media (max-width: 767px){#s-de95c832-82c4-42f5-8c34-81beb82a42f5 {
  
}
}







#s-de95c832-82c4-42f5-8c34-81beb82a42f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de95c832-82c4-42f5-8c34-81beb82a42f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-de21919f-d639-463f-9183-7e4ebdc2b3e9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-de21919f-d639-463f-9183-7e4ebdc2b3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de21919f-d639-463f-9183-7e4ebdc2b3e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f3037b3b-734a-4e1a-bb1d-53052d0c0f96 {
  min-height: 42px;
}








#s-f3037b3b-734a-4e1a-bb1d-53052d0c0f96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3037b3b-734a-4e1a-bb1d-53052d0c0f96.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff4ffefa-38ee-40aa-bcc9-b79ca4c3c562 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ff4ffefa-38ee-40aa-bcc9-b79ca4c3c562 .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-e7124449-5aa0-4990-aeac-f53a6808b585 {
  margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-e7124449-5aa0-4990-aeac-f53a6808b585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7124449-5aa0-4990-aeac-f53a6808b585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8216490d-71c1-45dd-be2f-e05480c8b0c5 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8216490d-71c1-45dd-be2f-e05480c8b0c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-eb3d6364-354d-4a4c-893e-d0f514565580 {
  min-height: 50px;
}








#s-eb3d6364-354d-4a4c-893e-d0f514565580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb3d6364-354d-4a4c-893e-d0f514565580.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78778c96-c41b-4efc-bcbf-c08058762c87 {
  text-align: center;
}







  #s-78778c96-c41b-4efc-bcbf-c08058762c87 img.shogun-image {
    

    
    
    
  }


#s-78778c96-c41b-4efc-bcbf-c08058762c87 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5da9e27-6c0f-47a7-ad96-f92808690442 {
  min-height: 50px;
}








#s-d5da9e27-6c0f-47a7-ad96-f92808690442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5da9e27-6c0f-47a7-ad96-f92808690442.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883e4790-3fca-4afc-99ec-3db4383ed348 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-883e4790-3fca-4afc-99ec-3db4383ed348 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-86855f0f-deac-48cf-936b-12c056e8ac38 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-95789bd2-e63a-417b-8478-85faab198bda {
  margin-bottom: 2%;
}

#s-afaec973-9920-46e9-b3ea-08448eecb82a {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afaec973-9920-46e9-b3ea-08448eecb82a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c1406a89-a727-47e7-80d6-6c2bf02b2546 {
  min-height: 50px;
}








#s-c1406a89-a727-47e7-80d6-6c2bf02b2546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1406a89-a727-47e7-80d6-6c2bf02b2546.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a54fefb-5311-47ca-8a63-10f249a4758f {
  text-align: center;
}







  #s-6a54fefb-5311-47ca-8a63-10f249a4758f img.shogun-image {
    

    
    
    
  }


#s-6a54fefb-5311-47ca-8a63-10f249a4758f .shogun-image-content {
  
    align-items: center;
  
}

#s-fc5dea2a-daec-4580-a880-49b9011b830e {
  min-height: 50px;
}








#s-fc5dea2a-daec-4580-a880-49b9011b830e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc5dea2a-daec-4580-a880-49b9011b830e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-212fbefc-12a0-41dc-80fe-5c728320acf1 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-212fbefc-12a0-41dc-80fe-5c728320acf1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-c3d2d769-bfe0-4fe6-953a-e6b84fb7e0de {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-1ceb135d-c592-4e30-8774-0d85fc752708 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-72378e15-6667-49cb-b89d-dba8edac1966 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-72378e15-6667-49cb-b89d-dba8edac1966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72378e15-6667-49cb-b89d-dba8edac1966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b {
  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-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b {
  
}
}@media (max-width: 767px){#s-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b {
  
}
}







#s-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-d92e2bd7-3b29-4e78-8ac0-5b99a7fe831b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d25dd5d9-703b-4872-bdf5-aebc92786e68 {
  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-d25dd5d9-703b-4872-bdf5-aebc92786e68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d25dd5d9-703b-4872-bdf5-aebc92786e68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d25dd5d9-703b-4872-bdf5-aebc92786e68 {
  
}
}@media (max-width: 767px){#s-d25dd5d9-703b-4872-bdf5-aebc92786e68 {
  
}
}
#s-d25dd5d9-703b-4872-bdf5-aebc92786e68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2e1b791c-934a-4e32-bbae-958f9338c1a7 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 4%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2e1b791c-934a-4e32-bbae-958f9338c1a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2e1b791c-934a-4e32-bbae-958f9338c1a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e1b791c-934a-4e32-bbae-958f9338c1a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e1b791c-934a-4e32-bbae-958f9338c1a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7df019ac-16f0-40ad-be6e-f9867996eecb {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-7df019ac-16f0-40ad-be6e-f9867996eecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7df019ac-16f0-40ad-be6e-f9867996eecb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16903aec-c618-497a-9714-ce51423f666a {
  display: none;
}
#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 {
  text-align: left;
}



.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04645df0-4ac8-443c-bd59-8ea434bac3a9 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-c0457839-9820-4e31-813b-89e0e2c60008 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-c0457839-9820-4e31-813b-89e0e2c60008 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2b5d8887-f3ec-4eaa-8cef-b278bee5f1d6 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2b5d8887-f3ec-4eaa-8cef-b278bee5f1d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b5d8887-f3ec-4eaa-8cef-b278bee5f1d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e149e5b-47db-4460-8dce-a44a165e2ef2 {
  display: none;
}
#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 {
  text-align: left;
}



.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ecfa80-9af3-464a-9086-2e71fc3a8c00 img.shogun-image {
  width: 100%;
}




#s-7760504f-8ffe-4975-bf06-6939b1d2ccbd {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-7760504f-8ffe-4975-bf06-6939b1d2ccbd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-19affee5-672f-40cc-9968-fda6afc18572 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-19affee5-672f-40cc-9968-fda6afc18572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19affee5-672f-40cc-9968-fda6afc18572.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb1151a5-458a-4dbc-b4d4-189f049f2f62 {
  display: none;
}
#s-1d67da9c-6625-44d0-95d2-e4d537966edb {
  text-align: left;
}



.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d67da9c-6625-44d0-95d2-e4d537966edb img.shogun-image {
  width: 100%;
}




#s-2631f40d-2b5c-4368-9eb2-ef8d659407a2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-2631f40d-2b5c-4368-9eb2-ef8d659407a2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-32a7d9ac-97af-4292-a9c2-2f9f2f36165c {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-32a7d9ac-97af-4292-a9c2-2f9f2f36165c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32a7d9ac-97af-4292-a9c2-2f9f2f36165c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-322839d6-485e-4008-ac59-73d48aa87bf3 {
  display: none;
}
#s-777b0c18-ebec-43f0-97f7-7809b56eb058 {
  text-align: left;
}



.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-777b0c18-ebec-43f0-97f7-7809b56eb058 img.shogun-image {
  width: 100%;
}




#s-535714da-32d8-4e45-9b1b-2a15f7bb5755 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-535714da-32d8-4e45-9b1b-2a15f7bb5755 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5e39f6e4-9938-4d37-b068-4ddf28dbf565 {
  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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}