.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-5510740b-12ba-4e0d-b06e-5f1ccaf18afc {
  min-height: 500px;
}








#s-5510740b-12ba-4e0d-b06e-5f1ccaf18afc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5510740b-12ba-4e0d-b06e-5f1ccaf18afc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-c1d219d7-51fb-4139-ad67-bde3ece3f16d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c1d219d7-51fb-4139-ad67-bde3ece3f16d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-bd56c12f-97be-4af0-b4bd-b2edc17b27f3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
min-height: 500px;
}
@media (max-width: 767px){#s-bd56c12f-97be-4af0-b4bd-b2edc17b27f3 {
  display: none;
}
#s-bd56c12f-97be-4af0-b4bd-b2edc17b27f3, #wrap-s-bd56c12f-97be-4af0-b4bd-b2edc17b27f3 { display: none !important; }}







#s-bd56c12f-97be-4af0-b4bd-b2edc17b27f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd56c12f-97be-4af0-b4bd-b2edc17b27f3.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-eee4c168-5594-4e1f-8858-5874c1f07f99 {
  text-align: center;
}
@media (max-width: 767px){#s-eee4c168-5594-4e1f-8858-5874c1f07f99 {
  display: none;
}
#s-eee4c168-5594-4e1f-8858-5874c1f07f99, #wrap-s-eee4c168-5594-4e1f-8858-5874c1f07f99 { display: none !important; }}


.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eee4c168-5594-4e1f-8858-5874c1f07f99 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-a61c6e4e-9c8a-4512-8191-54c8de424e1a {
  margin-top: 70px;
margin-bottom: 70px;
padding-top: -px;
padding-left: 15px;
padding-right: 15px;
text-align: left;
}
@media (max-width: 767px){#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a {
  display: none;
}
#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a, #wrap-s-a61c6e4e-9c8a-4512-8191-54c8de424e1a { display: none !important; }}
#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a .shg-gallery-thumb-image-wrapper {
  

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

#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a .shg-gallery-thumb-list-margin {
  margin-right: -11px;
}

#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a61c6e4e-9c8a-4512-8191-54c8de424e1a .shg-gallery-dot {
  background-color: #FFF;
}

#s-b09d60fb-cd0b-4890-9607-8a8b04c55093 {
  min-height: 60px;
}
@media (min-width: 1200px){#s-b09d60fb-cd0b-4890-9607-8a8b04c55093 {
  display: none;
}
#s-b09d60fb-cd0b-4890-9607-8a8b04c55093, #wrap-s-b09d60fb-cd0b-4890-9607-8a8b04c55093 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b09d60fb-cd0b-4890-9607-8a8b04c55093 {
  display: none;
}
#s-b09d60fb-cd0b-4890-9607-8a8b04c55093, #wrap-s-b09d60fb-cd0b-4890-9607-8a8b04c55093 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b09d60fb-cd0b-4890-9607-8a8b04c55093 {
  display: none;
}
#s-b09d60fb-cd0b-4890-9607-8a8b04c55093, #wrap-s-b09d60fb-cd0b-4890-9607-8a8b04c55093 { display: none !important; }}@media (max-width: 767px){#s-b09d60fb-cd0b-4890-9607-8a8b04c55093 {
  display: none;
}
#s-b09d60fb-cd0b-4890-9607-8a8b04c55093, #wrap-s-b09d60fb-cd0b-4890-9607-8a8b04c55093 { display: none !important; }}







#s-b09d60fb-cd0b-4890-9607-8a8b04c55093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b09d60fb-cd0b-4890-9607-8a8b04c55093.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d407ad58-0565-4152-a560-af54e7485482 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(163, 163, 163, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-d407ad58-0565-4152-a560-af54e7485482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d407ad58-0565-4152-a560-af54e7485482.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-e5d4ea1a-2d4d-429c-8916-22ab48099e5d {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
text-align: center;
}







  #s-e5d4ea1a-2d4d-429c-8916-22ab48099e5d img.shogun-image {
    

    
    
    
  }


#s-e5d4ea1a-2d4d-429c-8916-22ab48099e5d .shogun-image-content {
  
    align-items: center;
  
}

.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-3e5da6c5-ca45-4b89-b541-5615c8a12f0e {
  padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e5da6c5-ca45-4b89-b541-5615c8a12f0e {
  
}
}
#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d {
  text-align: left;
}
@media (min-width: 1200px){#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d {
  display: none;
}
#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d, #wrap-s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d {
  display: none;
}
#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d, #wrap-s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d {
  display: none;
}
#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d, #wrap-s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d { display: none !important; }}


.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21e5910d-f0d5-4a5a-bf13-f436de28ae4d img.shogun-image {
  width: 100%;
}



}
#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 {
  display: none;
}
#s-29e11dc1-5210-4a1c-8419-e41f09e121a4, #wrap-s-29e11dc1-5210-4a1c-8419-e41f09e121a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 {
  display: none;
}
#s-29e11dc1-5210-4a1c-8419-e41f09e121a4, #wrap-s-29e11dc1-5210-4a1c-8419-e41f09e121a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 {
  display: none;
}
#s-29e11dc1-5210-4a1c-8419-e41f09e121a4, #wrap-s-29e11dc1-5210-4a1c-8419-e41f09e121a4 { display: none !important; }}
#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 .shg-gallery-thumb-image-wrapper {
  

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

#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-29e11dc1-5210-4a1c-8419-e41f09e121a4 .shg-gallery-dot {
  background-color: #FFF;
}

