#s-be6de40a-8142-4198-bbd5-3496f7279f7a {
  display: none;
}
.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-d9d04f6c-382f-430a-b952-d4b36d3d844a {
  min-height: 50px;
}








#s-d9d04f6c-382f-430a-b952-d4b36d3d844a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9d04f6c-382f-430a-b952-d4b36d3d844a.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;
}

@media (min-width: 0px) {
[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0e247b6-e996-413f-a52c-b875e45cc52c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 {
  margin-top: 15px;
margin-left: 15px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 {
  display: none;
}
#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0, #wrap-s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 { display:none !important; }}@media (max-width: 767px){#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 {
  display: none;
}
#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0, #wrap-s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 { display:none !important; }}
#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 .shg-gallery-thumb-image-wrapper {
  

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

#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5ff261a8-32e7-4f7e-bf52-2ac885da40c0 .shg-gallery-dot {
  background-color: #FFF;
}

#s-cd3df349-99cb-4caa-9dc6-678b46428015 {
  min-height: 50px;
}








#s-cd3df349-99cb-4caa-9dc6-678b46428015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd3df349-99cb-4caa-9dc6-678b46428015.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-6f52f89c-acbd-4c52-9a38-904c7842089e {
  text-align: left;
}



.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f52f89c-acbd-4c52-9a38-904c7842089e img.shogun-image {
  width: 100%;
}



}
.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-09a9bcea-2601-4c24-873c-4704f53102ad {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09a9bcea-2601-4c24-873c-4704f53102ad {
  display: none;
}
#s-09a9bcea-2601-4c24-873c-4704f53102ad, #wrap-s-09a9bcea-2601-4c24-873c-4704f53102ad { display:none !important; }}@media (max-width: 767px){#s-09a9bcea-2601-4c24-873c-4704f53102ad {
  display: none;
}
#s-09a9bcea-2601-4c24-873c-4704f53102ad, #wrap-s-09a9bcea-2601-4c24-873c-4704f53102ad { display:none !important; }}
#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 {
  display: none;
}
#s-f041d99e-45ea-4c27-84fe-27c48cfcc697, #wrap-s-f041d99e-45ea-4c27-84fe-27c48cfcc697 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 {
  display: none;
}
#s-f041d99e-45ea-4c27-84fe-27c48cfcc697, #wrap-s-f041d99e-45ea-4c27-84fe-27c48cfcc697 { display:none !important; }}
#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 .shg-gallery-thumb-image-wrapper {
  

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

#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-f041d99e-45ea-4c27-84fe-27c48cfcc697 .shg-gallery-dot {
  background-color: #FFF;
}

#s-74f526a0-4e59-4af5-81a7-08804af30f68 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-74f526a0-4e59-4af5-81a7-08804af30f68 {
  display: none;
}
#s-74f526a0-4e59-4af5-81a7-08804af30f68, #wrap-s-74f526a0-4e59-4af5-81a7-08804af30f68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74f526a0-4e59-4af5-81a7-08804af30f68 {
  display: none;
}
#s-74f526a0-4e59-4af5-81a7-08804af30f68, #wrap-s-74f526a0-4e59-4af5-81a7-08804af30f68 { display:none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-79e730f1-fe8a-49d8-89b1-3c154752c942 {
  margin-left: 30px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79e730f1-fe8a-49d8-89b1-3c154752c942 {
  display: none;
}
#s-79e730f1-fe8a-49d8-89b1-3c154752c942, #wrap-s-79e730f1-fe8a-49d8-89b1-3c154752c942 { display:none !important; }}@media (max-width: 767px){#s-79e730f1-fe8a-49d8-89b1-3c154752c942 {
  display: none;
}
#s-79e730f1-fe8a-49d8-89b1-3c154752c942, #wrap-s-79e730f1-fe8a-49d8-89b1-3c154752c942 { display:none !important; }}
#s-79e730f1-fe8a-49d8-89b1-3c154752c942 hr {
  border-top: 1px solid rgba(144, 139, 145, 1);
}

#s-67d2c1bc-6d70-482c-ac39-d8eb46728a59 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-67d2c1bc-6d70-482c-ac39-d8eb46728a59 {
  display: none;
}
#s-67d2c1bc-6d70-482c-ac39-d8eb46728a59, #wrap-s-67d2c1bc-6d70-482c-ac39-d8eb46728a59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67d2c1bc-6d70-482c-ac39-d8eb46728a59 {
  display: none;
}
#s-67d2c1bc-6d70-482c-ac39-d8eb46728a59, #wrap-s-67d2c1bc-6d70-482c-ac39-d8eb46728a59 { display:none !important; }}
#s-67d2c1bc-6d70-482c-ac39-d8eb46728a59 hr {
  border-top: 1px solid rgba(144, 139, 145, 1);
}

#s-50e362cf-4bf6-4274-a70a-13eae3847e5e {
  margin-top: 5px;
margin-left: 30px;
margin-bottom: 5px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50e362cf-4bf6-4274-a70a-13eae3847e5e {
  display: none;
}
#s-50e362cf-4bf6-4274-a70a-13eae3847e5e, #wrap-s-50e362cf-4bf6-4274-a70a-13eae3847e5e { display:none !important; }}@media (max-width: 767px){#s-50e362cf-4bf6-4274-a70a-13eae3847e5e {
  display: none;
}
#s-50e362cf-4bf6-4274-a70a-13eae3847e5e, #wrap-s-50e362cf-4bf6-4274-a70a-13eae3847e5e { display:none !important; }}
#s-90cf6c7b-8cd0-448d-843d-e16223a2e056 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-90cf6c7b-8cd0-448d-843d-e16223a2e056 {
  display: none;
}
#s-90cf6c7b-8cd0-448d-843d-e16223a2e056, #wrap-s-90cf6c7b-8cd0-448d-843d-e16223a2e056 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90cf6c7b-8cd0-448d-843d-e16223a2e056 {
  display: none;
}
#s-90cf6c7b-8cd0-448d-843d-e16223a2e056, #wrap-s-90cf6c7b-8cd0-448d-843d-e16223a2e056 { display:none !important; }}
#s-c84e139d-a538-47ee-a8c5-61b06f6ddf03 {
  margin-left: 30px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c84e139d-a538-47ee-a8c5-61b06f6ddf03 {
  display: none;
}
#s-c84e139d-a538-47ee-a8c5-61b06f6ddf03, #wrap-s-c84e139d-a538-47ee-a8c5-61b06f6ddf03 { display:none !important; }}@media (max-width: 767px){#s-c84e139d-a538-47ee-a8c5-61b06f6ddf03 {
  display: none;
}
#s-c84e139d-a538-47ee-a8c5-61b06f6ddf03, #wrap-s-c84e139d-a538-47ee-a8c5-61b06f6ddf03 { display:none !important; }}
#s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36 {
  margin-top: 5px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36 {
  display: none;
}
#s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36, #wrap-s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36 {
  display: none;
}
#s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36, #wrap-s-e58af819-1e5f-4efb-b2f9-bc629d5bfd36 { display:none !important; }}
#s-27596b72-2157-46eb-89e1-0c74bb1284b2 {
  min-height: 50px;
}








