.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-3bcb81fc-4461-4633-a7f3-d9670990b658 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50em;
max-width: 100%;
}
@media (max-width: 767px){#s-3bcb81fc-4461-4633-a7f3-d9670990b658 {
  
}
}







#s-3bcb81fc-4461-4633-a7f3-d9670990b658 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3bcb81fc-4461-4633-a7f3-d9670990b658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dacc43c6-a8c3-4e14-b790-e0a6dfc34dbc {
  padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-dacc43c6-a8c3-4e14-b790-e0a6dfc34dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dacc43c6-a8c3-4e14-b790-e0a6dfc34dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5cf38f97-8e55-4720-a18b-556a5d831853 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-5cf38f97-8e55-4720-a18b-556a5d831853 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-646b89d3-8e02-473d-ab76-865c5e1353d1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

.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-13c13498-e1d3-4c75-8c5b-a04b69266117"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-13c13498-e1d3-4c75-8c5b-a04b69266117"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-13c13498-e1d3-4c75-8c5b-a04b69266117"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c13498-e1d3-4c75-8c5b-a04b69266117"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

}

#s-cdddb5ab-e26d-4e2e-82d5-2f0dc6758eb0 .shogun-icon-wrapper {
  text-align: center;
}


#s-cdddb5ab-e26d-4e2e-82d5-2f0dc6758eb0 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1c58a265-c5a0-4ead-a8dd-32cff58b2fbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c58a265-c5a0-4ead-a8dd-32cff58b2fbc .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1c58a265-c5a0-4ead-a8dd-32cff58b2fbc .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-e802b4c3-89c2-4396-bc3f-3c75820441b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-e802b4c3-89c2-4396-bc3f-3c75820441b4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-e769f277-6813-4230-a97d-e538c30c63d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e769f277-6813-4230-a97d-e538c30c63d9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e769f277-6813-4230-a97d-e538c30c63d9 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-d612ed62-b8b5-4656-a81f-657b4b4381d1 .shogun-icon-wrapper {
  text-align: center;
}


#s-d612ed62-b8b5-4656-a81f-657b4b4381d1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-cf2fd51e-be5e-4724-a36d-8116faff75fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf2fd51e-be5e-4724-a36d-8116faff75fb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cf2fd51e-be5e-4724-a36d-8116faff75fb .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-e4e55561-98cd-4115-88f9-5e68a388558a .shogun-icon-wrapper {
  text-align: center;
}


#s-e4e55561-98cd-4115-88f9-5e68a388558a .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1f75aae6-f607-404a-9929-1fd36c4fb391 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f75aae6-f607-404a-9929-1fd36c4fb391 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1f75aae6-f607-404a-9929-1fd36c4fb391 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


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

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

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

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

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

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

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

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

#s-bcca14c6-5144-478b-be82-fe85c91354aa {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bcca14c6-5144-478b-be82-fe85c91354aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bcca14c6-5144-478b-be82-fe85c91354aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bcca14c6-5144-478b-be82-fe85c91354aa-root {
    text-align: center;
  }


#s-bcca14c6-5144-478b-be82-fe85c91354aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcca14c6-5144-478b-be82-fe85c91354aa-root {
    text-align: center;
  }


#s-bcca14c6-5144-478b-be82-fe85c91354aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcca14c6-5144-478b-be82-fe85c91354aa-root {
    text-align: center;
  }


#s-bcca14c6-5144-478b-be82-fe85c91354aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcca14c6-5144-478b-be82-fe85c91354aa-root {
    text-align: center;
  }


#s-bcca14c6-5144-478b-be82-fe85c91354aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcca14c6-5144-478b-be82-fe85c91354aa-root {
    text-align: center;
  }


#s-bcca14c6-5144-478b-be82-fe85c91354aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-97179c28-d119-405e-be28-ff8c3665a55d {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}
@media (max-width: 767px){#s-97179c28-d119-405e-be28-ff8c3665a55d {
  margin-top: 4%;
margin-bottom: 2%;
}
}
#s-97179c28-d119-405e-be28-ff8c3665a55d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-58a708c5-00dc-4253-9f32-8bad9450c615 {
  min-height: 50px;
}
@media (max-width: 767px){#s-58a708c5-00dc-4253-9f32-8bad9450c615 {
  margin-bottom: 4%;
}
}