.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-fa9ec743-1721-4363-8fdc-c7b30c1b36e0 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(66, 177, 205, 1);
}
#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0:hover {background-color: rgba(93, 188, 212, 1) !important;
text-decoration: none !important;}#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0 {
  display: none;
}
#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0, #wrap-s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0 {
  display: none;
}
#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0, #wrap-s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0 { display: none !important; }}


#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  
  
  
  display:  block ;
}

#s-fa9ec743-1721-4363-8fdc-c7b30c1b36e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a3c602f-696e-4d5a-802f-0fcb28e13009 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6a3c602f-696e-4d5a-802f-0fcb28e13009 {
  display: none;
}
#s-6a3c602f-696e-4d5a-802f-0fcb28e13009, #wrap-s-6a3c602f-696e-4d5a-802f-0fcb28e13009 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a3c602f-696e-4d5a-802f-0fcb28e13009 {
  display: none;
}
#s-6a3c602f-696e-4d5a-802f-0fcb28e13009, #wrap-s-6a3c602f-696e-4d5a-802f-0fcb28e13009 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a3c602f-696e-4d5a-802f-0fcb28e13009 {
  display: none;
}
#s-6a3c602f-696e-4d5a-802f-0fcb28e13009, #wrap-s-6a3c602f-696e-4d5a-802f-0fcb28e13009 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6a3c602f-696e-4d5a-802f-0fcb28e13009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a3c602f-696e-4d5a-802f-0fcb28e13009"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-6a3c602f-696e-4d5a-802f-0fcb28e13009"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a3c602f-696e-4d5a-802f-0fcb28e13009"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-adf2daa0-d053-4cf2-857e-774c4be58033 {
  text-align: left;
}
@media (min-width: 1200px){#s-adf2daa0-d053-4cf2-857e-774c4be58033 {
  display: none;
}
#s-adf2daa0-d053-4cf2-857e-774c4be58033, #wrap-s-adf2daa0-d053-4cf2-857e-774c4be58033 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adf2daa0-d053-4cf2-857e-774c4be58033 {
  display: none;
}
#s-adf2daa0-d053-4cf2-857e-774c4be58033, #wrap-s-adf2daa0-d053-4cf2-857e-774c4be58033 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adf2daa0-d053-4cf2-857e-774c4be58033 {
  display: none;
}
#s-adf2daa0-d053-4cf2-857e-774c4be58033, #wrap-s-adf2daa0-d053-4cf2-857e-774c4be58033 { display: none !important; }}
#s-adf2daa0-d053-4cf2-857e-774c4be58033 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-adf2daa0-d053-4cf2-857e-774c4be58033 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-adf2daa0-d053-4cf2-857e-774c4be58033 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-20a51b07-41ba-4e03-ae5d-a5a01dd57722 {
  padding-top: 3px;
padding-bottom: 3px;
}

#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 {
  margin-top: 3px;
margin-left: 20px;
margin-bottom: 3px;
margin-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 {
  display: none;
}
#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368, #wrap-s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 {
  display: none;
}
#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368, #wrap-s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 { display: none !important; }}@media (max-width: 767px){#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 {
  display: none;
}
#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368, #wrap-s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 { display: none !important; }}
#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 29px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 29px;
}

#s-7e8b0966-ea81-4780-b9f5-1652fcf5b368 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-c4ee37ae-341a-4af0-8a20-1491f41ab108 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-c4ee37ae-341a-4af0-8a20-1491f41ab108 {
  display: none;
}
#s-c4ee37ae-341a-4af0-8a20-1491f41ab108, #wrap-s-c4ee37ae-341a-4af0-8a20-1491f41ab108 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4ee37ae-341a-4af0-8a20-1491f41ab108 {
  display: none;
}
#s-c4ee37ae-341a-4af0-8a20-1491f41ab108, #wrap-s-c4ee37ae-341a-4af0-8a20-1491f41ab108 { display: none !important; }}@media (max-width: 767px){#s-c4ee37ae-341a-4af0-8a20-1491f41ab108 {
  display: none;
}
#s-c4ee37ae-341a-4af0-8a20-1491f41ab108, #wrap-s-c4ee37ae-341a-4af0-8a20-1491f41ab108 { display: none !important; }}
#s-7585c086-3ac6-4c50-98f0-e3462ceb7d97 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-7585c086-3ac6-4c50-98f0-e3462ceb7d97 {
  display: none;
}
#s-7585c086-3ac6-4c50-98f0-e3462ceb7d97, #wrap-s-7585c086-3ac6-4c50-98f0-e3462ceb7d97 { display: none !important; }}@media (max-width: 767px){#s-7585c086-3ac6-4c50-98f0-e3462ceb7d97 {
  display: none;
}
#s-7585c086-3ac6-4c50-98f0-e3462ceb7d97, #wrap-s-7585c086-3ac6-4c50-98f0-e3462ceb7d97 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7585c086-3ac6-4c50-98f0-e3462ceb7d97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7585c086-3ac6-4c50-98f0-e3462ceb7d97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-7585c086-3ac6-4c50-98f0-e3462ceb7d97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-7585c086-3ac6-4c50-98f0-e3462ceb7d97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-f4d262ba-5837-4574-9c2e-817e6bcd7811 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(66, 177, 205, 1);
}
#s-f4d262ba-5837-4574-9c2e-817e6bcd7811:hover {background-color: rgba(93, 188, 212, 1) !important;
text-decoration: none !important;}#s-f4d262ba-5837-4574-9c2e-817e6bcd7811:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f4d262ba-5837-4574-9c2e-817e6bcd7811 {
  display: none;
}
#s-f4d262ba-5837-4574-9c2e-817e6bcd7811, #wrap-s-f4d262ba-5837-4574-9c2e-817e6bcd7811 { display: none !important; }}@media (max-width: 767px){#s-f4d262ba-5837-4574-9c2e-817e6bcd7811 {
  
}
}