#s-27596b72-2157-46eb-89e1-0c74bb1284b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27596b72-2157-46eb-89e1-0c74bb1284b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-145cbe43-b39e-48c1-86bd-627ee69f6213 {
  margin-top: 15px;
margin-left: 50px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-145cbe43-b39e-48c1-86bd-627ee69f6213 {
  display: none;
}
#s-145cbe43-b39e-48c1-86bd-627ee69f6213, #wrap-s-145cbe43-b39e-48c1-86bd-627ee69f6213 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-145cbe43-b39e-48c1-86bd-627ee69f6213 {
  display: none;
}
#s-145cbe43-b39e-48c1-86bd-627ee69f6213, #wrap-s-145cbe43-b39e-48c1-86bd-627ee69f6213 { display:none !important; }}
@media (min-width: 0px) {
[id="s-145cbe43-b39e-48c1-86bd-627ee69f6213"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-145cbe43-b39e-48c1-86bd-627ee69f6213"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-145cbe43-b39e-48c1-86bd-627ee69f6213"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-145cbe43-b39e-48c1-86bd-627ee69f6213"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.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-080d198a-aa08-4342-9aff-14e008ca2c24 {
  text-align: center;
}







  #s-080d198a-aa08-4342-9aff-14e008ca2c24 img.shogun-image {
    

    
    
    
  }


#s-080d198a-aa08-4342-9aff-14e008ca2c24 .shogun-image-content {
  
    align-items: center;
  
}

#s-81689aff-c17b-4ee4-94cb-68a0b03055c6 {
  text-align: center;
}







  #s-81689aff-c17b-4ee4-94cb-68a0b03055c6 img.shogun-image {
    

    
    
    
  }


#s-81689aff-c17b-4ee4-94cb-68a0b03055c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-03cd3857-6c7d-4466-97cc-26c26554393c {
  text-align: center;
}







  #s-03cd3857-6c7d-4466-97cc-26c26554393c img.shogun-image {
    

    
    
    
  }


#s-03cd3857-6c7d-4466-97cc-26c26554393c .shogun-image-content {
  
    align-items: center;
  
}

#s-30b5de64-2803-4620-be6a-4a238d96384c {
  text-align: center;
}







  #s-30b5de64-2803-4620-be6a-4a238d96384c img.shogun-image {
    

    
    
    
  }


#s-30b5de64-2803-4620-be6a-4a238d96384c .shogun-image-content {
  
    align-items: center;
  
}

#s-87ce45fa-df02-4240-84c4-aa18701b5755 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87ce45fa-df02-4240-84c4-aa18701b5755 {
  display: none;
}
#s-87ce45fa-df02-4240-84c4-aa18701b5755, #wrap-s-87ce45fa-df02-4240-84c4-aa18701b5755 { display:none !important; }}@media (max-width: 767px){#s-87ce45fa-df02-4240-84c4-aa18701b5755 {
  display: none;
}
#s-87ce45fa-df02-4240-84c4-aa18701b5755, #wrap-s-87ce45fa-df02-4240-84c4-aa18701b5755 { display:none !important; }}
@media (min-width: 0px) {
[id="s-87ce45fa-df02-4240-84c4-aa18701b5755"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-87ce45fa-df02-4240-84c4-aa18701b5755"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-87ce45fa-df02-4240-84c4-aa18701b5755"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-87ce45fa-df02-4240-84c4-aa18701b5755"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-7a0506e1-125c-4194-97bf-3f3e3f9b2759 {
  text-align: center;
background-color: rgba(244, 244, 244, 1);
}







  #s-7a0506e1-125c-4194-97bf-3f3e3f9b2759 img.shogun-image {
    

    
    
    
  }


#s-7a0506e1-125c-4194-97bf-3f3e3f9b2759 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed7b4aeb-7364-47d6-b1ee-71cecf4f5d23 {
  text-align: center;
}







  #s-ed7b4aeb-7364-47d6-b1ee-71cecf4f5d23 img.shogun-image {
    

    
    
    
  }


#s-ed7b4aeb-7364-47d6-b1ee-71cecf4f5d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-474b7289-062a-448c-9e01-a46da8deb32a {
  text-align: center;
}







  #s-474b7289-062a-448c-9e01-a46da8deb32a img.shogun-image {
    

    
    
    
  }


#s-474b7289-062a-448c-9e01-a46da8deb32a .shogun-image-content {
  
    align-items: center;
  
}

#s-37656b40-1831-4a25-8c37-434744da7a71 {
  text-align: center;
}







  #s-37656b40-1831-4a25-8c37-434744da7a71 img.shogun-image {
    

    
    
    
  }


#s-37656b40-1831-4a25-8c37-434744da7a71 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac {
  margin-top: 25px;
margin-left: 30px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac {
  display: none;
}
#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac, #wrap-s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac { display:none !important; }}@media (max-width: 767px){#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac {
  display: none;
}
#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac, #wrap-s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac { display:none !important; }}
#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 66, 66, 1);
}

#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 66, 66, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-b9ecf61c-d6d8-44a8-8860-63b20e89d8ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-db09a7c9-8642-44e5-b71f-596cfed132cd {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-7c983ded-0083-43b2-8a75-4fa128e537e4 {
  min-height: 50px;
}








#s-7c983ded-0083-43b2-8a75-4fa128e537e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c983ded-0083-43b2-8a75-4fa128e537e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871d5d34-cbd2-4120-ab70-184a391707aa {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 {
  margin-top: 30px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 {
  display: none;
}
#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3, #wrap-s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 {
  display: none;
}
#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3, #wrap-s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 { display:none !important; }}
#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 66, 66, 1);
}

#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 66, 66, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-244a2b17-6056-4e4d-ba15-24f89b9dbbb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-c99ef9ab-51f9-403f-9e05-d5e5985fc5b5 {
  margin-top: 10px;
margin-left: 15px;
margin-right: 30px;
}

#s-9422a028-7925-4833-a8ef-b348bcc6462f {
  min-height: 50px;
}