#s-58a708c5-00dc-4253-9f32-8bad9450c615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58a708c5-00dc-4253-9f32-8bad9450c615.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-d7612ba9-c43e-4ac1-be0c-8705562ce388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7612ba9-c43e-4ac1-be0c-8705562ce388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7612ba9-c43e-4ac1-be0c-8705562ce388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7612ba9-c43e-4ac1-be0c-8705562ce388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5f691030-9a9a-4185-96c6-217b2de58db9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5f691030-9a9a-4185-96c6-217b2de58db9 {
  margin-bottom: 8%;
}
}
.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-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 {
  text-align: center;
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 {
  max-width:  100%;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom,
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 {
  max-width:  100%;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom,
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 {
  max-width:  100%;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom,
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 {
  max-width:  100%;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom,
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 {
  max-width:  100%;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom,
.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89ed69cb-2d9c-4239-a8f8-7ec5528dca44 img.shogun-image {
  width: 100%;
}



}
#s-0aa5a2e1-3975-4a54-9a08-8b42e4898133 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (max-width: 767px){#s-0aa5a2e1-3975-4a54-9a08-8b42e4898133 {
  margin-bottom: 6%;
}
}







#s-0aa5a2e1-3975-4a54-9a08-8b42e4898133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aa5a2e1-3975-4a54-9a08-8b42e4898133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c9ba93af-3a34-44e3-9e1f-912dabd47151 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-c9ba93af-3a34-44e3-9e1f-912dabd47151 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3bb132f1-a795-470c-8368-f1f99443c0aa {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-3bb132f1-a795-470c-8368-f1f99443c0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bb132f1-a795-470c-8368-f1f99443c0aa.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-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c90fe714-7a1d-4836-b39c-4a1b744ed54b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ffca2a10-7f55-4197-8a2f-713fedc00e8f {
  text-align: left;
}

#s-ffca2a10-7f55-4197-8a2f-713fedc00e8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ffca2a10-7f55-4197-8a2f-713fedc00e8f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ffca2a10-7f55-4197-8a2f-713fedc00e8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(170, 170, 170, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: ;
}

#s-abb34d93-2e48-469d-b421-6fed6797f77a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-abb34d93-2e48-469d-b421-6fed6797f77a {
  margin-bottom: 6%;
}
}
#s-910baa06-4088-49f8-b9c2-1f724418eac7 {
  text-align: center;
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 {
  max-width:  100%;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom,
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 {
  max-width:  100%;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom,
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 {
  max-width:  100%;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom,
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 {
  max-width:  100%;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom,
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 {
  max-width:  100%;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom,
.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-910baa06-4088-49f8-b9c2-1f724418eac7 img.shogun-image {
  width: 100%;
}



}
#s-fdb899e9-80bf-44f6-89e5-a69692b8595c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-fdb899e9-80bf-44f6-89e5-a69692b8595c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb899e9-80bf-44f6-89e5-a69692b8595c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85d1269c-4406-4072-9e90-aa73c59ede73 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-85d1269c-4406-4072-9e90-aa73c59ede73 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-907bb360-f515-41cf-a65f-3faf3282b8a1 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-907bb360-f515-41cf-a65f-3faf3282b8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-907bb360-f515-41cf-a65f-3faf3282b8a1.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-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f9a60c3-5843-4a42-8897-a921928425f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e5eaf9e0-66c4-4286-b6c0-9e3e2f779aed {
  text-align: left;
}

#s-e5eaf9e0-66c4-4286-b6c0-9e3e2f779aed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5eaf9e0-66c4-4286-b6c0-9e3e2f779aed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5eaf9e0-66c4-4286-b6c0-9e3e2f779aed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6cd6796e-05ca-44ac-bbee-bcd6aaf9482c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6cd6796e-05ca-44ac-bbee-bcd6aaf9482c {
  margin-bottom: 8%;
}
}
#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 {
  text-align: center;
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 {
  max-width:  100%;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom,
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 {
  max-width:  100%;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom,
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 {
  max-width:  100%;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom,
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 {
  max-width:  100%;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom,
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 {
  max-width:  100%;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom,
.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  max-width: 85% !important;
  
}

.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4f0b69e-eb66-40e1-94fb-5f3de328fa53 img.shogun-image {
  width: 100%;
}



}
#s-01b55151-3220-4188-819e-6fc323e1208b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (max-width: 767px){#s-01b55151-3220-4188-819e-6fc323e1208b {
  margin-bottom: 6%;
}
}







#s-01b55151-3220-4188-819e-6fc323e1208b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b55151-3220-4188-819e-6fc323e1208b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36fe2e92-9f97-402b-a219-1a5dc06b2fac {
  padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-36fe2e92-9f97-402b-a219-1a5dc06b2fac .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-93db0321-87c3-48ba-9ec1-674d9d90ea5e {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-93db0321-87c3-48ba-9ec1-674d9d90ea5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93db0321-87c3-48ba-9ec1-674d9d90ea5e.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-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5333b6d7-3e66-4266-a977-c04a107f6868"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-217430e5-0d7d-47a9-9b46-69388dabbffd {
  text-align: left;
}

#s-217430e5-0d7d-47a9-9b46-69388dabbffd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-217430e5-0d7d-47a9-9b46-69388dabbffd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-217430e5-0d7d-47a9-9b46-69388dabbffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(170, 170, 170, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: ;
}

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

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

#s-84582e79-5098-43c2-b78b-d9b16924a77d {
  padding-top: 1%;
padding-bottom: 0%;
}