#s-f4d262ba-5837-4574-9c2e-817e6bcd7811 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4d262ba-5837-4574-9c2e-817e6bcd7811.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4d262ba-5837-4574-9c2e-817e6bcd7811.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  
  
  
  display:  block ;
}

#s-f4d262ba-5837-4574-9c2e-817e6bcd7811.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02759f97-dc09-4003-8d5a-8ce52f4da986 {
  min-height: 60px;
}
@media (max-width: 767px){#s-02759f97-dc09-4003-8d5a-8ce52f4da986 {
  display: none;
}
#s-02759f97-dc09-4003-8d5a-8ce52f4da986, #wrap-s-02759f97-dc09-4003-8d5a-8ce52f4da986 { display: none !important; }}







#s-02759f97-dc09-4003-8d5a-8ce52f4da986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02759f97-dc09-4003-8d5a-8ce52f4da986.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8e243e23-ec6a-4313-937f-656cd0b3f87e {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}

#s-8e243e23-ec6a-4313-937f-656cd0b3f87e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 29px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e243e23-ec6a-4313-937f-656cd0b3f87e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 29px;
}

#s-8e243e23-ec6a-4313-937f-656cd0b3f87e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}

#s-835419e9-edbd-492b-80d4-8f5c6f44e458 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
}

#s-7c36f833-f75c-43fa-885b-b1f227bbedaf {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-7c36f833-f75c-43fa-885b-b1f227bbedaf {
  display: none;
}
#s-7c36f833-f75c-43fa-885b-b1f227bbedaf, #wrap-s-7c36f833-f75c-43fa-885b-b1f227bbedaf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c36f833-f75c-43fa-885b-b1f227bbedaf {
  display: none;
}
#s-7c36f833-f75c-43fa-885b-b1f227bbedaf, #wrap-s-7c36f833-f75c-43fa-885b-b1f227bbedaf { display: none !important; }}
@media (min-width: 1200px){#s-3c090daf-4041-49cd-a96c-d974b00f5daa {
  display: none;
}
#s-3c090daf-4041-49cd-a96c-d974b00f5daa, #wrap-s-3c090daf-4041-49cd-a96c-d974b00f5daa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c090daf-4041-49cd-a96c-d974b00f5daa {
  display: none;
}
#s-3c090daf-4041-49cd-a96c-d974b00f5daa, #wrap-s-3c090daf-4041-49cd-a96c-d974b00f5daa { display: none !important; }}
@media (min-width: 0px) {
[id="s-3c090daf-4041-49cd-a96c-d974b00f5daa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c090daf-4041-49cd-a96c-d974b00f5daa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c090daf-4041-49cd-a96c-d974b00f5daa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c090daf-4041-49cd-a96c-d974b00f5daa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd49f394-6978-4ea6-b254-19994d67fe5c {
  margin-left: 20px;
margin-right: 20px;
min-height: 50%;
max-width: 70%;
text-align: right;
}







  #s-cd49f394-6978-4ea6-b254-19994d67fe5c img.shogun-image {
    

    
    
    
  }


#s-cd49f394-6978-4ea6-b254-19994d67fe5c .shogun-image-content {
  
    align-items: center;
  
}

#s-0bcb29b8-e422-418c-a759-30e48307c63f {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-0bcb29b8-e422-418c-a759-30e48307c63f {
  display: none;
}
#s-0bcb29b8-e422-418c-a759-30e48307c63f, #wrap-s-0bcb29b8-e422-418c-a759-30e48307c63f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bcb29b8-e422-418c-a759-30e48307c63f {
  display: none;
}
#s-0bcb29b8-e422-418c-a759-30e48307c63f, #wrap-s-0bcb29b8-e422-418c-a759-30e48307c63f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bcb29b8-e422-418c-a759-30e48307c63f {
  display: none;
}
#s-0bcb29b8-e422-418c-a759-30e48307c63f, #wrap-s-0bcb29b8-e422-418c-a759-30e48307c63f { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-93a70e71-5564-411a-b0d3-24cd680afd52 {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (min-width: 1200px){#s-93a70e71-5564-411a-b0d3-24cd680afd52 {
  display: none;
}
#s-93a70e71-5564-411a-b0d3-24cd680afd52, #wrap-s-93a70e71-5564-411a-b0d3-24cd680afd52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93a70e71-5564-411a-b0d3-24cd680afd52 {
  display: none;
}
#s-93a70e71-5564-411a-b0d3-24cd680afd52, #wrap-s-93a70e71-5564-411a-b0d3-24cd680afd52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93a70e71-5564-411a-b0d3-24cd680afd52 {
  display: none;
}
#s-93a70e71-5564-411a-b0d3-24cd680afd52, #wrap-s-93a70e71-5564-411a-b0d3-24cd680afd52 { display: none !important; }}@media (max-width: 767px){#s-93a70e71-5564-411a-b0d3-24cd680afd52 {
  display: none;
}
#s-93a70e71-5564-411a-b0d3-24cd680afd52, #wrap-s-93a70e71-5564-411a-b0d3-24cd680afd52 { display: none !important; }}
#s-93a70e71-5564-411a-b0d3-24cd680afd52 hr {
  border-top: 2px solid #ddd;
}

