#s-d1dc9338-7a5d-4232-b370-be2c4bcf5943 {
  text-align: left;
}

#s-7bb8802d-e3b9-4633-8073-ddef49ed4bbb {
  padding-top: 0em;
padding-left: 0%;
padding-bottom: 0em;
padding-right: 0%;
}
@media (max-width: 767px){#s-7bb8802d-e3b9-4633-8073-ddef49ed4bbb {
  
}
}
#s-7bb8802d-e3b9-4633-8073-ddef49ed4bbb {
  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-bcee0d0b-3e2f-493b-9054-e236f1515822 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 900px;
}
@media (max-width: 767px){#s-bcee0d0b-3e2f-493b-9054-e236f1515822 {
  display: none;
}
#s-bcee0d0b-3e2f-493b-9054-e236f1515822, #wrap-s-bcee0d0b-3e2f-493b-9054-e236f1515822 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bcee0d0b-3e2f-493b-9054-e236f1515822"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-bcee0d0b-3e2f-493b-9054-e236f1515822"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bcee0d0b-3e2f-493b-9054-e236f1515822"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bcee0d0b-3e2f-493b-9054-e236f1515822"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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-a8249a65-ec9c-4336-bbd7-3a917a5006be {
  min-height: 50px;
}








#s-a8249a65-ec9c-4336-bbd7-3a917a5006be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8249a65-ec9c-4336-bbd7-3a917a5006be.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-5be60835-26b2-4fa7-92f8-a6f90f7901dd {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
text-align: left;
}



.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5be60835-26b2-4fa7-92f8-a6f90f7901dd 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-466a98a2-7fab-4bf9-8863-f801f069f2c2 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
text-align: left;
}

#s-466a98a2-7fab-4bf9-8863-f801f069f2c2 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 5px;
  padding-bottom: 5px;
}

#s-466a98a2-7fab-4bf9-8863-f801f069f2c2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-466a98a2-7fab-4bf9-8863-f801f069f2c2 .shg-gallery-thumb-list-margin {
  margin-right: -5px;
}

#s-466a98a2-7fab-4bf9-8863-f801f069f2c2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-466a98a2-7fab-4bf9-8863-f801f069f2c2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-466a98a2-7fab-4bf9-8863-f801f069f2c2 .shg-gallery-dot {
  background-color: #FFF;
}

.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-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 {
  display: none;
}
#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817, #wrap-s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 {
  display: none;
}
#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817, #wrap-s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 {
  display: none;
}
#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817, #wrap-s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 { display:none !important; }}
#s-aa4fc3c6-1b2a-4bb4-87fb-c14f8faa8817 .shg-product-title-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-10252273-16cb-469e-9c6f-bd1e18fa6674 {
  min-height: 50px;
}








#s-10252273-16cb-469e-9c6f-bd1e18fa6674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10252273-16cb-469e-9c6f-bd1e18fa6674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81dd0208-6c98-49cd-a3fd-8f41d1fc730a {
  text-align: left;
}

#s-f91d9b8d-d5d2-4576-97ba-31168e5f9c05 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f91d9b8d-d5d2-4576-97ba-31168e5f9c05 {
  
}
}@media (max-width: 767px){#s-f91d9b8d-d5d2-4576-97ba-31168e5f9c05 {
  display: none;
}
#s-f91d9b8d-d5d2-4576-97ba-31168e5f9c05, #wrap-s-f91d9b8d-d5d2-4576-97ba-31168e5f9c05 { display:none !important; }}
#s-f91d9b8d-d5d2-4576-97ba-31168e5f9c05 .shg-product-title-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:   ;
  font-family: GT Sectra Display;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
}

.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-41e65cbc-5f3e-4cc9-a37c-4f4c1f1317fe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-41e65cbc-5f3e-4cc9-a37c-4f4c1f1317fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41e65cbc-5f3e-4cc9-a37c-4f4c1f1317fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41e65cbc-5f3e-4cc9-a37c-4f4c1f1317fe {
  
}
}@media (max-width: 767px){#s-41e65cbc-5f3e-4cc9-a37c-4f4c1f1317fe {
  
}
}
#s-3f1d939d-ba97-4f23-84f1-7af213802f0c {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 5%;
}

#s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c850cb0-a0ef-44c5-a3e8-73d544d71d4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-78763b80-984f-43b4-8345-d237cc364ffb {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-78763b80-984f-43b4-8345-d237cc364ffb .shg-product-sold-out {
  display: none;
  color: rgba(94, 113, 157, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: 'GT Sectra Display';
  font-style:  normal ;
}