#s-84582e79-5098-43c2-b78b-d9b16924a77d hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-41374352-2ade-4cf0-9cac-104377255978 {
  min-height: 60px;
}








#s-41374352-2ade-4cf0-9cac-104377255978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41374352-2ade-4cf0-9cac-104377255978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4-root {
    text-align: center;
  }


#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4-root {
    text-align: center;
  }


#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4-root {
    text-align: center;
  }


#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4-root {
    text-align: center;
  }


#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4-root {
    text-align: center;
  }


#s-cfad425a-2b24-4d4e-8e21-cd64d7a5e9b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-983446f0-9f0c-43a4-a19f-8552eabbb198 {
  min-height: 50px;
}








#s-983446f0-9f0c-43a4-a19f-8552eabbb198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-983446f0-9f0c-43a4-a19f-8552eabbb198 {
  cursor: pointer;
}#s-983446f0-9f0c-43a4-a19f-8552eabbb198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0da75de-ff13-4abf-af19-f0141ff47ac1 {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-f0da75de-ff13-4abf-af19-f0141ff47ac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0da75de-ff13-4abf-af19-f0141ff47ac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-837568d8-6439-4856-80e5-eef97cfc63de {
  margin-top: 4%;
margin-left: 10%;
margin-bottom: 4%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-837568d8-6439-4856-80e5-eef97cfc63de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


#s-837568d8-6439-4856-80e5-eef97cfc63de .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ee80a516-a6b1-41b2-8500-4f60fcd3cd08 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-ee80a516-a6b1-41b2-8500-4f60fcd3cd08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee80a516-a6b1-41b2-8500-4f60fcd3cd08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee80a516-a6b1-41b2-8500-4f60fcd3cd08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee80a516-a6b1-41b2-8500-4f60fcd3cd08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ee80a516-a6b1-41b2-8500-4f60fcd3cd08"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-552f0ebf-2e8c-4da6-9cfb-ca9a6b52115c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}








#s-552f0ebf-2e8c-4da6-9cfb-ca9a6b52115c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552f0ebf-2e8c-4da6-9cfb-ca9a6b52115c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2407825a-eec6-443e-8c2d-3d83e1ffb8bc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-2407825a-eec6-443e-8c2d-3d83e1ffb8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2407825a-eec6-443e-8c2d-3d83e1ffb8bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6917072-9c7a-4bde-8361-d6004eeab74c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-c6917072-9c7a-4bde-8361-d6004eeab74c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-4bf57d02-eda6-42c6-b9ce-127d91c94a78 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-eac6ad17-eed9-40f2-990f-76ba200b07c4 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-eac6ad17-eed9-40f2-990f-76ba200b07c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eac6ad17-eed9-40f2-990f-76ba200b07c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eac6ad17-eed9-40f2-990f-76ba200b07c4-root {
    text-align: center;
  }