#s-8fc5d93f-c596-4328-b2be-98a4f0906c6b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fc5d93f-c596-4328-b2be-98a4f0906c6b {
  display: none;
}
#s-8fc5d93f-c596-4328-b2be-98a4f0906c6b, #wrap-s-8fc5d93f-c596-4328-b2be-98a4f0906c6b { display: none !important; }}@media (max-width: 767px){#s-8fc5d93f-c596-4328-b2be-98a4f0906c6b {
  display: none;
}
#s-8fc5d93f-c596-4328-b2be-98a4f0906c6b, #wrap-s-8fc5d93f-c596-4328-b2be-98a4f0906c6b { display: none !important; }}
@media (min-width: 1200px){#s-ba1df2b6-efd5-48b2-9e73-7c25254aa828 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba1df2b6-efd5-48b2-9e73-7c25254aa828 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba1df2b6-efd5-48b2-9e73-7c25254aa828 {
  display: none;
}
#s-ba1df2b6-efd5-48b2-9e73-7c25254aa828, #wrap-s-ba1df2b6-efd5-48b2-9e73-7c25254aa828 { display: none !important; }}@media (max-width: 767px){#s-ba1df2b6-efd5-48b2-9e73-7c25254aa828 {
  display: none;
}
#s-ba1df2b6-efd5-48b2-9e73-7c25254aa828, #wrap-s-ba1df2b6-efd5-48b2-9e73-7c25254aa828 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba1df2b6-efd5-48b2-9e73-7c25254aa828"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9b465c7f-ca69-43df-b4bd-fd793b45cbfb {
  margin-left: 20px;
margin-right: 20px;
min-height: 50%;
max-width: 70%;
text-align: right;
}







  #s-9b465c7f-ca69-43df-b4bd-fd793b45cbfb img.shogun-image {
    

    
    
    
  }


#s-9b465c7f-ca69-43df-b4bd-fd793b45cbfb .shogun-image-content {
  
    align-items: center;
  
}

#s-ae58287b-a2b8-4955-a88b-037f7ae1a492 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-ae58287b-a2b8-4955-a88b-037f7ae1a492 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae58287b-a2b8-4955-a88b-037f7ae1a492 {
  display: none;
}
#s-ae58287b-a2b8-4955-a88b-037f7ae1a492, #wrap-s-ae58287b-a2b8-4955-a88b-037f7ae1a492 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae58287b-a2b8-4955-a88b-037f7ae1a492 {
  display: none;
}
#s-ae58287b-a2b8-4955-a88b-037f7ae1a492, #wrap-s-ae58287b-a2b8-4955-a88b-037f7ae1a492 { display: none !important; }}@media (max-width: 767px){#s-ae58287b-a2b8-4955-a88b-037f7ae1a492 {
  display: none;
}
#s-ae58287b-a2b8-4955-a88b-037f7ae1a492, #wrap-s-ae58287b-a2b8-4955-a88b-037f7ae1a492 { display: none !important; }}







#s-ae58287b-a2b8-4955-a88b-037f7ae1a492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae58287b-a2b8-4955-a88b-037f7ae1a492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e742b54-4668-4beb-9262-0dcb4f8a6507 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-3e742b54-4668-4beb-9262-0dcb4f8a6507 {
  display: none;
}
#s-3e742b54-4668-4beb-9262-0dcb4f8a6507, #wrap-s-3e742b54-4668-4beb-9262-0dcb4f8a6507 { display: none !important; }}
@media (max-width: 767px){#s-818d5274-e1ab-49cf-b851-18a7bb8bb687 {
  display: none;
}
#s-818d5274-e1ab-49cf-b851-18a7bb8bb687, #wrap-s-818d5274-e1ab-49cf-b851-18a7bb8bb687 { display: none !important; }}
#s-818d5274-e1ab-49cf-b851-18a7bb8bb687 hr {
  border-top: 2px solid #ddd;
}

#s-e041464d-1fa1-461c-ab60-842ec92db77a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-e041464d-1fa1-461c-ab60-842ec92db77a > .shg-box-overlay {
  background-color: rgba(12, 12, 12, 0.74);
  opacity: 0.83;
}#s-e041464d-1fa1-461c-ab60-842ec92db77a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97227f7b-a0e2-430e-988c-02c53386b07d {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-97227f7b-a0e2-430e-988c-02c53386b07d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97227f7b-a0e2-430e-988c-02c53386b07d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97227f7b-a0e2-430e-988c-02c53386b07d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97227f7b-a0e2-430e-988c-02c53386b07d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2751a3f2-c8d3-4d90-9d7b-79f54d7ccb4e {
  min-height: 200px;
}








#s-2751a3f2-c8d3-4d90-9d7b-79f54d7ccb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2751a3f2-c8d3-4d90-9d7b-79f54d7ccb4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5257af21-8467-4a6d-be4f-64e6a9f2f247 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5257af21-8467-4a6d-be4f-64e6a9f2f247"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-256fde71-a386-44c6-b267-0d19d36eb8fb {
  min-height: 80px;
}








#s-256fde71-a386-44c6-b267-0d19d36eb8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-256fde71-a386-44c6-b267-0d19d36eb8fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f886cfc1-7c39-4602-9c94-8faed2a9ad24 {
  text-align: center;
}







  #s-f886cfc1-7c39-4602-9c94-8faed2a9ad24 img.shogun-image {
    

    
    
    
  }


#s-f886cfc1-7c39-4602-9c94-8faed2a9ad24 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdfd42f7-844f-4d13-a501-3f6d5a08577b {
  min-height: 60px;
}








#s-bdfd42f7-844f-4d13-a501-3f6d5a08577b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfd42f7-844f-4d13-a501-3f6d5a08577b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29192ae-03f2-49f0-a335-824ad949767c {
  min-height: 200px;
}








#s-d29192ae-03f2-49f0-a335-824ad949767c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d29192ae-03f2-49f0-a335-824ad949767c.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-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b21c71bd-8ef8-4018-960c-b92b70b95afe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1a982df1-44bc-4208-adb7-4793465c734e {
  min-height: 80px;
}