#s-78763b80-984f-43b4-8345-d237cc364ffb .shg-product-price {
  color: rgba(94, 113, 157, 1);
  font-weight:   ;
  font-family: 'GT Sectra Display';
  font-style:  normal ;
  font-size: 20px;
}

#s-78763b80-984f-43b4-8345-d237cc364ffb .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-2ce63516-3aad-4e0b-b696-a70094616e5f {
  margin-right: 10%;
}

.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-16fad5f3-ebdb-458b-b898-f670f3453af9 {
  box-shadow:2px 3px 7px 1px rgba(0, 0, 0, 0.3);
margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 2px;
background-color: rgba(245, 131, 81, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-16fad5f3-ebdb-458b-b898-f670f3453af9:hover {background-color: rgba(94, 113, 157, 0.61) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16fad5f3-ebdb-458b-b898-f670f3453af9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16fad5f3-ebdb-458b-b898-f670f3453af9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16fad5f3-ebdb-458b-b898-f670f3453af9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16fad5f3-ebdb-458b-b898-f670f3453af9.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: 'TT Commons';
  display:  block ;
}

#s-16fad5f3-ebdb-458b-b898-f670f3453af9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16fad5f3-ebdb-458b-b898-f670f3453af9.shg-btn.shg-product-atc-success {
    
    font-family: TT Commons;
    
    
    
  }


#s-eda454ae-a49d-4402-83b1-8d92363ffce8 {
  margin-top: 7px;
margin-bottom: 5px;
margin-right: 5%;
background-color: rgba(94, 113, 157, 0);
}

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

.shg-product-selector-hidden {
  display: none;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 {
  display: none;
}
#s-a70b7709-a655-4df0-b6dc-7bba77af99f0, #wrap-s-a70b7709-a655-4df0-b6dc-7bba77af99f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 {
  display: none;
}
#s-a70b7709-a655-4df0-b6dc-7bba77af99f0, #wrap-s-a70b7709-a655-4df0-b6dc-7bba77af99f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 {
  display: none;
}
#s-a70b7709-a655-4df0-b6dc-7bba77af99f0, #wrap-s-a70b7709-a655-4df0-b6dc-7bba77af99f0 { display:none !important; }}@media (max-width: 767px){#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 {
  display: none;
}
#s-a70b7709-a655-4df0-b6dc-7bba77af99f0, #wrap-s-a70b7709-a655-4df0-b6dc-7bba77af99f0 { display:none !important; }}
#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .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-a70b7709-a655-4df0-b6dc-7bba77af99f0 .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-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a70b7709-a655-4df0-b6dc-7bba77af99f0-btn-wrapper {
    text-align: center;
  }


#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-variant-btn:hover {
  background: #252525;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-variant-btn:active, #s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a70b7709-a655-4df0-b6dc-7bba77af99f0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf {
  margin-left: auto;
margin-right: auto;
max-width: 1250px;
}
@media (min-width: 1200px){#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf {
  display: none;
}
#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf, #wrap-s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf {
  display: none;
}
#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf, #wrap-s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf {
  display: none;
}
#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf, #wrap-s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf { display:none !important; }}@media (max-width: 767px){#s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf {
  
}
}
@media (min-width: 0px) {
[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ffd865ea-29ff-4f5b-bc94-6d5e9c630ddf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

#s-70edd841-7864-4b40-bf53-7ca748a4de0b {
  margin-top: -20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-70edd841-7864-4b40-bf53-7ca748a4de0b .shg-product-title-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:   ;
  font-family: 'GT Sectra Display';
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}

#s-836225a8-0c7b-4c6c-b435-5aa815b0fb93 {
  margin-top: -7px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-836225a8-0c7b-4c6c-b435-5aa815b0fb93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-836225a8-0c7b-4c6c-b435-5aa815b0fb93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-836225a8-0c7b-4c6c-b435-5aa815b0fb93 {
  
}
}@media (max-width: 767px){#s-836225a8-0c7b-4c6c-b435-5aa815b0fb93 {
  
}
}
#s-5f0a2943-f540-43ef-874b-6df7ee433901 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}



.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f0a2943-f540-43ef-874b-6df7ee433901 img.shogun-image {
  width: 100%;
}



}
#s-87427406-f53e-4bc5-b63f-01f474380f24 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-87427406-f53e-4bc5-b63f-01f474380f24 .shg-gallery-thumb-image-wrapper {
  

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