#s-eac6ad17-eed9-40f2-990f-76ba200b07c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eac6ad17-eed9-40f2-990f-76ba200b07c4-root {
    text-align: center;
  }


#s-eac6ad17-eed9-40f2-990f-76ba200b07c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eac6ad17-eed9-40f2-990f-76ba200b07c4-root {
    text-align: center;
  }


#s-eac6ad17-eed9-40f2-990f-76ba200b07c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eac6ad17-eed9-40f2-990f-76ba200b07c4-root {
    text-align: center;
  }


#s-eac6ad17-eed9-40f2-990f-76ba200b07c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eac6ad17-eed9-40f2-990f-76ba200b07c4-root {
    text-align: center;
  }


#s-eac6ad17-eed9-40f2-990f-76ba200b07c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d1bef4ae-6a7a-4c43-a295-5a543a6d8e79 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-d1bef4ae-6a7a-4c43-a295-5a543a6d8e79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1bef4ae-6a7a-4c43-a295-5a543a6d8e79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1bef4ae-6a7a-4c43-a295-5a543a6d8e79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1bef4ae-6a7a-4c43-a295-5a543a6d8e79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-72e899b0-f69b-4237-ad74-2802f1b25680 {
  margin-left: 5%;
margin-right: 5%;
min-height: 30em;
}








#s-72e899b0-f69b-4237-ad74-2802f1b25680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72e899b0-f69b-4237-ad74-2802f1b25680.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fecfd58-9177-47a3-bbf6-9013ece84cbc {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-9fecfd58-9177-47a3-bbf6-9013ece84cbc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1ef70265-46b2-4a87-8e67-7e35a405e171 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-9b88b74b-24aa-465a-b56e-8620ca9c650f {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9b88b74b-24aa-465a-b56e-8620ca9c650f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b88b74b-24aa-465a-b56e-8620ca9c650f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b88b74b-24aa-465a-b56e-8620ca9c650f-root {
    text-align: center;
  }


#s-9b88b74b-24aa-465a-b56e-8620ca9c650f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b88b74b-24aa-465a-b56e-8620ca9c650f-root {
    text-align: center;
  }


#s-9b88b74b-24aa-465a-b56e-8620ca9c650f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b88b74b-24aa-465a-b56e-8620ca9c650f-root {
    text-align: center;
  }


#s-9b88b74b-24aa-465a-b56e-8620ca9c650f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b88b74b-24aa-465a-b56e-8620ca9c650f-root {
    text-align: center;
  }


#s-9b88b74b-24aa-465a-b56e-8620ca9c650f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b88b74b-24aa-465a-b56e-8620ca9c650f-root {
    text-align: center;
  }


#s-9b88b74b-24aa-465a-b56e-8620ca9c650f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-77b6c8f1-4336-476f-8080-22efd16512da {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center top;
}








#s-77b6c8f1-4336-476f-8080-22efd16512da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77b6c8f1-4336-476f-8080-22efd16512da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd598363-32a2-4f02-a66e-076529ac2fdc {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-cd598363-32a2-4f02-a66e-076529ac2fdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd598363-32a2-4f02-a66e-076529ac2fdc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd598363-32a2-4f02-a66e-076529ac2fdc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd598363-32a2-4f02-a66e-076529ac2fdc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cd598363-32a2-4f02-a66e-076529ac2fdc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28cdc58f-695c-459e-82ba-f2edeb2ac02b {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-position: center bottom;
background-attachment: scroll;
}