#s-1a982df1-44bc-4208-adb7-4793465c734e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a982df1-44bc-4208-adb7-4793465c734e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4defebf9-d2c4-4726-9813-45b471a4d292 {
  text-align: center;
}







  #s-4defebf9-d2c4-4726-9813-45b471a4d292 img.shogun-image {
    

    
    
    
  }


#s-4defebf9-d2c4-4726-9813-45b471a4d292 .shogun-image-content {
  
    align-items: center;
  
}

#s-793976fa-659d-40a2-bc05-714d611e8122 {
  min-height: 60px;
}








#s-793976fa-659d-40a2-bc05-714d611e8122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793976fa-659d-40a2-bc05-714d611e8122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ceb625c-90d8-4986-8bce-514ba25baaa7 {
  min-height: 200px;
}








#s-0ceb625c-90d8-4986-8bce-514ba25baaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ceb625c-90d8-4986-8bce-514ba25baaa7.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-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5db6b43a-4159-408e-8242-ba3700c48d13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bdfd29b7-d7f5-4921-aa31-f608508aeaf6 {
  min-height: 80px;
}








#s-bdfd29b7-d7f5-4921-aa31-f608508aeaf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfd29b7-d7f5-4921-aa31-f608508aeaf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ea4fdf9-3b43-432d-bde4-ed9799f022c1 {
  text-align: center;
}







  #s-1ea4fdf9-3b43-432d-bde4-ed9799f022c1 img.shogun-image {
    

    
    
    
  }


#s-1ea4fdf9-3b43-432d-bde4-ed9799f022c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4618d2-f3df-43bd-ba83-1ab304d27ea4 {
  min-height: 80px;
}








#s-4f4618d2-f3df-43bd-ba83-1ab304d27ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4618d2-f3df-43bd-ba83-1ab304d27ea4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c624826c-5c8a-4e28-8601-7d50251ac972 {
  min-height: 300px;
background-color: rgba(244, 244, 244, 1);
}








#s-c624826c-5c8a-4e28-8601-7d50251ac972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c624826c-5c8a-4e28-8601-7d50251ac972.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-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78d24f75-b2d0-4915-a27c-0b66dc55aaba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-5ae32488-0537-4af3-b008-cceaa31f2663 {
  min-height: 50px;
}








#s-5ae32488-0537-4af3-b008-cceaa31f2663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae32488-0537-4af3-b008-cceaa31f2663.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4790a3a2-5ee6-4c3d-bf88-6e0179662b7e {
  margin-bottom: 10px;
text-align: center;
}







  #s-4790a3a2-5ee6-4c3d-bf88-6e0179662b7e img.shogun-image {
    

    
    
    
  }


#s-4790a3a2-5ee6-4c3d-bf88-6e0179662b7e .shogun-image-content {
  
    align-items: center;
  
}

.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-c903ce86-36fe-46f0-9631-c8654d8b98be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(66, 177, 205, 1);
text-decoration: none;
}
#s-c903ce86-36fe-46f0-9631-c8654d8b98be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c903ce86-36fe-46f0-9631-c8654d8b98be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c903ce86-36fe-46f0-9631-c8654d8b98be-root {
    text-align: center;
  }


#s-c903ce86-36fe-46f0-9631-c8654d8b98be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c903ce86-36fe-46f0-9631-c8654d8b98be-root {
    text-align: center;
  }


#s-c903ce86-36fe-46f0-9631-c8654d8b98be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c903ce86-36fe-46f0-9631-c8654d8b98be-root {
    text-align: center;
  }


#s-c903ce86-36fe-46f0-9631-c8654d8b98be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c903ce86-36fe-46f0-9631-c8654d8b98be-root {
    text-align: center;
  }


#s-c903ce86-36fe-46f0-9631-c8654d8b98be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c903ce86-36fe-46f0-9631-c8654d8b98be-root {
    text-align: center;
  }


#s-c903ce86-36fe-46f0-9631-c8654d8b98be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-2b39db54-608c-4d85-912b-774000953c12 {
  min-height: 50px;
}








#s-2b39db54-608c-4d85-912b-774000953c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b39db54-608c-4d85-912b-774000953c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bc19494-3d50-4832-9274-f60aac75a693 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-7bc19494-3d50-4832-9274-f60aac75a693 > .shg-box-overlay {
  background-color: rgba(20, 19, 19, 1);
  opacity: 0.6;
}#s-7bc19494-3d50-4832-9274-f60aac75a693.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-5dbac43c-c43a-4e16-ab0a-7b45ba93ff5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dbac43c-c43a-4e16-ab0a-7b45ba93ff5b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-70e85202-c36a-4b16-9e58-abc8084d6f6f {
  min-height: 50px;
}








#s-70e85202-c36a-4b16-9e58-abc8084d6f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e85202-c36a-4b16-9e58-abc8084d6f6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-f18aebca-d2b3-42be-b5e4-48affdbc47fb {
  margin-top: 25px;
margin-left: 14%;
margin-bottom: 25px;
margin-right: 14%;
}

#s-aadd76cd-587a-42b8-8190-3f0eb68dd724 {
  min-height: 50px;
}