#s-87427406-f53e-4bc5-b63f-01f474380f24 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-87427406-f53e-4bc5-b63f-01f474380f24 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-87427406-f53e-4bc5-b63f-01f474380f24 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-87427406-f53e-4bc5-b63f-01f474380f24 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-87427406-f53e-4bc5-b63f-01f474380f24 .shg-gallery-dot {
  background-color: #FFF;
}

#s-95c1a367-e355-4a9d-960f-73a17dc37c19 {
  min-height: 50px;
}








#s-95c1a367-e355-4a9d-960f-73a17dc37c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95c1a367-e355-4a9d-960f-73a17dc37c19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b112a42-0cb1-4368-9455-0277b691d4c7 {
  margin-top: -5px;
margin-left: 4%;
margin-bottom: -13px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-5b112a42-0cb1-4368-9455-0277b691d4c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b112a42-0cb1-4368-9455-0277b691d4c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b112a42-0cb1-4368-9455-0277b691d4c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b112a42-0cb1-4368-9455-0277b691d4c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c854251-5cdc-42e3-9c3e-d04e3e40b917 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-9c854251-5cdc-42e3-9c3e-d04e3e40b917 .shg-product-sold-out {
  display: none;
  color: rgba(94, 113, 157, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: 'GT Sectra Display';
  font-style:  normal ;
}

#s-9c854251-5cdc-42e3-9c3e-d04e3e40b917 .shg-product-price {
  color: rgba(94, 113, 157, 1);
  font-weight:   ;
  font-family: 'GT Sectra Display';
  font-style:  normal ;
  font-size: 25px;
}

#s-9c854251-5cdc-42e3-9c3e-d04e3e40b917 .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-5ec3f8d9-16fa-4d8a-96f4-742de2cfcc57 {
  margin-left: 12px;
margin-right: 12px;
padding-left: 0%;
padding-right: 0%;
}

#s-2af202d6-98f0-4b3b-8204-9804e813661f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-2af202d6-98f0-4b3b-8204-9804e813661f .shg-product-quantity-wrapper {
  display: flex;
}

#s-2af202d6-98f0-4b3b-8204-9804e813661f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2af202d6-98f0-4b3b-8204-9804e813661f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2af202d6-98f0-4b3b-8204-9804e813661f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2af202d6-98f0-4b3b-8204-9804e813661f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793 {
  display: none;
}
#s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793, #wrap-s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793 { display:none !important; }}@media (max-width: 767px){#s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793 {
  display: none;
}
#s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793, #wrap-s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793 { display:none !important; }}
#s-ec7a68a6-5165-4037-ae57-c8c5a8c8c793 .shg-product-title-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-b1c84d52-523e-4b7a-a04d-320931bc2b59 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1c84d52-523e-4b7a-a04d-320931bc2b59 {
  display: none;
}
#s-b1c84d52-523e-4b7a-a04d-320931bc2b59, #wrap-s-b1c84d52-523e-4b7a-a04d-320931bc2b59 { display:none !important; }}@media (max-width: 767px){#s-b1c84d52-523e-4b7a-a04d-320931bc2b59 {
  display: none;
}
#s-b1c84d52-523e-4b7a-a04d-320931bc2b59, #wrap-s-b1c84d52-523e-4b7a-a04d-320931bc2b59 { display:none !important; }}
#s-019521de-eb95-49bb-ab61-49c69095462c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-019521de-eb95-49bb-ab61-49c69095462c {
  display: none;
}
#s-019521de-eb95-49bb-ab61-49c69095462c, #wrap-s-019521de-eb95-49bb-ab61-49c69095462c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-019521de-eb95-49bb-ab61-49c69095462c {
  display: none;
}
#s-019521de-eb95-49bb-ab61-49c69095462c, #wrap-s-019521de-eb95-49bb-ab61-49c69095462c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-019521de-eb95-49bb-ab61-49c69095462c {
  display: none;
}
#s-019521de-eb95-49bb-ab61-49c69095462c, #wrap-s-019521de-eb95-49bb-ab61-49c69095462c { display:none !important; }}@media (max-width: 767px){#s-019521de-eb95-49bb-ab61-49c69095462c {
  display: none;
}
#s-019521de-eb95-49bb-ab61-49c69095462c, #wrap-s-019521de-eb95-49bb-ab61-49c69095462c { display:none !important; }}
#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .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-019521de-eb95-49bb-ab61-49c69095462c .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-019521de-eb95-49bb-ab61-49c69095462c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-019521de-eb95-49bb-ab61-49c69095462c-btn-wrapper {
    text-align: center;
  }