#s-28cdc58f-695c-459e-82ba-f2edeb2ac02b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28cdc58f-695c-459e-82ba-f2edeb2ac02b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fd48d57-bbe7-4351-8389-3045ded08b18 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-4fd48d57-bbe7-4351-8389-3045ded08b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fd48d57-bbe7-4351-8389-3045ded08b18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d880fd5-e90d-4365-bb3a-24da60ff3da0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-0d880fd5-e90d-4365-bb3a-24da60ff3da0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5c9587cb-1cc0-478c-9dfc-446012fe8fde {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4-root {
    text-align: center;
  }


#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4-root {
    text-align: center;
  }


#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4-root {
    text-align: center;
  }


#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4-root {
    text-align: center;
  }


#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4-root {
    text-align: center;
  }


#s-d0f3fa0e-bec4-47cf-a7bc-f0a29eb102e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9df2a013-de3a-4a95-86c2-958b2846d2aa {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}
@media (max-width: 767px){#s-9df2a013-de3a-4a95-86c2-958b2846d2aa {
  margin-top: 4%;
margin-bottom: 4%;
}
}
#s-9df2a013-de3a-4a95-86c2-958b2846d2aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-209f7bc8-0f3f-402d-a71c-4dcb8001b5c5 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}








#s-209f7bc8-0f3f-402d-a71c-4dcb8001b5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209f7bc8-0f3f-402d-a71c-4dcb8001b5c5.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-99a15861-c081-4be7-9ac0-6bbf6c60d9c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99a15861-c081-4be7-9ac0-6bbf6c60d9c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99a15861-c081-4be7-9ac0-6bbf6c60d9c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99a15861-c081-4be7-9ac0-6bbf6c60d9c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5ede01ee-b705-48c6-ba42-790e831d6f04 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 480px;
background-position: center center;
}
@media (max-width: 767px){#s-5ede01ee-b705-48c6-ba42-790e831d6f04 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-5ede01ee-b705-48c6-ba42-790e831d6f04 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-5ede01ee-b705-48c6-ba42-790e831d6f04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd6f54e7-25e9-49bd-926f-8234efc40f97 {
  margin-bottom: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fd6f54e7-25e9-49bd-926f-8234efc40f97 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-fd6f54e7-25e9-49bd-926f-8234efc40f97 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-08fdb9ce-9f90-49ab-a733-6e7d863ac726 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dbd82943-e275-42e3-a699-8d1a99a06931 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 480px;
background-position: center center;
}








#s-dbd82943-e275-42e3-a699-8d1a99a06931 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-dbd82943-e275-42e3-a699-8d1a99a06931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026b9cfa-1301-45ab-b090-34eb5aadfc9f {
  margin-bottom: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-026b9cfa-1301-45ab-b090-34eb5aadfc9f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-026b9cfa-1301-45ab-b090-34eb5aadfc9f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-67c853c2-6c43-495a-9d97-ff5e9ce93908 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-944e0d60-929f-4945-9c09-7158455dcf17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-944e0d60-929f-4945-9c09-7158455dcf17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-944e0d60-929f-4945-9c09-7158455dcf17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-944e0d60-929f-4945-9c09-7158455dcf17-root {
    text-align: center;
  }


#s-944e0d60-929f-4945-9c09-7158455dcf17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-944e0d60-929f-4945-9c09-7158455dcf17-root {
    text-align: center;
  }


#s-944e0d60-929f-4945-9c09-7158455dcf17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-944e0d60-929f-4945-9c09-7158455dcf17-root {
    text-align: center;
  }


#s-944e0d60-929f-4945-9c09-7158455dcf17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-944e0d60-929f-4945-9c09-7158455dcf17-root {
    text-align: center;
  }


#s-944e0d60-929f-4945-9c09-7158455dcf17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-944e0d60-929f-4945-9c09-7158455dcf17-root {
    text-align: center;
  }


#s-944e0d60-929f-4945-9c09-7158455dcf17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e53f249a-882f-4883-a560-9016c87a0c51 {
  min-height: 50px;
}