#s-9422a028-7925-4833-a8ef-b348bcc6462f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9422a028-7925-4833-a8ef-b348bcc6462f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72e5f330-c3ed-486b-96ac-0e1d478633ba {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-6eaf6b73-b195-4ccd-b4cd-f851a169a9a7 {
  min-height: 50px;
}








#s-6eaf6b73-b195-4ccd-b4cd-f851a169a9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eaf6b73-b195-4ccd-b4cd-f851a169a9a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3 {
  display: none;
}
#s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3, #wrap-s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3 { display:none !important; }}@media (max-width: 767px){#s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3 {
  display: none;
}
#s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3, #wrap-s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3 { display:none !important; }}
#s-e86a044d-ea49-4b01-94b2-643f5f2ad8d3 {
  display: none;
}
#s-cd71e580-860e-4df5-b974-5687152a9bfb {
  margin-top: 30px;
margin-left: 30px;
margin-right: 70px;
}

#s-cd71e580-860e-4df5-b974-5687152a9bfb hr {
  border-top: 1px solid rgba(144, 139, 145, 1);
}

#s-14dff906-ad95-48eb-9765-7840ed203e38 {
  padding-left: 6%;
padding-right: 6%;
text-align: left;
}

#s-14dff906-ad95-48eb-9765-7840ed203e38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-14dff906-ad95-48eb-9765-7840ed203e38 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-14dff906-ad95-48eb-9765-7840ed203e38 .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;
}

.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-e191768f-9ce5-46e6-a575-92a17f70be66 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e191768f-9ce5-46e6-a575-92a17f70be66:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e191768f-9ce5-46e6-a575-92a17f70be66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e191768f-9ce5-46e6-a575-92a17f70be66-atc-btn-wrapper {
    text-align: left;
  }


#s-e191768f-9ce5-46e6-a575-92a17f70be66 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e191768f-9ce5-46e6-a575-92a17f70be66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e191768f-9ce5-46e6-a575-92a17f70be66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e191768f-9ce5-46e6-a575-92a17f70be66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-a6322c8e-d00b-4331-8368-c7d37bd0060c {
  display: none;
}
#s-a6322c8e-d00b-4331-8368-c7d37bd0060c, #wrap-s-a6322c8e-d00b-4331-8368-c7d37bd0060c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6322c8e-d00b-4331-8368-c7d37bd0060c {
  display: none;
}
#s-a6322c8e-d00b-4331-8368-c7d37bd0060c, #wrap-s-a6322c8e-d00b-4331-8368-c7d37bd0060c { display:none !important; }}
#s-a6322c8e-d00b-4331-8368-c7d37bd0060c {
  display: none;
}
#s-455c80fc-d61b-44ac-82d6-8ed24b9e4d31 {
  margin-top: 20px;
margin-left: 15%;
}

#s-41006190-e391-4bfc-a50b-33329db8b270 {
  margin-left: 50px;
margin-right: 50px;
}

#s-41006190-e391-4bfc-a50b-33329db8b270 hr {
  border-top: 1px solid rgba(144, 139, 145, 1);
}

#s-851a1f2a-5b51-4220-8efe-269b35747322 {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-851a1f2a-5b51-4220-8efe-269b35747322:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-851a1f2a-5b51-4220-8efe-269b35747322:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-851a1f2a-5b51-4220-8efe-269b35747322-atc-btn-wrapper {
    text-align: left;
  }


#s-851a1f2a-5b51-4220-8efe-269b35747322 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-851a1f2a-5b51-4220-8efe-269b35747322.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-851a1f2a-5b51-4220-8efe-269b35747322.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-851a1f2a-5b51-4220-8efe-269b35747322.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-827b4284-0c6f-4033-9f71-c8865d50c780"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-0fa10771-588b-4f77-a7bc-6bf668c0b40a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fa10771-588b-4f77-a7bc-6bf668c0b40a {
  
}
}@media (max-width: 767px){#s-0fa10771-588b-4f77-a7bc-6bf668c0b40a {
  
}
}







#s-0fa10771-588b-4f77-a7bc-6bf668c0b40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fa10771-588b-4f77-a7bc-6bf668c0b40a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe9559ef-bf9c-46bb-ab23-f701b1f4a73b {
  min-height: 50px;
}








#s-fe9559ef-bf9c-46bb-ab23-f701b1f4a73b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe9559ef-bf9c-46bb-ab23-f701b1f4a73b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 {
  margin-top: 100px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 {
  display: none;
}
#s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6, #wrap-s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 { display:none !important; }}@media (max-width: 767px){#s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 {
  display: none;
}
#s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6, #wrap-s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 { display:none !important; }}






  #s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 img.shogun-image {
    

    
    
    
  }


#s-478de8d7-cfc0-4f71-8f17-3fd1a86d8cc6 .shogun-image-content {
  
    align-items: center;
  
}

.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-b19e0a08-ae98-4106-87a3-9da2475b4f4e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b19e0a08-ae98-4106-87a3-9da2475b4f4e {
  
}
}@media (max-width: 767px){#s-b19e0a08-ae98-4106-87a3-9da2475b4f4e {
  
}
}
#s-b19e0a08-ae98-4106-87a3-9da2475b4f4e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b19e0a08-ae98-4106-87a3-9da2475b4f4e .shg-sld-nav-button.shg-sld-left,
#s-b19e0a08-ae98-4106-87a3-9da2475b4f4e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-540d3c92-9537-4d75-a089-dac1507b4581 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-540d3c92-9537-4d75-a089-dac1507b4581 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-540d3c92-9537-4d75-a089-dac1507b4581 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-540d3c92-9537-4d75-a089-dac1507b4581 {
  
}
}@media (max-width: 767px){#s-540d3c92-9537-4d75-a089-dac1507b4581 {
  
}
}
@media (min-width: 0px) {
[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-540d3c92-9537-4d75-a089-dac1507b4581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

#s-c52d7229-f407-4d31-a43d-5eef812fc3df {
  margin-left: 150px;
margin-right: 150px;
text-align: center;
}







  #s-c52d7229-f407-4d31-a43d-5eef812fc3df img.shogun-image {
    

    
    
    
  }


#s-c52d7229-f407-4d31-a43d-5eef812fc3df .shogun-image-content {
  
    align-items: center;
  
}

#s-8da617cd-f7fb-4285-bc04-35ad1574c80f {
  margin-top: 30px;