#s-aadd76cd-587a-42b8-8190-3f0eb68dd724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aadd76cd-587a-42b8-8190-3f0eb68dd724.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-420b9208-3f1c-47f6-93ab-0093e05c0a0b {
  padding-left: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-306ecf56-11c9-4a21-8732-f44d2f1dbc84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-306ecf56-11c9-4a21-8732-f44d2f1dbc84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-306ecf56-11c9-4a21-8732-f44d2f1dbc84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-306ecf56-11c9-4a21-8732-f44d2f1dbc84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aa64e126-5ecf-49d8-888d-97cf6fb438bc {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-1155ba49-6875-4da0-b306-88264b22cc81 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-d737c1b7-ffbe-463f-849f-81c32af82b50 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-80b57a2b-8657-4922-8be7-8191d369d6ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80b57a2b-8657-4922-8be7-8191d369d6ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80b57a2b-8657-4922-8be7-8191d369d6ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80b57a2b-8657-4922-8be7-8191d369d6ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ec139eac-5e5e-4823-8fb4-540abab5c0ca {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-82b22747-245e-4baf-847d-f72f8d1311e2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7dc42124-00b8-4ab5-bd36-d22293d57056 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-90154500-72e7-48a8-9349-f6a292b4d9a5 {
  min-height: 50px;
}








#s-90154500-72e7-48a8-9349-f6a292b4d9a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90154500-72e7-48a8-9349-f6a292b4d9a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74419be2-8f48-426a-b0c5-7bce619f6d1f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 60px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 300px;
background-position: center center;
}








#s-74419be2-8f48-426a-b0c5-7bce619f6d1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.76;
}#s-74419be2-8f48-426a-b0c5-7bce619f6d1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4195214f-b1b9-4e50-8d43-3bd47da9b67d {
  
}








#s-4195214f-b1b9-4e50-8d43-3bd47da9b67d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4195214f-b1b9-4e50-8d43-3bd47da9b67d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0156477e-0fd4-4244-b76b-8a477cd89aa3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-5768313b-cae4-4b1a-9df4-8c9530f70600 {
  padding-left: 20px;
padding-right: 20px;
}

#s-5c35ace8-0413-4b36-95f9-8517bef567cd {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}








#s-5c35ace8-0413-4b36-95f9-8517bef567cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c35ace8-0413-4b36-95f9-8517bef567cd.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-1a594cf6-dffd-4031-837f-dc8b6b9f8e2e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1a594cf6-dffd-4031-837f-dc8b6b9f8e2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a594cf6-dffd-4031-837f-dc8b6b9f8e2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a594cf6-dffd-4031-837f-dc8b6b9f8e2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7f6e295b-cf54-489d-b7a8-70cd4431e4a9 {
  min-height: 50px;
}








#s-7f6e295b-cf54-489d-b7a8-70cd4431e4a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f6e295b-cf54-489d-b7a8-70cd4431e4a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfea9fa3-4c33-4b2a-89c5-8774d55ceb4f {
  text-align: center;
}







  #s-cfea9fa3-4c33-4b2a-89c5-8774d55ceb4f img.shogun-image {
    

    
    
    
  }


#s-cfea9fa3-4c33-4b2a-89c5-8774d55ceb4f .shogun-image-content {
  
    align-items: center;
  
}

#s-69944942-2586-4a2d-93a1-f75a60501c43 {
  margin-top: 5px;
}

#s-875c97b9-c3a0-4356-b667-42ece9a6b498 {
  
}








#s-875c97b9-c3a0-4356-b667-42ece9a6b498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-875c97b9-c3a0-4356-b667-42ece9a6b498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11e8e506-22e0-4661-9429-6df3402538de {
  text-align: center;
}







  #s-11e8e506-22e0-4661-9429-6df3402538de img.shogun-image {
    

    
    
    
  }


#s-11e8e506-22e0-4661-9429-6df3402538de .shogun-image-content {
  
    align-items: center;
  
}

#s-0d29a12d-0bec-419c-bacf-d5550d259cbb {
  margin-top: 5px;
margin-bottom: px;
}

#s-939afb02-3c86-472e-a615-bae32718d958 {
  
}








#s-939afb02-3c86-472e-a615-bae32718d958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-939afb02-3c86-472e-a615-bae32718d958.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd6485ca-b5ad-4459-aa38-e37d41360d38 {
  text-align: center;
}







  #s-bd6485ca-b5ad-4459-aa38-e37d41360d38 img.shogun-image {
    

    
    
    
  }


#s-bd6485ca-b5ad-4459-aa38-e37d41360d38 .shogun-image-content {
  
    align-items: center;
  
}

#s-e596340c-80f7-458b-b2cc-cbfea1782c78 {
  margin-top: 5px;
margin-bottom: px;
}

#s-d6b6606f-7894-4908-afc7-f4fd1d2f109f {
  margin-bottom: 100px;
padding-left: 50px;
padding-right: 50px;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6b6606f-7894-4908-afc7-f4fd1d2f109f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b6606f-7894-4908-afc7-f4fd1d2f109f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a03f935c-3a55-465e-9448-9daaa8cef121 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 150px;
}








#s-a03f935c-3a55-465e-9448-9daaa8cef121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a03f935c-3a55-465e-9448-9daaa8cef121.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4b6a519-8e96-4b2b-b741-ee90a525b249 {
  
}

#s-fbd56c58-0e80-4765-a046-7908eafe6365 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-fbd56c58-0e80-4765-a046-7908eafe6365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbd56c58-0e80-4765-a046-7908eafe6365"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd56c58-0e80-4765-a046-7908eafe6365"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd56c58-0e80-4765-a046-7908eafe6365"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-119050ad-feda-446e-9105-8ebe39289ac4 {
  padding-left: 50px;
padding-right: 50px;
min-height: 120px;
}








#s-119050ad-feda-446e-9105-8ebe39289ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119050ad-feda-446e-9105-8ebe39289ac4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94120688-9d50-4fa6-87fc-dc25af309082 {
  text-align: center;
}







  #s-94120688-9d50-4fa6-87fc-dc25af309082 img.shogun-image {
    

    
    
    
  }