#s-019521de-eb95-49bb-ab61-49c69095462c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-variant-btn:hover {
  background: #252525;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-variant-btn:active, #s-019521de-eb95-49bb-ab61-49c69095462c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-019521de-eb95-49bb-ab61-49c69095462c .shg-variant-btn.disabled {
  background: #252525;
}

#s-bea3b329-5973-44b9-9ed5-9a732421011b {
  box-shadow:1px 2px 7px 1px rgba(0, 0, 0, 0.3);
margin-top: 20px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 2px;
background-color: rgba(245, 131, 81, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-bea3b329-5973-44b9-9ed5-9a732421011b:hover {background-color: rgba(94, 113, 157, 0.61) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bea3b329-5973-44b9-9ed5-9a732421011b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bea3b329-5973-44b9-9ed5-9a732421011b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bea3b329-5973-44b9-9ed5-9a732421011b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bea3b329-5973-44b9-9ed5-9a732421011b.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: 'TT Commons';
  display:  block ;
}

#s-bea3b329-5973-44b9-9ed5-9a732421011b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bea3b329-5973-44b9-9ed5-9a732421011b.shg-btn.shg-product-atc-success {
    
    font-family: 'TT Commons';
    
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
  }


#s-06c60b40-7e86-47d7-8c7c-c65c6e73fd7e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}








#s-06c60b40-7e86-47d7-8c7c-c65c6e73fd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06c60b40-7e86-47d7-8c7c-c65c6e73fd7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-471ad3e8-3af4-4865-822c-c617b78f525d {
  text-align: left;
}

#s-d3381ee1-a612-49e2-ae54-dc73e0e6d2f6 {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(94, 113, 157, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e5d0257e-e008-48d0-9333-618280b9650f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e5d0257e-e008-48d0-9333-618280b9650f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e5d0257e-e008-48d0-9333-618280b9650f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e5d0257e-e008-48d0-9333-618280b9650f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(94, 113, 157, 1);
}

#s-e5d0257e-e008-48d0-9333-618280b9650f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e5d0257e-e008-48d0-9333-618280b9650f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(94, 113, 157, 1);
  text-align: left;
  font-family: 'TT Commons';
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-e5d0257e-e008-48d0-9333-618280b9650f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-10385f0a-5e3e-4d4f-8b42-8029068a7e55 {
  margin-left: 20px;
margin-right: 20px;
}

#s-9cd43da5-2e8a-4584-b721-3cf7844f6955 {
  margin-left: 20px;
margin-right: 20px;
}

#s-052b5d4b-27e0-4d10-8a51-05f03998ec61 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1adabbb2-8b9f-4e2c-acd6-446d21d4c59e {
  margin-left: 20px;
margin-right: 20px;
}

#s-4db1f8ac-7449-4e89-b5db-25eac1e466cb {
  padding-bottom: 20px;
min-height: 50px;
background-color: rgba(230, 232, 240, 0.4);
}
@media (max-width: 767px){#s-4db1f8ac-7449-4e89-b5db-25eac1e466cb {
  display: none;
}
#s-4db1f8ac-7449-4e89-b5db-25eac1e466cb, #wrap-s-4db1f8ac-7449-4e89-b5db-25eac1e466cb { display:none !important; }}







#s-4db1f8ac-7449-4e89-b5db-25eac1e466cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4db1f8ac-7449-4e89-b5db-25eac1e466cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-232d5d4b-f4de-47c7-aefd-948e0e163f77 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: left;
}


  #s-232d5d4b-f4de-47c7-aefd-948e0e163f77 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-232d5d4b-f4de-47c7-aefd-948e0e163f77 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(230, 232, 240, 0);
    border: 1px solid rgba(230, 232, 240, 0);
  }
#s-232d5d4b-f4de-47c7-aefd-948e0e163f77 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(94, 113, 157, 1);
  font-family: 'TT Commons';
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-232d5d4b-f4de-47c7-aefd-948e0e163f77 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(94, 113, 157, 1);
}

#s-232d5d4b-f4de-47c7-aefd-948e0e163f77 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(230, 232, 240, 0);
}

#s-232d5d4b-f4de-47c7-aefd-948e0e163f77 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(230, 232, 240, 0);
}