margin-left: 90px;
margin-bottom: 20px;
margin-right: 90px;
opacity: 1;
}
@media (min-width: 1200px){#s-8da617cd-f7fb-4285-bc04-35ad1574c80f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da617cd-f7fb-4285-bc04-35ad1574c80f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da617cd-f7fb-4285-bc04-35ad1574c80f {
  
}
}@media (max-width: 767px){#s-8da617cd-f7fb-4285-bc04-35ad1574c80f {
  
}
}
#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 {
  margin-top: 100px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 {
  display: none;
}
#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3, #wrap-s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 { display:none !important; }}@media (max-width: 767px){#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 {
  display: none;
}
#s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3, #wrap-s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3b6bd588-78d4-4580-9160-69bc1ec9fdc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

#s-794b0bee-3fe4-42ad-85a0-6b4b6588f8fc {
  background-size: cover;
margin-bottom: 25px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(66, 66, 66, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(218, 218, 218, 0);
background-position: center center;
}








#s-794b0bee-3fe4-42ad-85a0-6b4b6588f8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-794b0bee-3fe4-42ad-85a0-6b4b6588f8fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3517026c-f72f-423d-a497-81872e9b774b {
  margin-left: 75px;
margin-right: 75px;
}

#s-3517026c-f72f-423d-a497-81872e9b774b .shogun-icon-wrapper {
  text-align: left;
}


#s-3517026c-f72f-423d-a497-81872e9b774b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: #495056;
}

#s-414389e1-7c8a-4b92-b94d-1812812542d4 {
  margin-top: 30px;
margin-left: 200px;
margin-right: 200px;
text-align: center;
}







  #s-414389e1-7c8a-4b92-b94d-1812812542d4 img.shogun-image {
    

    
    
    
  }


#s-414389e1-7c8a-4b92-b94d-1812812542d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea38c698-a263-49db-a0b3-f96a3fb8eeee {
  margin-top: 30px;
margin-left: 90px;
margin-bottom: 20px;
margin-right: 90px;
opacity: 1;
}
@media (min-width: 1200px){#s-ea38c698-a263-49db-a0b3-f96a3fb8eeee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea38c698-a263-49db-a0b3-f96a3fb8eeee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea38c698-a263-49db-a0b3-f96a3fb8eeee {
  
}
}@media (max-width: 767px){#s-ea38c698-a263-49db-a0b3-f96a3fb8eeee {
  
}
}
#s-25680b0c-c1a0-4465-a32f-91f2c18b2a18 {
  margin-left: 75px;
margin-right: 75px;
}

#s-25680b0c-c1a0-4465-a32f-91f2c18b2a18 .shogun-icon-wrapper {
  text-align: right;
}


#s-25680b0c-c1a0-4465-a32f-91f2c18b2a18 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(66, 66, 66, 1);
}

#s-c8a067d7-8861-4ae8-9514-0d8a996bd454 {
  margin-top: 100px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-c8a067d7-8861-4ae8-9514-0d8a996bd454 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8a067d7-8861-4ae8-9514-0d8a996bd454 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8a067d7-8861-4ae8-9514-0d8a996bd454 {
  display: none;
}
#s-c8a067d7-8861-4ae8-9514-0d8a996bd454, #wrap-s-c8a067d7-8861-4ae8-9514-0d8a996bd454 { display:none !important; }}@media (max-width: 767px){#s-c8a067d7-8861-4ae8-9514-0d8a996bd454 {
  display: none;
}
#s-c8a067d7-8861-4ae8-9514-0d8a996bd454, #wrap-s-c8a067d7-8861-4ae8-9514-0d8a996bd454 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-c8a067d7-8861-4ae8-9514-0d8a996bd454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

#s-c2179f38-b82b-4c96-8933-f733f4f16743 {
  background-size: cover;
margin-bottom: 25px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(66, 66, 66, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(218, 218, 218, 0);
background-position: center center;
}








#s-c2179f38-b82b-4c96-8933-f733f4f16743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-c2179f38-b82b-4c96-8933-f733f4f16743.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-428beb51-290e-4c86-9dbe-ba28643c3157 {
  margin-top: 30px;
margin-left: 200px;
margin-right: 200px;
text-align: center;
}







  #s-428beb51-290e-4c86-9dbe-ba28643c3157 img.shogun-image {
    

    
    
    
  }


#s-428beb51-290e-4c86-9dbe-ba28643c3157 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9b84354-9d09-4a63-9ebe-7db8cb5e939b {
  margin-top: 30px;
margin-left: 90px;
margin-bottom: 20px;
margin-right: 90px;
opacity: 1;
}
@media (min-width: 1200px){#s-f9b84354-9d09-4a63-9ebe-7db8cb5e939b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9b84354-9d09-4a63-9ebe-7db8cb5e939b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9b84354-9d09-4a63-9ebe-7db8cb5e939b {
  
}
}@media (max-width: 767px){#s-f9b84354-9d09-4a63-9ebe-7db8cb5e939b {
  
}
}
#s-4d600078-c127-4a31-b4df-e9350ca876ec {
  margin-top: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-4d600078-c127-4a31-b4df-e9350ca876ec {
  display: none;
}
#s-4d600078-c127-4a31-b4df-e9350ca876ec, #wrap-s-4d600078-c127-4a31-b4df-e9350ca876ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d600078-c127-4a31-b4df-e9350ca876ec {
  display: none;
}
#s-4d600078-c127-4a31-b4df-e9350ca876ec, #wrap-s-4d600078-c127-4a31-b4df-e9350ca876ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d600078-c127-4a31-b4df-e9350ca876ec {
  
}
}@media (max-width: 767px){#s-4d600078-c127-4a31-b4df-e9350ca876ec {
  
}
}






  #s-4d600078-c127-4a31-b4df-e9350ca876ec img.shogun-image {
    

    
    
    
  }


#s-4d600078-c127-4a31-b4df-e9350ca876ec .shogun-image-content {
  
    align-items: center;
  
}

#s-57524ca8-507f-4749-849e-8a0219c0f82f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57524ca8-507f-4749-849e-8a0219c0f82f {
  
}
}@media (max-width: 767px){#s-57524ca8-507f-4749-849e-8a0219c0f82f {
  
}
}
#s-57524ca8-507f-4749-849e-8a0219c0f82f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-57524ca8-507f-4749-849e-8a0219c0f82f .shg-sld-nav-button.shg-sld-left,
#s-57524ca8-507f-4749-849e-8a0219c0f82f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d4cbb080-4edd-43a8-baf5-4832e75c6b76 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-d4cbb080-4edd-43a8-baf5-4832e75c6b76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4cbb080-4edd-43a8-baf5-4832e75c6b76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4cbb080-4edd-43a8-baf5-4832e75c6b76 {
  
}
}@media (max-width: 767px){#s-d4cbb080-4edd-43a8-baf5-4832e75c6b76 {
  
}
}
@media (min-width: 0px) {
[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-d4cbb080-4edd-43a8-baf5-4832e75c6b76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

#s-58377a29-49d8-4785-be98-2a90a2b4adcd {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}







  #s-58377a29-49d8-4785-be98-2a90a2b4adcd img.shogun-image {
    

    
    
    
  }


#s-58377a29-49d8-4785-be98-2a90a2b4adcd .shogun-image-content {
  
    align-items: center;
  
}