#s-94120688-9d50-4fa6-87fc-dc25af309082 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0903d48-6af5-4ad4-930f-93455597e1f4 {
  
}

#s-8be7fc8e-2563-4087-be71-0d0d966a11e5 {
  margin-left: 50px;
margin-right: 50px;
min-height: 120px;
}








#s-8be7fc8e-2563-4087-be71-0d0d966a11e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8be7fc8e-2563-4087-be71-0d0d966a11e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-313cb711-a7c1-44f4-a2b9-b574c37ab41a {
  text-align: center;
}







  #s-313cb711-a7c1-44f4-a2b9-b574c37ab41a img.shogun-image {
    

    
    
    
  }


#s-313cb711-a7c1-44f4-a2b9-b574c37ab41a .shogun-image-content {
  
    align-items: center;
  
}

#s-5674ca53-b739-4af7-94db-55f483ea4b22 {
  
}

#s-f478a687-7d8a-49fd-a649-c262cb7f0a42 {
  margin-left: 50px;
margin-right: 50px;
min-height: 120px;
}








#s-f478a687-7d8a-49fd-a649-c262cb7f0a42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f478a687-7d8a-49fd-a649-c262cb7f0a42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ee798a2-56e9-46cb-be3f-8a36c95f65b9 {
  text-align: center;
}







  #s-7ee798a2-56e9-46cb-be3f-8a36c95f65b9 img.shogun-image {
    

    
    
    
  }


#s-7ee798a2-56e9-46cb-be3f-8a36c95f65b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e33f953-4ad7-4dcd-ba53-2ac0640fa1fd {
  
}

#s-36561407-bccb-4b8b-8827-f31532a1ebd3 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-36561407-bccb-4b8b-8827-f31532a1ebd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36561407-bccb-4b8b-8827-f31532a1ebd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36561407-bccb-4b8b-8827-f31532a1ebd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36561407-bccb-4b8b-8827-f31532a1ebd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ab47620-2d00-45d7-bf46-4f6595d067f3 {
  margin-left: 50px;
margin-right: 50px;
min-height: 120px;
}








#s-2ab47620-2d00-45d7-bf46-4f6595d067f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab47620-2d00-45d7-bf46-4f6595d067f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-473a94a9-e298-4f15-8a25-15b85a6ce0c5 {
  text-align: center;
}







  #s-473a94a9-e298-4f15-8a25-15b85a6ce0c5 img.shogun-image {
    

    
    
    
  }


#s-473a94a9-e298-4f15-8a25-15b85a6ce0c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5ba93fd-6ae6-4b7d-98ab-e024677ad4bc {
  
}

#s-2d684018-6790-458c-b72d-3cbd6a540edc {
  margin-left: 50px;
margin-right: 50px;
min-height: 120px;
}








#s-2d684018-6790-458c-b72d-3cbd6a540edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d684018-6790-458c-b72d-3cbd6a540edc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce4f718a-3f97-4510-87a0-b359b33cf3d2 {
  text-align: center;
}







  #s-ce4f718a-3f97-4510-87a0-b359b33cf3d2 img.shogun-image {
    

    
    
    
  }


#s-ce4f718a-3f97-4510-87a0-b359b33cf3d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e5c473c-27e5-4a3f-9e05-4c107cbc6249 {
  
}

#s-1b5586ad-11a0-42b0-aa35-7f3679c9d2a8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: center center;
}








#s-1b5586ad-11a0-42b0-aa35-7f3679c9d2a8 > .shg-box-overlay {
  background-color: rgba(12, 6, 6, 1);
  opacity: 0.6;
}#s-1b5586ad-11a0-42b0-aa35-7f3679c9d2a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11c507ae-863a-41a6-94da-29a1f3e7d690 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11c507ae-863a-41a6-94da-29a1f3e7d690 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ee349076-c5fe-48a7-b244-8125106638a9 {
  min-height: 50px;
}








#s-ee349076-c5fe-48a7-b244-8125106638a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee349076-c5fe-48a7-b244-8125106638a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-281a66ba-579d-493c-aa0d-7243fb3937c6 {
  min-height: 50px;
background-color: rgba(255, 254, 254, 1);
}








#s-281a66ba-579d-493c-aa0d-7243fb3937c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281a66ba-579d-493c-aa0d-7243fb3937c6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7043ee31-01af-46e8-8dc6-6930ba6dbe39 {
  min-height: 50px;
}








#s-7043ee31-01af-46e8-8dc6-6930ba6dbe39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7043ee31-01af-46e8-8dc6-6930ba6dbe39.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-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d66951f1-9ce0-4c63-b600-e07721733768"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-eba66f1f-f897-405b-ba10-0f5b40b28ff2 hr {
  border-top: 2px solid #ddd;
}

#s-bbf9299b-b86e-4abc-aa4c-28adcd556c49 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bbf9299b-b86e-4abc-aa4c-28adcd556c49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-46f68d88-6cfe-41ea-ae26-9d39d719d5ca {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}







  #s-46f68d88-6cfe-41ea-ae26-9d39d719d5ca img.shogun-image {
    

    
    
    
  }


#s-46f68d88-6cfe-41ea-ae26-9d39d719d5ca .shogun-image-content {
  
    align-items: center;
  
}

#s-26fc51e1-7565-42e6-b6ed-dd4c5d517cde {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}







  #s-26fc51e1-7565-42e6-b6ed-dd4c5d517cde img.shogun-image {
    

    
    
    
  }


#s-26fc51e1-7565-42e6-b6ed-dd4c5d517cde .shogun-image-content {
  
    align-items: center;
  
}