#s-e9eb486b-3b21-4df5-b2c4-64f86542871d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}

#s-e9eb486b-3b21-4df5-b2c4-64f86542871d {
  background-image: url();
}








#s-e9eb486b-3b21-4df5-b2c4-64f86542871d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9eb486b-3b21-4df5-b2c4-64f86542871d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4e4ccb2-07f8-4008-b365-56b314435eb6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}

#s-b4e4ccb2-07f8-4008-b365-56b314435eb6 {
  background-image: url();
}








#s-b4e4ccb2-07f8-4008-b365-56b314435eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e4ccb2-07f8-4008-b365-56b314435eb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-466e0d73-9fa7-4bba-84ce-ec9f3104037b {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}

#s-466e0d73-9fa7-4bba-84ce-ec9f3104037b {
  background-image: url();
}








#s-466e0d73-9fa7-4bba-84ce-ec9f3104037b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466e0d73-9fa7-4bba-84ce-ec9f3104037b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43f6cc06-7d45-4a44-a7d8-59d30b9536e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-df4fc66b-d55d-4cff-b2f6-b01fb5daaace {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}

#s-df4fc66b-d55d-4cff-b2f6-b01fb5daaace {
  background-image: url();
}








#s-df4fc66b-d55d-4cff-b2f6-b01fb5daaace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df4fc66b-d55d-4cff-b2f6-b01fb5daaace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f19b5222-7610-437e-9c27-3b899882eb67 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 250, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f19b5222-7610-437e-9c27-3b899882eb67 {
  
}
}@media (max-width: 767px){#s-f19b5222-7610-437e-9c27-3b899882eb67 {
  display: none;
}
#s-f19b5222-7610-437e-9c27-3b899882eb67, #wrap-s-f19b5222-7610-437e-9c27-3b899882eb67 { display:none !important; }}







#s-f19b5222-7610-437e-9c27-3b899882eb67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f19b5222-7610-437e-9c27-3b899882eb67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ed6a23cb-ec88-4f36-b051-4f0ea24c3f29 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed6a23cb-ec88-4f36-b051-4f0ea24c3f29 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-a188dc31-e0e3-4ebb-90b0-58b71480a232 {
  min-height: 50px;
background-color: rgba(248, 250, 255, 1);
}








#s-a188dc31-e0e3-4ebb-90b0-58b71480a232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a188dc31-e0e3-4ebb-90b0-58b71480a232.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3fe8a88d-f86c-49d1-9581-d2fbfd121935"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3fe8a88d-f86c-49d1-9581-d2fbfd121935"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3fe8a88d-f86c-49d1-9581-d2fbfd121935"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3fe8a88d-f86c-49d1-9581-d2fbfd121935"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-7899865e-2223-43bf-a6ab-1b5a408e8ef5 {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 150px;
text-align: center;
}







  #s-7899865e-2223-43bf-a6ab-1b5a408e8ef5 img.shogun-image {
    

    
    
    
  }


#s-7899865e-2223-43bf-a6ab-1b5a408e8ef5 .shogun-image-content {
  
    align-items: center;
  
}

#s-57d0af97-7f7b-4394-a212-aae65b398444 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57d0af97-7f7b-4394-a212-aae65b398444 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-d62c4da1-c267-4407-bdbe-84111973123d {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 150px;
text-align: center;
}







  #s-d62c4da1-c267-4407-bdbe-84111973123d img.shogun-image {
    

    
    
    
  }


#s-d62c4da1-c267-4407-bdbe-84111973123d .shogun-image-content {
  
    align-items: center;
  
}

#s-ab13bae2-6dbd-41ee-8be2-9b7e58eb77b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab13bae2-6dbd-41ee-8be2-9b7e58eb77b6 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a8541ce3-2adb-49b8-aa00-ec8ede81a2dc {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 150px;
text-align: center;
}







  #s-a8541ce3-2adb-49b8-aa00-ec8ede81a2dc img.shogun-image {
    

    
    
    
  }


#s-a8541ce3-2adb-49b8-aa00-ec8ede81a2dc .shogun-image-content {
  
    align-items: center;
  
}

#s-78cccbc3-6d76-45da-8d9d-fd9a679316a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78cccbc3-6d76-45da-8d9d-fd9a679316a0 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-7d9fcb2b-49be-4906-a445-442b9e2b942b {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 150px;
text-align: center;
}







  #s-7d9fcb2b-49be-4906-a445-442b9e2b942b img.shogun-image {
    

    
    
    
  }