#s-f226971d-4121-41f5-a790-12c3bee43292 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-f226971d-4121-41f5-a790-12c3bee43292 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f226971d-4121-41f5-a790-12c3bee43292 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f226971d-4121-41f5-a790-12c3bee43292 {
  
}
}@media (max-width: 767px){#s-f226971d-4121-41f5-a790-12c3bee43292 {
  
}
}
#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 {
  margin-top: 100px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 {
  display: none;
}
#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1, #wrap-s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 { display:none !important; }}@media (max-width: 767px){#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 {
  display: none;
}
#s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1, #wrap-s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-e9a85e00-6e9b-4c73-93de-9ce83120eaa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

#s-dfab6f80-5ff3-413e-91c2-adb2c3499c6a {
  background-size: cover;
margin-bottom: 25px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(66, 66, 66, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(218, 218, 218, 0);
background-position: center center;
}








#s-dfab6f80-5ff3-413e-91c2-adb2c3499c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-dfab6f80-5ff3-413e-91c2-adb2c3499c6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07805058-06b3-4284-936a-ce608da0d5f5 {
  margin-left: 75px;
margin-right: 75px;
}

#s-07805058-06b3-4284-936a-ce608da0d5f5 .shogun-icon-wrapper {
  text-align: left;
}


#s-07805058-06b3-4284-936a-ce608da0d5f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: #495056;
}

#s-2983f306-2bfa-4c8c-bdd9-ab394e6bdf28 {
  margin-top: 30px;
margin-left: 200px;
margin-right: 200px;
text-align: center;
}







  #s-2983f306-2bfa-4c8c-bdd9-ab394e6bdf28 img.shogun-image {
    

    
    
    
  }


#s-2983f306-2bfa-4c8c-bdd9-ab394e6bdf28 .shogun-image-content {
  
    align-items: center;
  
}

#s-49999f98-c668-4eec-9f17-2fc04390394a {
  margin-top: 30px;
margin-left: 90px;
margin-bottom: 20px;
margin-right: 90px;
opacity: 1;
}
@media (min-width: 1200px){#s-49999f98-c668-4eec-9f17-2fc04390394a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49999f98-c668-4eec-9f17-2fc04390394a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49999f98-c668-4eec-9f17-2fc04390394a {
  
}
}@media (max-width: 767px){#s-49999f98-c668-4eec-9f17-2fc04390394a {
  
}
}
#s-a5ceb605-1aef-4bf0-bf40-0688b2ce7715 {
  margin-left: 75px;
margin-right: 75px;
}

#s-a5ceb605-1aef-4bf0-bf40-0688b2ce7715 .shogun-icon-wrapper {
  text-align: right;
}


#s-a5ceb605-1aef-4bf0-bf40-0688b2ce7715 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(66, 66, 66, 1);
}

#s-421d8f43-1d7a-4410-a21b-b5469462fbdf {
  margin-top: 100px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-421d8f43-1d7a-4410-a21b-b5469462fbdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-421d8f43-1d7a-4410-a21b-b5469462fbdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-421d8f43-1d7a-4410-a21b-b5469462fbdf {
  display: none;
}
#s-421d8f43-1d7a-4410-a21b-b5469462fbdf, #wrap-s-421d8f43-1d7a-4410-a21b-b5469462fbdf { display:none !important; }}@media (max-width: 767px){#s-421d8f43-1d7a-4410-a21b-b5469462fbdf {
  display: none;
}
#s-421d8f43-1d7a-4410-a21b-b5469462fbdf, #wrap-s-421d8f43-1d7a-4410-a21b-b5469462fbdf { display:none !important; }}
@media (min-width: 0px) {
[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-421d8f43-1d7a-4410-a21b-b5469462fbdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

}

#s-29720825-172e-4852-a014-def4d2f5b7fa {
  background-size: cover;
margin-bottom: 25px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(66, 66, 66, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(218, 218, 218, 0);
background-position: center center;
}








#s-29720825-172e-4852-a014-def4d2f5b7fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.3;
}#s-29720825-172e-4852-a014-def4d2f5b7fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9bb1297e-252d-4aea-9139-6951be933d3e {
  margin-top: 30px;
margin-left: 200px;
margin-right: 200px;
text-align: center;
}







  #s-9bb1297e-252d-4aea-9139-6951be933d3e img.shogun-image {
    

    
    
    
  }


#s-9bb1297e-252d-4aea-9139-6951be933d3e .shogun-image-content {
  
    align-items: center;
  
}

#s-5e6f86c5-4895-4b04-aeab-9a8d6c2295c2 {
  margin-top: 30px;
margin-left: 90px;
margin-bottom: 20px;
margin-right: 90px;
opacity: 1;
}
@media (min-width: 1200px){#s-5e6f86c5-4895-4b04-aeab-9a8d6c2295c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e6f86c5-4895-4b04-aeab-9a8d6c2295c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e6f86c5-4895-4b04-aeab-9a8d6c2295c2 {
  
}
}@media (max-width: 767px){#s-5e6f86c5-4895-4b04-aeab-9a8d6c2295c2 {
  
}
}
#s-6f428289-a8e9-4a12-a7cb-94b1140022e1 {
  margin-top: 75px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 25px;
}