#s-d91fe25d-1962-4bd2-a6d7-40312161e70a {
  text-align: center;
}







  #s-d91fe25d-1962-4bd2-a6d7-40312161e70a img.shogun-image {
    

    
    
    
  }


#s-d91fe25d-1962-4bd2-a6d7-40312161e70a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f134ddb-22fe-4055-b625-95ff12c589a6 {
  min-height: 50px;
}








#s-6f134ddb-22fe-4055-b625-95ff12c589a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f134ddb-22fe-4055-b625-95ff12c589a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-991dd6a9-9190-43c6-b80c-62677ded792d {
  padding-left: 15px;
padding-right: 15px;
}

#s-03ec21aa-424b-4daf-bb34-26d463093c50 {
  text-align: center;
}







  #s-03ec21aa-424b-4daf-bb34-26d463093c50 img.shogun-image {
    

    
    
    
  }


#s-03ec21aa-424b-4daf-bb34-26d463093c50 .shogun-image-content {
  
    align-items: center;
  
}

#s-60077c4d-bf1d-478a-a0b5-316994d7aa0d {
  min-height: 50px;
}








#s-60077c4d-bf1d-478a-a0b5-316994d7aa0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60077c4d-bf1d-478a-a0b5-316994d7aa0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf {
  display: none;
}
#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf, #wrap-s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf { display: none !important; }}@media (max-width: 767px){#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf {
  display: none;
}
#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf, #wrap-s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf { display: none !important; }}
#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf .shg-sld-nav-button.shg-sld-left,
#s-58bcda47-5d0a-4dec-b6ca-a05cbdedb8cf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f6e83e55-0832-4ab4-b2b8-745202b857c3 {
  min-height: 1300px;
text-align: center;
}







  #s-f6e83e55-0832-4ab4-b2b8-745202b857c3 img.shogun-image {
    

    
    
    
  }


#s-f6e83e55-0832-4ab4-b2b8-745202b857c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea94ccf-4a53-4174-80b6-22600f4a76dd {
  min-height: 1300px;
text-align: center;
}







  #s-3ea94ccf-4a53-4174-80b6-22600f4a76dd img.shogun-image {
    

    
    
    
  }


#s-3ea94ccf-4a53-4174-80b6-22600f4a76dd .shogun-image-content {
  
    align-items: center;
  
}

#s-c72c6589-cd28-4fdc-801c-9d0508c3277f {
  margin-top: 75px;
min-height: 1225px;
text-align: center;
}







  #s-c72c6589-cd28-4fdc-801c-9d0508c3277f img.shogun-image {
    

    
    
    
  }


#s-c72c6589-cd28-4fdc-801c-9d0508c3277f .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f47bd4-4ba0-4c74-99ea-18dfb3b6ef53 {
  min-height: 1300px;
text-align: center;
}







  #s-d0f47bd4-4ba0-4c74-99ea-18dfb3b6ef53 img.shogun-image {
    

    
    
    
  }


#s-d0f47bd4-4ba0-4c74-99ea-18dfb3b6ef53 .shogun-image-content {
  
    align-items: center;
  
}

#s-287bb7cc-a8ab-4fc8-b3d1-647976cfbc9d {
  min-height: 1300px;
text-align: center;
}







  #s-287bb7cc-a8ab-4fc8-b3d1-647976cfbc9d img.shogun-image {
    

    
    
    
  }


#s-287bb7cc-a8ab-4fc8-b3d1-647976cfbc9d .shogun-image-content {
  
    align-items: center;
  
}

#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(66, 177, 205, 1);
}
#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0:hover {background-color: rgba(93, 188, 212, 1) !important;
text-decoration: none !important;}#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  
  
  
  display:  block ;
}

#s-dd1d04e8-7ced-4c71-b6e0-0c6c7d2f2ff0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-090530ca-eca2-4d52-b68a-9f58fbafef0c {
  min-height: 50px;
}








#s-090530ca-eca2-4d52-b68a-9f58fbafef0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-090530ca-eca2-4d52-b68a-9f58fbafef0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ab8c569-c60a-46e4-84ff-3b378b51601e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}








#s-9ab8c569-c60a-46e4-84ff-3b378b51601e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.61;
}#s-9ab8c569-c60a-46e4-84ff-3b378b51601e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb {
  display: none;
}
#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb, #wrap-s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb {
  display: none;
}
#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb, #wrap-s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb { display: none !important; }}@media (max-width: 767px){#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb {
  display: none;
}
#s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb, #wrap-s-cfa14051-bfd3-49ed-8d2a-bf05b84d8dcb { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6454916b-6714-403e-8945-7f16e0d0c01a {
  display: none;
}
#s-6454916b-6714-403e-8945-7f16e0d0c01a, #wrap-s-6454916b-6714-403e-8945-7f16e0d0c01a { display: none !important; }}@media (max-width: 767px){#s-6454916b-6714-403e-8945-7f16e0d0c01a {
  display: none;
}
#s-6454916b-6714-403e-8945-7f16e0d0c01a, #wrap-s-6454916b-6714-403e-8945-7f16e0d0c01a { display: none !important; }}
#s-44bfa915-68b0-4d4e-8e88-603a2b5d9cfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44bfa915-68b0-4d4e-8e88-603a2b5d9cfe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 43px;
  
  
  
}



#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(66, 177, 205, 1);
text-decoration: none;
}
#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d-root {
    text-align: center;
  }


#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d-root {
    text-align: center;
  }


#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d-root {
    text-align: center;
  }


#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d-root {
    text-align: center;
  }


#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d-root {
    text-align: center;
  }


#s-de2b18ab-6dfb-4ff0-b3c4-57c0edf5a08d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