#s-7d9fcb2b-49be-4906-a445-442b9e2b942b .shogun-image-content {
  
    align-items: center;
  
}

#s-968eaae5-1c97-4506-91d6-63ad97c1dc3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-968eaae5-1c97-4506-91d6-63ad97c1dc3e .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fffb8ae9-e699-412e-a328-45227660c946 {
  margin-top: -1px;
margin-bottom: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 250, 255, 1);
}
@media (min-width: 1200px){#s-fffb8ae9-e699-412e-a328-45227660c946 {
  display: none;
}
#s-fffb8ae9-e699-412e-a328-45227660c946, #wrap-s-fffb8ae9-e699-412e-a328-45227660c946 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fffb8ae9-e699-412e-a328-45227660c946 {
  display: none;
}
#s-fffb8ae9-e699-412e-a328-45227660c946, #wrap-s-fffb8ae9-e699-412e-a328-45227660c946 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fffb8ae9-e699-412e-a328-45227660c946 {
  display: none;
}
#s-fffb8ae9-e699-412e-a328-45227660c946, #wrap-s-fffb8ae9-e699-412e-a328-45227660c946 { display:none !important; }}







#s-fffb8ae9-e699-412e-a328-45227660c946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fffb8ae9-e699-412e-a328-45227660c946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3d6ad7e-1137-4185-aad2-182a6bd4ffd5 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 1px;
text-align: center;
}

#s-b3d6ad7e-1137-4185-aad2-182a6bd4ffd5 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  font-family: "&#39;GT Sectra Display&#39;";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a0849fb3-bf13-4f2a-a3cd-43a2c784bd2a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a0849fb3-bf13-4f2a-a3cd-43a2c784bd2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0849fb3-bf13-4f2a-a3cd-43a2c784bd2a {
  
}
}
#s-a0849fb3-bf13-4f2a-a3cd-43a2c784bd2a .shg-sld-dot {
  background-color: rgba(94, 113, 157, 1);
}

#s-a0849fb3-bf13-4f2a-a3cd-43a2c784bd2a .shg-sld-nav-button.shg-sld-left,
#s-a0849fb3-bf13-4f2a-a3cd-43a2c784bd2a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(94, 113, 157, 1);
}

#s-3a4456d1-0e21-4c82-8068-9292ae76f3e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a4456d1-0e21-4c82-8068-9292ae76f3e8 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  font-family: "&#39;TT Commons&#39;";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-b39800f8-6ce4-40d0-bdf3-96fd67eab5ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b39800f8-6ce4-40d0-bdf3-96fd67eab5ba .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  font-family: "&#39;TT Commons&#39;";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-bf0967e2-cfa1-4218-a20e-bd2816a9c5b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf0967e2-cfa1-4218-a20e-bd2816a9c5b2 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  font-family: "&#39;TT Commons&#39;";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9fc27a66-810f-488a-b4ea-a336e7a48169 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fc27a66-810f-488a-b4ea-a336e7a48169 .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  font-family: "&#39;TT Commons&#39;";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-78ceaafb-e64a-4694-8879-c0b4825d2de1 {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 200px;
text-align: center;
}







  #s-78ceaafb-e64a-4694-8879-c0b4825d2de1 img.shogun-image {
    

    
    
    
  }


#s-78ceaafb-e64a-4694-8879-c0b4825d2de1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d917437d-ea5c-44f1-8458-3c0e4cfffbce {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 200px;
text-align: center;
}







  #s-d917437d-ea5c-44f1-8458-3c0e4cfffbce img.shogun-image {
    

    
    
    
  }


#s-d917437d-ea5c-44f1-8458-3c0e4cfffbce .shogun-image-content {
  
    align-items: center;
  
}

#s-a0a9eb63-2eba-49b6-b16f-1870c16b7e8d {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 200px;
text-align: center;
}







  #s-a0a9eb63-2eba-49b6-b16f-1870c16b7e8d img.shogun-image {
    

    
    
    
  }


#s-a0a9eb63-2eba-49b6-b16f-1870c16b7e8d .shogun-image-content {
  
    align-items: center;
  
}

#s-37040829-65cb-4f20-874c-8787e80c7d4f {
  margin-left: auto;
margin-right: auto;
border-radius: 200px;
max-width: 200px;
text-align: center;
}







  #s-37040829-65cb-4f20-874c-8787e80c7d4f img.shogun-image {
    

    
    
    
  }