#s-74b2ae10-2402-4d0b-9c11-6875f235ff15 {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-74b2ae10-2402-4d0b-9c11-6875f235ff15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74b2ae10-2402-4d0b-9c11-6875f235ff15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74b2ae10-2402-4d0b-9c11-6875f235ff15 {
  display: none;
}
#s-74b2ae10-2402-4d0b-9c11-6875f235ff15, #wrap-s-74b2ae10-2402-4d0b-9c11-6875f235ff15 { display:none !important; }}@media (max-width: 767px){#s-74b2ae10-2402-4d0b-9c11-6875f235ff15 {
  display: none;
}
#s-74b2ae10-2402-4d0b-9c11-6875f235ff15, #wrap-s-74b2ae10-2402-4d0b-9c11-6875f235ff15 { display:none !important; }}
@media (min-width: 0px) {
[id="s-74b2ae10-2402-4d0b-9c11-6875f235ff15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74b2ae10-2402-4d0b-9c11-6875f235ff15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-74b2ae10-2402-4d0b-9c11-6875f235ff15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-74b2ae10-2402-4d0b-9c11-6875f235ff15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-2335d5a0-a628-45eb-88d0-d02930b84e04 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}







  #s-2335d5a0-a628-45eb-88d0-d02930b84e04 img.shogun-image {
    

    
    
    
  }


#s-2335d5a0-a628-45eb-88d0-d02930b84e04 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a548746-7a65-4f5c-803d-7e0d1a79bc05 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}







  #s-2a548746-7a65-4f5c-803d-7e0d1a79bc05 img.shogun-image {
    

    
    
    
  }


#s-2a548746-7a65-4f5c-803d-7e0d1a79bc05 .shogun-image-content {
  
    align-items: center;
  
}

#s-b28218a2-3da2-4263-bdf1-69cc4ca8cd5f {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}







  #s-b28218a2-3da2-4263-bdf1-69cc4ca8cd5f img.shogun-image {
    

    
    
    
  }


#s-b28218a2-3da2-4263-bdf1-69cc4ca8cd5f .shogun-image-content {
  
    align-items: center;
  
}

#s-b129451e-8e5c-4304-9d39-b67c5da52ed5 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-b129451e-8e5c-4304-9d39-b67c5da52ed5 {
  display: none;
}
#s-b129451e-8e5c-4304-9d39-b67c5da52ed5, #wrap-s-b129451e-8e5c-4304-9d39-b67c5da52ed5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b129451e-8e5c-4304-9d39-b67c5da52ed5 {
  display: none;
}
#s-b129451e-8e5c-4304-9d39-b67c5da52ed5, #wrap-s-b129451e-8e5c-4304-9d39-b67c5da52ed5 { display:none !important; }}






  #s-b129451e-8e5c-4304-9d39-b67c5da52ed5 img.shogun-image {
    

    
    
    
  }


#s-b129451e-8e5c-4304-9d39-b67c5da52ed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffaa9858-9aaa-42b9-ac44-154e3523458d {
  min-height: 50px;
}








#s-ffaa9858-9aaa-42b9-ac44-154e3523458d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffaa9858-9aaa-42b9-ac44-154e3523458d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 {
  display: none;
}
#s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6, #wrap-s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 {
  display: none;
}
#s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6, #wrap-s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 { display:none !important; }}






  #s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 img.shogun-image {
    

    
    
    
  }


#s-2b487e80-bb73-4bc1-953e-de82b9a6f9c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f8b65fd-25a3-4663-bc31-faecc0f16fab {
  
}

@media (min-width: 0px) {
[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f8b65fd-25a3-4663-bc31-faecc0f16fab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b8c42cce-3e97-4856-bba2-169db9d57a5b {
  background-repeat: no-repeat;
background-size: 700px 700px;
min-height: 600px;
background-position: center center;
}








#s-b8c42cce-3e97-4856-bba2-169db9d57a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8c42cce-3e97-4856-bba2-169db9d57a5b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbad8286-03aa-4979-a898-3dd52c0669bc {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(15, 30, 70, 1);
}








#s-dbad8286-03aa-4979-a898-3dd52c0669bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbad8286-03aa-4979-a898-3dd52c0669bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4cd1752-67ce-4e62-9404-0d516c8acadd {
  margin-left: 70px;
margin-bottom: 15px;
margin-right: 70px;
}

#s-12f4677b-ae91-406a-a0fb-852adaa6b17f {
  margin-left: 70px;
margin-right: 70px;
}

@media (min-width: 0px) {
[id="s-12f4677b-ae91-406a-a0fb-852adaa6b17f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12f4677b-ae91-406a-a0fb-852adaa6b17f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-12f4677b-ae91-406a-a0fb-852adaa6b17f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-12f4677b-ae91-406a-a0fb-852adaa6b17f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-7ee23be5-d167-4d8b-b50c-2f1372c73e10 {
  margin-left: -20px;
max-width: 100px;
}







  #s-7ee23be5-d167-4d8b-b50c-2f1372c73e10 img.shogun-image {
    

    
    
    
  }


#s-7ee23be5-d167-4d8b-b50c-2f1372c73e10 .shogun-image-content {
  
    align-items: center;
  
}

#s-b12f6309-77bc-4183-ab94-4bfca8c6824e {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-b12f6309-77bc-4183-ab94-4bfca8c6824e img.shogun-image {
    

    
    
    
  }


#s-b12f6309-77bc-4183-ab94-4bfca8c6824e .shogun-image-content {
  
    align-items: center;
  
}

#s-e53e2131-db20-48ec-bfd2-b0d458fa95dd {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-e53e2131-db20-48ec-bfd2-b0d458fa95dd img.shogun-image {
    

    
    
    
  }


#s-e53e2131-db20-48ec-bfd2-b0d458fa95dd .shogun-image-content {
  
    align-items: center;
  
}

#s-2538655f-c218-4609-b996-8b8d3b811ef0 {
  margin-left: 70px;
margin-right: 70px;
}

@media (min-width: 0px) {
[id="s-2538655f-c218-4609-b996-8b8d3b811ef0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2538655f-c218-4609-b996-8b8d3b811ef0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2538655f-c218-4609-b996-8b8d3b811ef0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2538655f-c218-4609-b996-8b8d3b811ef0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-d86ffbb5-5b25-4c4c-8378-e49bb21d4f50 {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-d86ffbb5-5b25-4c4c-8378-e49bb21d4f50 img.shogun-image {
    

    
    
    
  }


#s-d86ffbb5-5b25-4c4c-8378-e49bb21d4f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-981689fe-7246-4de7-a9b9-8d6f5b3b0b0d {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-981689fe-7246-4de7-a9b9-8d6f5b3b0b0d img.shogun-image {
    

    
    
    
  }