#s-e53f249a-882f-4883-a560-9016c87a0c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e53f249a-882f-4883-a560-9016c87a0c51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbf4168f-8a27-4899-b01e-b1104c67ee10 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-fbf4168f-8a27-4899-b01e-b1104c67ee10 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0ca23edf-ca18-4ef1-8d55-5bba76d29574 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
background-color: rgba(145, 252, 255, 1);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-0ca23edf-ca18-4ef1-8d55-5bba76d29574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ca23edf-ca18-4ef1-8d55-5bba76d29574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ca23edf-ca18-4ef1-8d55-5bba76d29574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ca23edf-ca18-4ef1-8d55-5bba76d29574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d115fcd-b53d-49cc-87a2-2686ae9d247e {
  min-height: 30em;
}








#s-7d115fcd-b53d-49cc-87a2-2686ae9d247e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d115fcd-b53d-49cc-87a2-2686ae9d247e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-365db649-f431-4e65-b8cf-7e301830b9f2 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-365db649-f431-4e65-b8cf-7e301830b9f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-7dea1e5b-57d1-4c22-8d3b-33043695f9cc {
  margin-top: 3%;
margin-left: 30px;
margin-bottom: 3%;
margin-right: 30px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17-root {
    text-align: center;
  }


#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17-root {
    text-align: center;
  }


#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17-root {
    text-align: center;
  }


#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17-root {
    text-align: center;
  }


#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17-root {
    text-align: center;
  }


#s-2a89d0da-63b1-4d30-be59-74cfc4ff4d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-88289e50-3215-468b-8b3f-e0548824dfb8 {
  min-height: 30em;
}
@media (max-width: 767px){#s-88289e50-3215-468b-8b3f-e0548824dfb8 {
  display: none;
}
#s-88289e50-3215-468b-8b3f-e0548824dfb8, #wrap-s-88289e50-3215-468b-8b3f-e0548824dfb8 { display: none !important; }}







#s-88289e50-3215-468b-8b3f-e0548824dfb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88289e50-3215-468b-8b3f-e0548824dfb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

#s-609d5d26-32bd-40e2-9cc0-239c7ba15974 {
  text-align: center;
}
@media (max-width: 767px){#s-609d5d26-32bd-40e2-9cc0-239c7ba15974 {
  
}
}






  #s-609d5d26-32bd-40e2-9cc0-239c7ba15974 img.shogun-image {
    

    
    
    
  }


#s-609d5d26-32bd-40e2-9cc0-239c7ba15974 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a775acb-d47c-4582-9c86-651d04d422ce {
  margin-top: 0px;
margin-bottom: -10%;
padding-bottom: 8%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-0a775acb-d47c-4582-9c86-651d04d422ce {
  margin-bottom: -20%;
padding-bottom: 8%;
}
}







#s-0a775acb-d47c-4582-9c86-651d04d422ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a775acb-d47c-4582-9c86-651d04d422ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dd549aa-9585-46da-98c3-131f382f901c {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}
@media (max-width: 767px){#s-5dd549aa-9585-46da-98c3-131f382f901c {
  margin-top: 4%;
margin-bottom: 4%;
display: none;
}
#s-5dd549aa-9585-46da-98c3-131f382f901c, #wrap-s-5dd549aa-9585-46da-98c3-131f382f901c { display: none !important; }}
#s-5dd549aa-9585-46da-98c3-131f382f901c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 3em;
  
  
}



#s-00dbeded-3658-441b-8d19-ae185559d52c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 100%;
}
@media (max-width: 767px){#s-00dbeded-3658-441b-8d19-ae185559d52c {
  display: none;
}
#s-00dbeded-3658-441b-8d19-ae185559d52c, #wrap-s-00dbeded-3658-441b-8d19-ae185559d52c { display: none !important; }}
@media (min-width: 0px) {
[id="s-00dbeded-3658-441b-8d19-ae185559d52c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00dbeded-3658-441b-8d19-ae185559d52c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00dbeded-3658-441b-8d19-ae185559d52c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00dbeded-3658-441b-8d19-ae185559d52c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6367cb04-4387-4fd9-9742-3c5299d1b430 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 29em;
background-position: center center;
}








#s-6367cb04-4387-4fd9-9742-3c5299d1b430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6367cb04-4387-4fd9-9742-3c5299d1b430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ac5f931-165e-4c25-8a72-5701dec32d38 {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1ac5f931-165e-4c25-8a72-5701dec32d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ac5f931-165e-4c25-8a72-5701dec32d38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b82935e-ea32-4ed3-9b5c-a7214091de2b {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 100%;
}