#s-37040829-65cb-4f20-874c-8787e80c7d4f .shogun-image-content {
  
    align-items: center;
  
}

#s-5398df27-4657-4d18-9080-760c6aed1958 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5398df27-4657-4d18-9080-760c6aed1958 {
  display: none;
}
#s-5398df27-4657-4d18-9080-760c6aed1958, #wrap-s-5398df27-4657-4d18-9080-760c6aed1958 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5398df27-4657-4d18-9080-760c6aed1958 {
  display: none;
}
#s-5398df27-4657-4d18-9080-760c6aed1958, #wrap-s-5398df27-4657-4d18-9080-760c6aed1958 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5398df27-4657-4d18-9080-760c6aed1958 {
  display: none;
}
#s-5398df27-4657-4d18-9080-760c6aed1958, #wrap-s-5398df27-4657-4d18-9080-760c6aed1958 { display:none !important; }}







#s-5398df27-4657-4d18-9080-760c6aed1958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5398df27-4657-4d18-9080-760c6aed1958.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6940762f-e9d1-4759-8c2f-1aa5c610e3a7 {
  margin-top: 30px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6940762f-e9d1-4759-8c2f-1aa5c610e3a7 .shogun-heading-component h1 {
  color: rgba(245, 131, 81, 1);
  font-weight:  normal ;
  font-family: "&#39;GT Sectra Display&#39;";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-e9a03f0a-f6fd-446c-8b12-7c657eff309e {
  margin-left: 5%;
margin-right: 5%;
}

#s-3b3ba8fc-6b50-4488-9892-c670100f694f {
  margin-left: 5%;
margin-right: 5%;
}

#s-75672b1c-f2a6-40d8-8975-b22e33b7eafa {
  margin-left: 5%;
margin-right: 5%;
}

#s-b4294ac2-66e8-4c9c-a60e-66732295dffb {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
text-align: center;
}







  #s-b4294ac2-66e8-4c9c-a60e-66732295dffb img.shogun-image {
    

    
    
    
  }


#s-b4294ac2-66e8-4c9c-a60e-66732295dffb .shogun-image-content {
  
    align-items: center;
  
}

#s-c01c7a44-4d65-4afd-9bbb-0d4a614bd64c {
  min-height: 50px;
}
@media (max-width: 767px){#s-c01c7a44-4d65-4afd-9bbb-0d4a614bd64c {
  display: none;
}
#s-c01c7a44-4d65-4afd-9bbb-0d4a614bd64c, #wrap-s-c01c7a44-4d65-4afd-9bbb-0d4a614bd64c { display:none !important; }}







#s-c01c7a44-4d65-4afd-9bbb-0d4a614bd64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c01c7a44-4d65-4afd-9bbb-0d4a614bd64c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ee429c8-5b67-47f2-9604-aebdddfc6d1e {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-6ee429c8-5b67-47f2-9604-aebdddfc6d1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6ee429c8-5b67-47f2-9604-aebdddfc6d1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ee429c8-5b67-47f2-9604-aebdddfc6d1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ee429c8-5b67-47f2-9604-aebdddfc6d1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-84b4533b-8dd2-4ecc-a408-28d09e8096e7 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-84b4533b-8dd2-4ecc-a408-28d09e8096e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84b4533b-8dd2-4ecc-a408-28d09e8096e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-716aa65e-2f56-4368-8e19-55f10abe3a8e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-716aa65e-2f56-4368-8e19-55f10abe3a8e .shogun-heading-component h1 {
  color: rgba(245, 131, 81, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-897e198e-3f71-4bbe-a6cd-9f9ce2bcd864 {
  margin-left: 5%;
margin-right: 5%;
}

#s-57d0173e-2626-4478-8126-e31f994a7d33 {
  margin-left: 5%;
margin-right: 5%;
}

#s-2dc11cea-9b14-4b67-9e6a-12b1d84a5e0f {
  margin-left: 5%;
margin-right: 5%;
}

#s-1db1d7e7-0999-4972-b02a-df16166c72f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-1db1d7e7-0999-4972-b02a-df16166c72f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db1d7e7-0999-4972-b02a-df16166c72f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91a7eb6e-4a1e-49ce-80e4-88b85b6e0da3 {
  min-height: 50px;
}