#s-981689fe-7246-4de7-a9b9-8d6f5b3b0b0d .shogun-image-content {
  
    align-items: center;
  
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e {
  margin-top: 10px;
margin-left: 70px;
margin-right: 70px;
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 14px;
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(15, 30, 70, 1);
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(15, 30, 70, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5b89d5d8-e05d-4011-b0f9-5747fcdcae9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-92b10e8b-c675-468a-872e-f3c5e3a57ab7 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d4ae7e62-e088-4892-be6d-cc5c782e17be {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-d4ae7e62-e088-4892-be6d-cc5c782e17be {
  display: none;
}
#s-d4ae7e62-e088-4892-be6d-cc5c782e17be, #wrap-s-d4ae7e62-e088-4892-be6d-cc5c782e17be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4ae7e62-e088-4892-be6d-cc5c782e17be {
  display: none;
}
#s-d4ae7e62-e088-4892-be6d-cc5c782e17be, #wrap-s-d4ae7e62-e088-4892-be6d-cc5c782e17be { display:none !important; }}






  #s-d4ae7e62-e088-4892-be6d-cc5c782e17be img.shogun-image {
    

    
    
    
  }


#s-d4ae7e62-e088-4892-be6d-cc5c782e17be .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7ae2a379-2774-4158-8006-84b0b8c56f88 {
  display: none;
}
#s-7ae2a379-2774-4158-8006-84b0b8c56f88, #wrap-s-7ae2a379-2774-4158-8006-84b0b8c56f88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ae2a379-2774-4158-8006-84b0b8c56f88 {
  display: none;
}
#s-7ae2a379-2774-4158-8006-84b0b8c56f88, #wrap-s-7ae2a379-2774-4158-8006-84b0b8c56f88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ae2a379-2774-4158-8006-84b0b8c56f88 {
  
}
}@media (max-width: 767px){#s-7ae2a379-2774-4158-8006-84b0b8c56f88 {
  
}
}
@media (min-width: 0px) {
[id="s-7ae2a379-2774-4158-8006-84b0b8c56f88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae2a379-2774-4158-8006-84b0b8c56f88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7ae2a379-2774-4158-8006-84b0b8c56f88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7ae2a379-2774-4158-8006-84b0b8c56f88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px){#s-8f9583da-8f2d-4ad9-b621-87fcfd814f14 {
  display: none;
}
#s-8f9583da-8f2d-4ad9-b621-87fcfd814f14, #wrap-s-8f9583da-8f2d-4ad9-b621-87fcfd814f14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f9583da-8f2d-4ad9-b621-87fcfd814f14 {
  display: none;
}
#s-8f9583da-8f2d-4ad9-b621-87fcfd814f14, #wrap-s-8f9583da-8f2d-4ad9-b621-87fcfd814f14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8f9583da-8f2d-4ad9-b621-87fcfd814f14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f9583da-8f2d-4ad9-b621-87fcfd814f14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f9583da-8f2d-4ad9-b621-87fcfd814f14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f9583da-8f2d-4ad9-b621-87fcfd814f14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-75e11940-c47b-4ca6-ac5a-27564556f6f7 {
  margin-top: 75px;
text-align: center;
}







  #s-75e11940-c47b-4ca6-ac5a-27564556f6f7 img.shogun-image {
    

    
    
    
  }


#s-75e11940-c47b-4ca6-ac5a-27564556f6f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6e5e4d7-ed0e-4114-acb3-14b95439bb67 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(15, 30, 70, 1);
}








#s-a6e5e4d7-ed0e-4114-acb3-14b95439bb67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6e5e4d7-ed0e-4114-acb3-14b95439bb67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e04a47e-6872-4c52-8040-727c14ea53dc {
  margin-left: 50px;
margin-bottom: 15px;
margin-right: 50px;
}

#s-297e07c8-3c85-4a55-994c-4551fb544aee {
  margin-left: 50px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-297e07c8-3c85-4a55-994c-4551fb544aee"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-297e07c8-3c85-4a55-994c-4551fb544aee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-297e07c8-3c85-4a55-994c-4551fb544aee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-297e07c8-3c85-4a55-994c-4551fb544aee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-5fa8057e-2cb6-49ee-a61e-4742f21d22fd {
  margin-left: -20px;
max-width: 100px;
}







  #s-5fa8057e-2cb6-49ee-a61e-4742f21d22fd img.shogun-image {
    

    
    
    
  }


#s-5fa8057e-2cb6-49ee-a61e-4742f21d22fd .shogun-image-content {
  
    align-items: center;
  
}

#s-6519dc69-36b6-48dd-b7e3-1b5b6c7f275d {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-6519dc69-36b6-48dd-b7e3-1b5b6c7f275d img.shogun-image {
    

    
    
    
  }


#s-6519dc69-36b6-48dd-b7e3-1b5b6c7f275d .shogun-image-content {
  
    align-items: center;
  
}

#s-7864261e-a06f-429c-be98-ec205037157f {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-7864261e-a06f-429c-be98-ec205037157f img.shogun-image {
    

    
    
    
  }


#s-7864261e-a06f-429c-be98-ec205037157f .shogun-image-content {
  
    align-items: center;
  
}

#s-6abfa2d3-b451-4b9a-bebd-2a84941646f6 {
  margin-left: 50px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-6abfa2d3-b451-4b9a-bebd-2a84941646f6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6abfa2d3-b451-4b9a-bebd-2a84941646f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6abfa2d3-b451-4b9a-bebd-2a84941646f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6abfa2d3-b451-4b9a-bebd-2a84941646f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-306b44c9-0ef8-4d32-8a7a-9adfbc8dbdd5 {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-306b44c9-0ef8-4d32-8a7a-9adfbc8dbdd5 img.shogun-image {
    

    
    
    
  }


#s-306b44c9-0ef8-4d32-8a7a-9adfbc8dbdd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3ef420a-0fd0-42f8-83fd-1feeea7407cd {
  margin-left: -20px;
max-width: 100px;
text-align: left;
}







  #s-e3ef420a-0fd0-42f8-83fd-1feeea7407cd img.shogun-image {
    

    
    
    
  }


#s-e3ef420a-0fd0-42f8-83fd-1feeea7407cd .shogun-image-content {
  
    align-items: center;
  
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f {
  margin-top: 30px;
margin-left: 50px;
margin-right: 50px;
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 14px;
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(15, 30, 70, 1);
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(15, 30, 70, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d900d0b6-8fae-47ac-ac55-52b36add950f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d01788af-8c58-459f-9eca-5fb8c29ffe70 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-746122e7-0537-4dc8-ac17-4bfa7077358f {
  background-repeat: no-repeat;
background-size: 550px 38px;
margin-top: 100px;
margin-bottom: 8px;
min-height: 100px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-746122e7-0537-4dc8-ac17-4bfa7077358f {
  display: none;
}
#s-746122e7-0537-4dc8-ac17-4bfa7077358f, #wrap-s-746122e7-0537-4dc8-ac17-4bfa7077358f { display:none !important; }}@media (max-width: 767px){#s-746122e7-0537-4dc8-ac17-4bfa7077358f {
  display: none;
}
#s-746122e7-0537-4dc8-ac17-4bfa7077358f, #wrap-s-746122e7-0537-4dc8-ac17-4bfa7077358f { display:none !important; }}







#s-746122e7-0537-4dc8-ac17-4bfa7077358f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746122e7-0537-4dc8-ac17-4bfa7077358f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 {
  background-repeat: no-repeat;
background-size: 400px 27px;
margin-top: 75px;
margin-bottom: 20px;
min-height: 75px;
background-position: center center;
}
@media (min-width: 1200px){#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 {
  display: none;
}
#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658, #wrap-s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 {
  display: none;
}
#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658, #wrap-s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 {
  
}
}@media (max-width: 767px){#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 {
  
}
}