#s-2b82935e-ea32-4ed3-9b5c-a7214091de2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b82935e-ea32-4ed3-9b5c-a7214091de2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e3736e-0839-451d-9ede-b0fc688de8a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18e3736e-0839-451d-9ede-b0fc688de8a0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ce6520c5-d727-49d4-b76e-38e0ef20be41 hr {
  border-top: 1px solid rgba(97, 202, 218, 1);
}

#s-cdcd2c35-06de-4431-b956-4d884a0afe39 {
  padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cdcd2c35-06de-4431-b956-4d884a0afe39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-5203b756-2da3-4524-8ab6-120d7344438f {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
text-align: left;
}

#s-3120f8f5-280b-4f28-aada-91d811093f95 {
  padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
text-align: left;
}

#s-3120f8f5-280b-4f28-aada-91d811093f95 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-3120f8f5-280b-4f28-aada-91d811093f95 .shogun-heading-component h5 a {
  color: #000;
}


#s-7f883798-204f-4187-ad2f-ed92eba8b000 {
  padding-top: 1%;
padding-left: 0%;
padding-bottom: 1%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7f883798-204f-4187-ad2f-ed92eba8b000"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-d10286d0-fb04-42a8-b3bf-16a04cfef59f {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
text-align: left;
}

#s-5af52a22-7c03-4292-ab3d-a265e7707b72 {
  padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
text-align: left;
}

#s-5af52a22-7c03-4292-ab3d-a265e7707b72 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-5af52a22-7c03-4292-ab3d-a265e7707b72 .shogun-heading-component h5 a {
  color: #000;
}


#s-a5e76b54-6a46-406e-a7dd-9e58426ce16e {
  padding-top: 1%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5e76b54-6a46-406e-a7dd-9e58426ce16e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-9b2b40e4-903a-4084-ab2f-7748f038192b {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
text-align: left;
}

#s-d41ced17-37f1-4c53-b87d-92fe1f04d5fd {
  padding-top: 1%;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
text-align: left;
}

#s-d41ced17-37f1-4c53-b87d-92fe1f04d5fd .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-d41ced17-37f1-4c53-b87d-92fe1f04d5fd .shogun-heading-component h5 a {
  color: #000;
}


#s-c012da8b-e748-42a6-bf65-8ec4ae179a81 hr {
  border-top: 1px solid rgba(97, 202, 218, 1);
}

#s-5964e531-51d0-4d0b-a0e7-860ab5970c38 {
  margin-top: 6%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5964e531-51d0-4d0b-a0e7-860ab5970c38:hover {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5964e531-51d0-4d0b-a0e7-860ab5970c38:active {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5964e531-51d0-4d0b-a0e7-860ab5970c38 {
  display: unset;
}
#s-5964e531-51d0-4d0b-a0e7-860ab5970c38, #wrap-s-5964e531-51d0-4d0b-a0e7-860ab5970c38 { display: unset !important; }}

  #s-5964e531-51d0-4d0b-a0e7-860ab5970c38-root {
    text-align: center;
  }


#s-5964e531-51d0-4d0b-a0e7-860ab5970c38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5964e531-51d0-4d0b-a0e7-860ab5970c38-root {
    text-align: center;
  }


#s-5964e531-51d0-4d0b-a0e7-860ab5970c38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5964e531-51d0-4d0b-a0e7-860ab5970c38-root {
    text-align: center;
  }


#s-5964e531-51d0-4d0b-a0e7-860ab5970c38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5964e531-51d0-4d0b-a0e7-860ab5970c38-root {
    text-align: center;
  }


#s-5964e531-51d0-4d0b-a0e7-860ab5970c38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5964e531-51d0-4d0b-a0e7-860ab5970c38-root {
    text-align: center;
  }


#s-5964e531-51d0-4d0b-a0e7-860ab5970c38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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