#s-91a7eb6e-4a1e-49ce-80e4-88b85b6e0da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a7eb6e-4a1e-49ce-80e4-88b85b6e0da3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (max-width: 767px){#s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4 {
  display: none;
}
#s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4, #wrap-s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1275a8d5-6fe2-443d-a3b2-2f1e467bb9a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d5528b40-0c1d-4722-964e-bfe178d5b71f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-d5528b40-0c1d-4722-964e-bfe178d5b71f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5528b40-0c1d-4722-964e-bfe178d5b71f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a26bd4ef-13f8-4b5d-9548-4ac0ad45bcf9 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-a26bd4ef-13f8-4b5d-9548-4ac0ad45bcf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a26bd4ef-13f8-4b5d-9548-4ac0ad45bcf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e902ac-b419-47cc-a36a-c2034e4af54b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18e902ac-b419-47cc-a36a-c2034e4af54b .shogun-heading-component h1 {
  color: rgba(94, 113, 157, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-4d438928-9877-4f36-8809-84bc55f3126f {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-6caadccc-9676-4173-adfc-ba2ca40de4f0 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-6caadccc-9676-4173-adfc-ba2ca40de4f0 {
  display: none;
}
#s-6caadccc-9676-4173-adfc-ba2ca40de4f0, #wrap-s-6caadccc-9676-4173-adfc-ba2ca40de4f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6caadccc-9676-4173-adfc-ba2ca40de4f0 {
  display: none;
}
#s-6caadccc-9676-4173-adfc-ba2ca40de4f0, #wrap-s-6caadccc-9676-4173-adfc-ba2ca40de4f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6caadccc-9676-4173-adfc-ba2ca40de4f0 {
  display: none;
}
#s-6caadccc-9676-4173-adfc-ba2ca40de4f0, #wrap-s-6caadccc-9676-4173-adfc-ba2ca40de4f0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6caadccc-9676-4173-adfc-ba2ca40de4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6caadccc-9676-4173-adfc-ba2ca40de4f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6caadccc-9676-4173-adfc-ba2ca40de4f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6caadccc-9676-4173-adfc-ba2ca40de4f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6caadccc-9676-4173-adfc-ba2ca40de4f0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-30417edb-e24d-48e5-a5a5-d17991f0166d {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
text-align: center;
}







  #s-30417edb-e24d-48e5-a5a5-d17991f0166d img.shogun-image {
    

    
    
    
  }


#s-30417edb-e24d-48e5-a5a5-d17991f0166d .shogun-image-content {
  
    align-items: center;
  
}

#s-ef08a0a0-8278-4e5c-9950-bb266122581b {
  margin-top: 20px;
margin-left: 6%;
margin-bottom: -10px;
margin-right: 6%;
}

#s-2526dbe0-8156-4eb4-b593-f8e8cf262f0d {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-bfe3c69a-9f42-43e2-a6dd-2faff2d87710 {
  padding-top: 5%;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bfe3c69a-9f42-43e2-a6dd-2faff2d87710 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-bfe3c69a-9f42-43e2-a6dd-2faff2d87710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe3c69a-9f42-43e2-a6dd-2faff2d87710.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-247fc0bc-0910-41bf-8304-ebcee28ba19d {
  text-align: left;
}
@media (min-width: 1200px){#s-247fc0bc-0910-41bf-8304-ebcee28ba19d {
  display: none;
}
#s-247fc0bc-0910-41bf-8304-ebcee28ba19d, #wrap-s-247fc0bc-0910-41bf-8304-ebcee28ba19d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-247fc0bc-0910-41bf-8304-ebcee28ba19d {
  display: none;
}
#s-247fc0bc-0910-41bf-8304-ebcee28ba19d, #wrap-s-247fc0bc-0910-41bf-8304-ebcee28ba19d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-247fc0bc-0910-41bf-8304-ebcee28ba19d {
  display: none;
}
#s-247fc0bc-0910-41bf-8304-ebcee28ba19d, #wrap-s-247fc0bc-0910-41bf-8304-ebcee28ba19d { display:none !important; }}
#s-3ea28b0a-6c32-4036-8ff6-f8b1cd802838 {
  margin-bottom: 30px;
text-align: left;
}
@media (max-width: 767px){#s-3ea28b0a-6c32-4036-8ff6-f8b1cd802838 {
  display: none;
}
#s-3ea28b0a-6c32-4036-8ff6-f8b1cd802838, #wrap-s-3ea28b0a-6c32-4036-8ff6-f8b1cd802838 { display:none !important; }}
/*
  $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}