#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be05d7fd-78f5-40e9-87e8-7a37f68b5658.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-66d4207e-e0d5-4a1b-b2ac-5a7fd2f12a04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66d4207e-e0d5-4a1b-b2ac-5a7fd2f12a04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-66d4207e-e0d5-4a1b-b2ac-5a7fd2f12a04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-66d4207e-e0d5-4a1b-b2ac-5a7fd2f12a04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1ae906c5-e3bf-4dcd-b459-a2a53b89a8bd {
  margin-top: 15px;
margin-left: 50px;
margin-bottom: 15px;
margin-right: 50px;
}

#s-1ae906c5-e3bf-4dcd-b459-a2a53b89a8bd .shogun-icon-wrapper {
  text-align: left;
}


#s-1ae906c5-e3bf-4dcd-b459-a2a53b89a8bd .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: #495056;
}

#s-73785feb-221a-4573-8944-cdf02ca2d4ef {
  margin-left: 50px;
margin-right: 50px;
}

#s-d02f148d-0e61-4c13-afc4-fee2d414db8e {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-d02f148d-0e61-4c13-afc4-fee2d414db8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d02f148d-0e61-4c13-afc4-fee2d414db8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d02f148d-0e61-4c13-afc4-fee2d414db8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d02f148d-0e61-4c13-afc4-fee2d414db8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-88bbc08e-4f3f-4ca6-8ca2-0f06a93f140f {
  margin-left: 50px;
margin-bottom: 5px;
margin-right: 50px;
}

#s-89403f9b-aab3-43cd-a30e-7327a4be6a37 {
  display: none;
}
#s-08766e76-c03d-4e78-8b50-e27a41d7b214 {
  text-align: center;
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 {
  max-width:  100%;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom,
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 {
  max-width:  100%;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom,
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 {
  max-width:  100%;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom,
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 {
  max-width:  100%;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom,
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 {
  max-width:  100%;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom,
.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08766e76-c03d-4e78-8b50-e27a41d7b214 img.shogun-image {
  width: 100%;
}



}
#s-88752e5a-8d99-449f-a4dd-4a4d973762b4 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
}

#s-7558078a-a349-4add-b7f1-7fe08880f30f {
  padding-left: 50px;
padding-right: 50px;
}

#s-7558078a-a349-4add-b7f1-7fe08880f30f hr {
  border-top: 1px solid rgba(67, 153, 236, 1);
}

#s-38e81e7b-96e4-49ab-82a2-d93e33ed6a22 {
  margin-left: 50px;
margin-right: 50px;
}

#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2 {
  margin-top: 5px;
margin-left: 50px;
margin-bottom: 5px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2-atc-btn-wrapper {
    text-align: left;
  }


#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fc1e7a62-a5b4-42eb-b868-9476b9f75ac2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b8dae574-224f-484f-a625-90841e5c92aa {
  margin-left: 50px;
margin-bottom: 5px;
margin-right: 50px;
}

#s-35a246ce-0d58-4ed0-a04a-b4eb9ab47265 {
  margin-left: 50px;
margin-right: 50px;
}

#s-35a246ce-0d58-4ed0-a04a-b4eb9ab47265 {
  display: none;
}
#s-998cfff2-664e-424f-92c3-364ec114aacd {
  text-align: left;
}



.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-998cfff2-664e-424f-92c3-364ec114aacd img.shogun-image {
  width: 100%;
}



}
#s-5dbce12c-1be3-47dc-907f-4f2cca75e165 {
  margin-top: 20px;
}

#s-262b848b-75d0-41c4-8ed4-f12d9bac520f hr {
  border-top: 1px solid rgba(67, 153, 236, 1);
}

#s-5d007632-f692-4548-b37b-e48d46dfd51c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5d007632-f692-4548-b37b-e48d46dfd51c:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d007632-f692-4548-b37b-e48d46dfd51c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d007632-f692-4548-b37b-e48d46dfd51c-atc-btn-wrapper {
    text-align: left;
  }


#s-5d007632-f692-4548-b37b-e48d46dfd51c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d007632-f692-4548-b37b-e48d46dfd51c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d007632-f692-4548-b37b-e48d46dfd51c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d007632-f692-4548-b37b-e48d46dfd51c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c1edfa71-952b-4ed6-9bb2-c18744c2fbf4 {
  margin-left: 50px;
margin-bottom: 5px;
margin-right: 50px;
}

#s-da0ddd7f-3115-46eb-9d53-12b2cf2e8e9d {
  margin-left: 50px;
margin-right: 50px;
}

#s-da0ddd7f-3115-46eb-9d53-12b2cf2e8e9d {
  display: none;
}
#s-a7c65912-cbe3-4378-b56a-c3bb401db1df {
  text-align: left;
}



.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a7c65912-cbe3-4378-b56a-c3bb401db1df img.shogun-image {
  width: 100%;
}



}
#s-2b62063a-7ea8-42fa-a8bc-27992ba0a9f9 {
  margin-top: 20px;
}

#s-0f7de6df-318b-47d7-82eb-aa1440498273 hr {
  border-top: 1px solid rgba(67, 153, 236, 1);
}

#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 153, 236, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87:hover {background-color: rgba(67, 153, 236, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87-atc-btn-wrapper {
    text-align: left;
  }


#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfcd7b70-e4c2-46c7-b44a-ae09f85baf87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d17fa480-0184-4522-bbbb-82d1dc0b43df {
  display: none;
}
.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: left;
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container {
  font-family: ;
  font-size: 14px;
  color: rgba(66, 66, 66, 1);
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(67, 153, 236, 1);
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(67, 153, 236, 1);
  stroke: rgba(67, 153, 236, 1);
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(67, 153, 236, 1);
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(67, 153, 236, 1);
  color: #FFFFFF;
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(67, 153, 236, 1);
}

#s-9e3f1879-f75d-4774-90ea-b88c2eb531b2 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(67, 153, 236, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}