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

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

.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-bc27e718-0d4b-4c2d-8c10-685bee5fe552 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 {
  display: none;
}
#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552, #wrap-s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 {
  display: none;
}
#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552, #wrap-s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 {
  display: none;
}
#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552, #wrap-s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 { display: none !important; }}
#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 .shg-sld-dot {
  background-color: rgba(94, 113, 131, 1);
}

#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 .shg-sld-nav-button.shg-sld-left,
#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(94, 113, 131, 1);
}
@media (max-width: 767px){#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 .shg-sld-dot {
  background-color: rgba(94, 113, 131, 1);
}

#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 .shg-sld-nav-button.shg-sld-left,
#s-bc27e718-0d4b-4c2d-8c10-685bee5fe552 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(94, 113, 131, 1);
}
}
.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;
}

.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-0291dd8c-88e6-4e1b-b121-b824963b2478 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-0291dd8c-88e6-4e1b-b121-b824963b2478 {
  display: none;
}
#s-0291dd8c-88e6-4e1b-b121-b824963b2478, #wrap-s-0291dd8c-88e6-4e1b-b121-b824963b2478 { display: none !important; }}@media (max-width: 767px){#s-0291dd8c-88e6-4e1b-b121-b824963b2478 {
  min-height: 0px;
display: none;
}
#s-0291dd8c-88e6-4e1b-b121-b824963b2478, #wrap-s-0291dd8c-88e6-4e1b-b121-b824963b2478 { display: none !important; }}
#s-0291dd8c-88e6-4e1b-b121-b824963b2478 {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0291dd8c-88e6-4e1b-b121-b824963b2478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0291dd8c-88e6-4e1b-b121-b824963b2478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 766px) {
  .page-width.page-width--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
#s-0273f2e3-7c5a-4195-850d-d79e3d376632 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 424px;
max-width: 400px;
}
@media (min-width: 1200px){#s-0273f2e3-7c5a-4195-850d-d79e3d376632 {
  margin-left: 60px;
margin-right: 0px;
}
}







#s-0273f2e3-7c5a-4195-850d-d79e3d376632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0273f2e3-7c5a-4195-850d-d79e3d376632.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-f69a18d4-9fd8-4ed6-b885-aaf772966408 {
  margin-left: 4px;
margin-bottom: 8px;
margin-right: 0px;
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-1ee3a9bf-b38c-4df1-a286-67e5f7d2ecc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1ee3a9bf-b38c-4df1-a286-67e5f7d2ecc1 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-cb0e2b5f-84f5-46b2-9b0b-6d5a3307d1ac {
  margin-top: -6px;
}

.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: normal;
  font-family: "Assistant, sans-serif";
}

.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-952ded8a-da72-472c-b18a-f4e37365d13e {
  margin-top: 32px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-952ded8a-da72-472c-b18a-f4e37365d13e:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-952ded8a-da72-472c-b18a-f4e37365d13e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-952ded8a-da72-472c-b18a-f4e37365d13e {
  padding-left: 145px;
padding-right: 145px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-952ded8a-da72-472c-b18a-f4e37365d13e {
  padding-left: 145px;
padding-right: 145px;
}
}

  #s-952ded8a-da72-472c-b18a-f4e37365d13e-root {
    text-align: left;
  }


#s-952ded8a-da72-472c-b18a-f4e37365d13e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-952ded8a-da72-472c-b18a-f4e37365d13e-root {
    text-align: left;
  }


#s-952ded8a-da72-472c-b18a-f4e37365d13e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-952ded8a-da72-472c-b18a-f4e37365d13e-root {
    text-align: left;
  }


#s-952ded8a-da72-472c-b18a-f4e37365d13e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-952ded8a-da72-472c-b18a-f4e37365d13e-root {
    text-align: left;
  }


#s-952ded8a-da72-472c-b18a-f4e37365d13e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-952ded8a-da72-472c-b18a-f4e37365d13e-root {
    text-align: left;
  }


#s-952ded8a-da72-472c-b18a-f4e37365d13e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-9ebd3f86-0ada-45b6-b344-75d939772d59 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-9ebd3f86-0ada-45b6-b344-75d939772d59 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9ebd3f86-0ada-45b6-b344-75d939772d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ebd3f86-0ada-45b6-b344-75d939772d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-720fea23-8e0d-4be3-ae2e-16b65aeac76b {
  
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-2f9bdc29-928c-4578-9567-954ef393d1e2 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-2f9bdc29-928c-4578-9567-954ef393d1e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f9bdc29-928c-4578-9567-954ef393d1e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f9bdc29-928c-4578-9567-954ef393d1e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f9bdc29-928c-4578-9567-954ef393d1e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-499bda5b-ac7f-4323-a123-55a6ab2cb745 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-499bda5b-ac7f-4323-a123-55a6ab2cb745 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-499bda5b-ac7f-4323-a123-55a6ab2cb745 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-499bda5b-ac7f-4323-a123-55a6ab2cb745 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-499bda5b-ac7f-4323-a123-55a6ab2cb745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-499bda5b-ac7f-4323-a123-55a6ab2cb745 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-499bda5b-ac7f-4323-a123-55a6ab2cb745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-c0d5f21d-c529-427d-bbc8-356d4a2397dd {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c0d5f21d-c529-427d-bbc8-356d4a2397dd {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-c0d5f21d-c529-427d-bbc8-356d4a2397dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c0d5f21d-c529-427d-bbc8-356d4a2397dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-c0d5f21d-c529-427d-bbc8-356d4a2397dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-bd7a78cd-fb5d-4f7e-b3bf-6ca7d1a86898 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-bd7a78cd-fb5d-4f7e-b3bf-6ca7d1a86898 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-35abe098-5a7e-446f-a305-952bac3a9d32 {
  margin-top: 32px;
}

#s-9816fa4e-84e4-4667-aa59-c66aa2011b58 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-9816fa4e-84e4-4667-aa59-c66aa2011b58 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9816fa4e-84e4-4667-aa59-c66aa2011b58 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9816fa4e-84e4-4667-aa59-c66aa2011b58 {
  min-height: 50px;
}
}







#s-9816fa4e-84e4-4667-aa59-c66aa2011b58 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-9816fa4e-84e4-4667-aa59-c66aa2011b58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be59b77d-ecad-435e-a42e-49201e621a0a {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be59b77d-ecad-435e-a42e-49201e621a0a {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-be59b77d-ecad-435e-a42e-49201e621a0a {
  display: none;
}
#s-be59b77d-ecad-435e-a42e-49201e621a0a, #wrap-s-be59b77d-ecad-435e-a42e-49201e621a0a { display: none !important; }}
#s-49e8543d-78bc-40f5-adde-6c41c35e7c26 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-49e8543d-78bc-40f5-adde-6c41c35e7c26 {
  display: none;
}
#s-49e8543d-78bc-40f5-adde-6c41c35e7c26, #wrap-s-49e8543d-78bc-40f5-adde-6c41c35e7c26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49e8543d-78bc-40f5-adde-6c41c35e7c26 {
  display: none;
}
#s-49e8543d-78bc-40f5-adde-6c41c35e7c26, #wrap-s-49e8543d-78bc-40f5-adde-6c41c35e7c26 { display: none !important; }}@media (max-width: 767px){#s-49e8543d-78bc-40f5-adde-6c41c35e7c26 {
  min-height: 0px;
display: none;
}
#s-49e8543d-78bc-40f5-adde-6c41c35e7c26, #wrap-s-49e8543d-78bc-40f5-adde-6c41c35e7c26 { display: none !important; }}
#s-49e8543d-78bc-40f5-adde-6c41c35e7c26 {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-49e8543d-78bc-40f5-adde-6c41c35e7c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49e8543d-78bc-40f5-adde-6c41c35e7c26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e60ece4b-9072-4385-a48d-96689337b904 {
  padding-left: 40px;
min-height: 426px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e60ece4b-9072-4385-a48d-96689337b904 {
  padding-left: 6%;
}
}







#s-e60ece4b-9072-4385-a48d-96689337b904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e60ece4b-9072-4385-a48d-96689337b904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa851fa1-91c8-453c-a1a9-14d4099183da {
  margin-left: 4px;
margin-bottom: 8px;
}

#s-534fdf68-bebe-4f70-ad47-04985eacdb24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-534fdf68-bebe-4f70-ad47-04985eacdb24 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-32b9459f-00d8-4263-802e-9937a9e46214 {
  margin-top: -6px;
}

#s-d1ff07a7-5c73-4bae-8c83-78af8086a050 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-d1ff07a7-5c73-4bae-8c83-78af8086a050:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1ff07a7-5c73-4bae-8c83-78af8086a050:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1ff07a7-5c73-4bae-8c83-78af8086a050-root {
    text-align: left;
  }


#s-d1ff07a7-5c73-4bae-8c83-78af8086a050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1ff07a7-5c73-4bae-8c83-78af8086a050-root {
    text-align: left;
  }


#s-d1ff07a7-5c73-4bae-8c83-78af8086a050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1ff07a7-5c73-4bae-8c83-78af8086a050-root {
    text-align: left;
  }


#s-d1ff07a7-5c73-4bae-8c83-78af8086a050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1ff07a7-5c73-4bae-8c83-78af8086a050-root {
    text-align: left;
  }


#s-d1ff07a7-5c73-4bae-8c83-78af8086a050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1ff07a7-5c73-4bae-8c83-78af8086a050-root {
    text-align: left;
  }


#s-d1ff07a7-5c73-4bae-8c83-78af8086a050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 24px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-color: rgba(29, 38, 46, 1);
}
@media (min-width: 1200px){#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 {
  display: none;
}
#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37, #wrap-s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 {
  display: none;
}
#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37, #wrap-s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 {
  display: none;
}
#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37, #wrap-s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 { display: none !important; }}@media (max-width: 767px){#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 {
  padding-left: 0px;
padding-right: 0px;
min-height: 426px;
background-color: rgba(233, 242, 239, 1);
}
}







#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76dc6ca6-3665-4317-91c3-e23b4e90fb37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-10cdacc4-233d-411d-8017-1550257fc526 {
  margin-top: 8px;
min-height: 140px;
}
}
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/480x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/960x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/768x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/1536x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/1024x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/2048x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/1200x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10cdacc4-233d-411d-8017-1550257fc526 {
  background-image: url(https://i.shgcdn.com/9de60f4a-d7e8-42e6-b680-ec566344ac44/-/resize/2048x/);
}
#s-10cdacc4-233d-411d-8017-1550257fc526.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-10cdacc4-233d-411d-8017-1550257fc526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10cdacc4-233d-411d-8017-1550257fc526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-10cdacc4-233d-411d-8017-1550257fc526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10cdacc4-233d-411d-8017-1550257fc526.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-424b41ac-967b-4fe1-a89e-661aef7055c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-424b41ac-967b-4fe1-a89e-661aef7055c8 {
  padding-top: 20px;
padding-left: 16px;
padding-bottom: 20px;
padding-right: 16px;
}
}







#s-424b41ac-967b-4fe1-a89e-661aef7055c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-424b41ac-967b-4fe1-a89e-661aef7055c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin-left: auto;
margin-right: auto;
max-width: 1796px;
aspect-ratio: 1796/384;
text-align: center;
}
@media (max-width: 767px){#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin-top: 0px;
margin-bottom: 16px;
max-width: 350px;
}
}


.shg-image-margin-container-s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1796px;
  }



  img.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
    
    
    
    max-height: 1796px;
  }


.s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1e167e8-43e9-4582-a122-870b68470694 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
      position: relative;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1796px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c1e167e8-43e9-4582-a122-870b68470694 {
  
  
  
  
}

#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1796px;
  }



  img.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
    
    
    
    max-height: 1796px;
  }


.s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1e167e8-43e9-4582-a122-870b68470694 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
      position: relative;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1796px;
    }
  }

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

.shg-image-margin-container-s-c1e167e8-43e9-4582-a122-870b68470694 {
  
  
  
  
}

#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1796px;
  }



  img.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
    
    
    
    max-height: 1796px;
  }


.s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1e167e8-43e9-4582-a122-870b68470694 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
      position: relative;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1796px;
    }
  }

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

.shg-image-margin-container-s-c1e167e8-43e9-4582-a122-870b68470694 {
  
  
  
  
}

#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1796px;
  }



  img.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
    
    
    
    max-height: 1796px;
  }


.s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1e167e8-43e9-4582-a122-870b68470694 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
      position: relative;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1796px;
    }
  }

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

.shg-image-margin-container-s-c1e167e8-43e9-4582-a122-870b68470694 {
  
  
  margin-top: 0px;
  margin-bottom: 16px;
}

#s-c1e167e8-43e9-4582-a122-870b68470694 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1e167e8-43e9-4582-a122-870b68470694 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1796px;
  }



  img.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
    
    
    
    max-height: 1796px;
  }


.s-c1e167e8-43e9-4582-a122-870b68470694 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1e167e8-43e9-4582-a122-870b68470694 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container {
      position: relative;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1e167e8-43e9-4582-a122-870b68470694 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1796px;
    }
  }

}
#s-fa54b8f7-382d-467c-967b-9ffef5e47b17 {
  margin-left: 0%;
margin-right: 0%;
max-width: 500px;
}

#s-5222f999-2219-4ef3-bbb3-a981ebf11ddc {
  margin-top: 20px;
margin-bottom: 16px;
text-align: left;
}
@media (max-width: 767px){#s-5222f999-2219-4ef3-bbb3-a981ebf11ddc {
  margin-top: 16px;
margin-bottom: 8px;
}
}
#s-a3ae9d16-528e-4ca5-b6a6-ffd94ce428f2 {
  margin-top: -2px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a3ae9d16-528e-4ca5-b6a6-ffd94ce428f2 {
  margin-top: 0px;
}
}
#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 {
  display: none;
}
#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2, #wrap-s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 {
  display: none;
}
#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2, #wrap-s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 {
  display: none;
}
#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2, #wrap-s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 { display: none !important; }}
#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 .shg-sld-nav-button.shg-sld-left,
#s-535fbe8c-8932-4854-aca1-0e8b0f1c23b2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 {
  display: none;
}
#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035, #wrap-s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 { display: none !important; }}@media (max-width: 767px){#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 {
  min-height: 0px;
display: none;
}
#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035, #wrap-s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 { display: none !important; }}
#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea04d29b-03f3-4a7b-8f2e-a74935d47035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19953f16-42be-4701-97b0-dfa78be33b3f {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 424px;
max-width: 400px;
}
@media (min-width: 1200px){#s-19953f16-42be-4701-97b0-dfa78be33b3f {
  margin-left: 60px;
margin-right: 0px;
}
}







#s-19953f16-42be-4701-97b0-dfa78be33b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19953f16-42be-4701-97b0-dfa78be33b3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82151b35-a391-489a-a5b3-ce60887a1e47 {
  margin-left: 4px;
margin-bottom: 8px;
margin-right: 0px;
}

#s-6b744b99-8344-40de-9dd4-6040b35cb50c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b744b99-8344-40de-9dd4-6040b35cb50c .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-0c229cb7-53cd-4689-a02a-affbd0e7bed2 {
  margin-top: -6px;
}

#s-d813ccb6-3158-491a-a8d1-162cbc232ded {
  margin-top: 32px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-d813ccb6-3158-491a-a8d1-162cbc232ded:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d813ccb6-3158-491a-a8d1-162cbc232ded:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d813ccb6-3158-491a-a8d1-162cbc232ded {
  padding-left: 145px;
padding-right: 145px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d813ccb6-3158-491a-a8d1-162cbc232ded {
  padding-left: 145px;
padding-right: 145px;
}
}

  #s-d813ccb6-3158-491a-a8d1-162cbc232ded-root {
    text-align: left;
  }


#s-d813ccb6-3158-491a-a8d1-162cbc232ded.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d813ccb6-3158-491a-a8d1-162cbc232ded-root {
    text-align: left;
  }


#s-d813ccb6-3158-491a-a8d1-162cbc232ded.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d813ccb6-3158-491a-a8d1-162cbc232ded-root {
    text-align: left;
  }


#s-d813ccb6-3158-491a-a8d1-162cbc232ded.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d813ccb6-3158-491a-a8d1-162cbc232ded-root {
    text-align: left;
  }


#s-d813ccb6-3158-491a-a8d1-162cbc232ded.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d813ccb6-3158-491a-a8d1-162cbc232ded-root {
    text-align: left;
  }


#s-d813ccb6-3158-491a-a8d1-162cbc232ded.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-ddafd427-d0ab-4798-8893-745e5683b116 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-ddafd427-d0ab-4798-8893-745e5683b116 {
  background-image: url(https://i.shgcdn.com/0ead5bd9-d55f-4e50-b95d-2cafee285f2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ddafd427-d0ab-4798-8893-745e5683b116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddafd427-d0ab-4798-8893-745e5683b116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f7ae087-5003-4476-9430-49181e3a06db {
  
}

#s-4f324b1b-76e3-4129-bfb9-c55f90a35877 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-4f324b1b-76e3-4129-bfb9-c55f90a35877"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f324b1b-76e3-4129-bfb9-c55f90a35877"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f324b1b-76e3-4129-bfb9-c55f90a35877"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f324b1b-76e3-4129-bfb9-c55f90a35877"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-edfcb569-f149-42b2-9a31-10c1ca1a80e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-29b07bb5-ae5a-41fd-9345-855c4a2eb230 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-29b07bb5-ae5a-41fd-9345-855c4a2eb230 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-29b07bb5-ae5a-41fd-9345-855c4a2eb230 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-29b07bb5-ae5a-41fd-9345-855c4a2eb230 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-29b07bb5-ae5a-41fd-9345-855c4a2eb230 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-64cd5071-e5b3-4025-b167-98cb9fba48ab {
  margin-top: 8px;
}
@media (max-width: 767px){#s-64cd5071-e5b3-4025-b167-98cb9fba48ab {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-ca9ebeae-ada2-4538-a9ee-ed470dfd1508 {
  margin-top: 32px;
}

#s-92708227-3b8e-4814-8e19-f26e08dc357a {
  min-height: 30px;
}
@media (min-width: 1200px){#s-92708227-3b8e-4814-8e19-f26e08dc357a {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92708227-3b8e-4814-8e19-f26e08dc357a {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92708227-3b8e-4814-8e19-f26e08dc357a {
  min-height: 50px;
}
}







#s-92708227-3b8e-4814-8e19-f26e08dc357a > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-92708227-3b8e-4814-8e19-f26e08dc357a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f4f55b7-588f-47fc-8a53-471830eb08c9 {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f4f55b7-588f-47fc-8a53-471830eb08c9 {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-4f4f55b7-588f-47fc-8a53-471830eb08c9 {
  display: none;
}
#s-4f4f55b7-588f-47fc-8a53-471830eb08c9, #wrap-s-4f4f55b7-588f-47fc-8a53-471830eb08c9 { display: none !important; }}
#s-db9e6905-33be-43fa-99e5-0b7919d2ddda {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-db9e6905-33be-43fa-99e5-0b7919d2ddda {
  display: none;
}
#s-db9e6905-33be-43fa-99e5-0b7919d2ddda, #wrap-s-db9e6905-33be-43fa-99e5-0b7919d2ddda { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db9e6905-33be-43fa-99e5-0b7919d2ddda {
  display: none;
}
#s-db9e6905-33be-43fa-99e5-0b7919d2ddda, #wrap-s-db9e6905-33be-43fa-99e5-0b7919d2ddda { display: none !important; }}@media (max-width: 767px){#s-db9e6905-33be-43fa-99e5-0b7919d2ddda {
  min-height: 0px;
display: none;
}
#s-db9e6905-33be-43fa-99e5-0b7919d2ddda, #wrap-s-db9e6905-33be-43fa-99e5-0b7919d2ddda { display: none !important; }}
#s-db9e6905-33be-43fa-99e5-0b7919d2ddda {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-db9e6905-33be-43fa-99e5-0b7919d2ddda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db9e6905-33be-43fa-99e5-0b7919d2ddda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5d98736-e42f-418e-9b5e-2ac55154127f {
  padding-left: 40px;
min-height: 426px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5d98736-e42f-418e-9b5e-2ac55154127f {
  padding-left: 6%;
}
}







#s-d5d98736-e42f-418e-9b5e-2ac55154127f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5d98736-e42f-418e-9b5e-2ac55154127f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60061d31-c57a-4fec-83b8-5c8d5072dbe9 {
  margin-left: 4px;
margin-bottom: 8px;
}

#s-a1f5d92e-640b-439d-a48a-793e8e800bcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a1f5d92e-640b-439d-a48a-793e8e800bcb .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-7ba2d8e4-1836-4ff3-b504-cfa900e733a2 {
  margin-top: -6px;
}

#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba7fb3da-b56a-4d88-91a9-c02e868b7888-root {
    text-align: left;
  }


#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba7fb3da-b56a-4d88-91a9-c02e868b7888-root {
    text-align: left;
  }


#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba7fb3da-b56a-4d88-91a9-c02e868b7888-root {
    text-align: left;
  }


#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba7fb3da-b56a-4d88-91a9-c02e868b7888-root {
    text-align: left;
  }


#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba7fb3da-b56a-4d88-91a9-c02e868b7888-root {
    text-align: left;
  }


#s-ba7fb3da-b56a-4d88-91a9-c02e868b7888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-701974da-c3cf-4148-8475-afed0c3d9c90 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 426px;
}
@media (max-width: 767px){#s-701974da-c3cf-4148-8475-afed0c3d9c90 {
  display: none;
}
#s-701974da-c3cf-4148-8475-afed0c3d9c90, #wrap-s-701974da-c3cf-4148-8475-afed0c3d9c90 { display: none !important; }}
#s-701974da-c3cf-4148-8475-afed0c3d9c90 .shg-sld-dot {
  background-color: rgba(94, 113, 131, 1);
}

#s-701974da-c3cf-4148-8475-afed0c3d9c90 .shg-sld-nav-button.shg-sld-left,
#s-701974da-c3cf-4148-8475-afed0c3d9c90 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(94, 113, 131, 1);
}

#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
}
@media (min-width: 1200px){#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e {
  display: none;
}
#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e, #wrap-s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e {
  display: none;
}
#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e, #wrap-s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e {
  display: none;
}
#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e, #wrap-s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e { display: none !important; }}







#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5af4d3a-1d8c-46dc-a9dc-c03cd43af35e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb3a4d1c-71ca-49bb-9803-288502f0291e {
  margin-top: 16px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
}








#s-fb3a4d1c-71ca-49bb-9803-288502f0291e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb3a4d1c-71ca-49bb-9803-288502f0291e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcf83ca9-15c8-43fd-b410-4b2d1a9bdf3f {
  margin-left: 4px;
margin-bottom: 4px;
}

#s-882f1e9a-3298-41b2-a9ce-4bf3d4dc20c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-882f1e9a-3298-41b2-a9ce-4bf3d4dc20c0 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: center;
}



#s-3697d764-818f-4d8c-8177-d749a1d5d2ee {
  margin-top: 0px;
}

#s-93549946-13cf-42b9-aa94-260cce8da700 {
  margin-top: 16px;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-93549946-13cf-42b9-aa94-260cce8da700:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93549946-13cf-42b9-aa94-260cce8da700:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93549946-13cf-42b9-aa94-260cce8da700-root {
    text-align: center;
  }


#s-93549946-13cf-42b9-aa94-260cce8da700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93549946-13cf-42b9-aa94-260cce8da700-root {
    text-align: center;
  }


#s-93549946-13cf-42b9-aa94-260cce8da700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93549946-13cf-42b9-aa94-260cce8da700-root {
    text-align: center;
  }


#s-93549946-13cf-42b9-aa94-260cce8da700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93549946-13cf-42b9-aa94-260cce8da700-root {
    text-align: center;
  }


#s-93549946-13cf-42b9-aa94-260cce8da700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93549946-13cf-42b9-aa94-260cce8da700-root {
    text-align: center;
  }


#s-93549946-13cf-42b9-aa94-260cce8da700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-1ad9ed80-cbbe-40e6-acd8-2cb92094f34b {
  margin-top: 24px;
min-height: 50px;
background-color: rgba(183, 238, 255, 1);
}








#s-1ad9ed80-cbbe-40e6-acd8-2cb92094f34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ad9ed80-cbbe-40e6-acd8-2cb92094f34b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d128479c-5d15-4276-9851-b22176366417 {
  max-width: 200px;
aspect-ratio: 410/434;
text-align: center;
}



.shg-image-margin-container-s-d128479c-5d15-4276-9851-b22176366417 {
  
  
  
  
}

#s-d128479c-5d15-4276-9851-b22176366417 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-content {
  
    align-items: center;
  
}

.s-d128479c-5d15-4276-9851-b22176366417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d128479c-5d15-4276-9851-b22176366417 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
      position: relative;
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d128479c-5d15-4276-9851-b22176366417 {
  
  
  
  
}

#s-d128479c-5d15-4276-9851-b22176366417 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-content {
  
    align-items: center;
  
}

.s-d128479c-5d15-4276-9851-b22176366417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d128479c-5d15-4276-9851-b22176366417 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
      position: relative;
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

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

.shg-image-margin-container-s-d128479c-5d15-4276-9851-b22176366417 {
  
  
  
  
}

#s-d128479c-5d15-4276-9851-b22176366417 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-content {
  
    align-items: center;
  
}

.s-d128479c-5d15-4276-9851-b22176366417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d128479c-5d15-4276-9851-b22176366417 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
      position: relative;
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

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

.shg-image-margin-container-s-d128479c-5d15-4276-9851-b22176366417 {
  
  
  
  
}

#s-d128479c-5d15-4276-9851-b22176366417 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-content {
  
    align-items: center;
  
}

.s-d128479c-5d15-4276-9851-b22176366417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d128479c-5d15-4276-9851-b22176366417 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
      position: relative;
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

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

.shg-image-margin-container-s-d128479c-5d15-4276-9851-b22176366417 {
  
  
  
  
}

#s-d128479c-5d15-4276-9851-b22176366417 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d128479c-5d15-4276-9851-b22176366417 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d128479c-5d15-4276-9851-b22176366417 .shogun-image-content {
  
    align-items: center;
  
}

.s-d128479c-5d15-4276-9851-b22176366417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d128479c-5d15-4276-9851-b22176366417.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d128479c-5d15-4276-9851-b22176366417 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container {
      position: relative;
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d128479c-5d15-4276-9851-b22176366417.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d128479c-5d15-4276-9851-b22176366417 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 200px;
    }
  }

}
#s-f0433bb6-dbe3-4d9b-8259-80286636bdca {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-f0433bb6-dbe3-4d9b-8259-80286636bdca {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f0433bb6-dbe3-4d9b-8259-80286636bdca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0433bb6-dbe3-4d9b-8259-80286636bdca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b54b3ea-e1c9-48e3-966f-15b73aa20c11 {
  min-height: 0px;
}

#s-3fe765a3-c962-4a6f-89a2-2512dbb74620 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-3fe765a3-c962-4a6f-89a2-2512dbb74620"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fe765a3-c962-4a6f-89a2-2512dbb74620"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fe765a3-c962-4a6f-89a2-2512dbb74620"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fe765a3-c962-4a6f-89a2-2512dbb74620"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f177b0a0-5dd0-4534-8488-413568e24309 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f177b0a0-5dd0-4534-8488-413568e24309 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-f177b0a0-5dd0-4534-8488-413568e24309 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-f177b0a0-5dd0-4534-8488-413568e24309 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-f177b0a0-5dd0-4534-8488-413568e24309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-f177b0a0-5dd0-4534-8488-413568e24309 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-f177b0a0-5dd0-4534-8488-413568e24309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-66a820ee-0960-470d-ab5f-14eb5bb6dcd9 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-66a820ee-0960-470d-ab5f-14eb5bb6dcd9 {
  margin-top: -32px;
}
}@media (max-width: 767px){#s-66a820ee-0960-470d-ab5f-14eb5bb6dcd9 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-66a820ee-0960-470d-ab5f-14eb5bb6dcd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-66a820ee-0960-470d-ab5f-14eb5bb6dcd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-66a820ee-0960-470d-ab5f-14eb5bb6dcd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-fde0dbf2-dc48-4c1d-be7e-8fd61fcdb124 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-fde0dbf2-dc48-4c1d-be7e-8fd61fcdb124 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-d007e5f0-4aa7-4dd4-b510-4d2280f649d2 {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d007e5f0-4aa7-4dd4-b510-4d2280f649d2 {
  margin-top: 16px;
margin-bottom: -8px;
}
}
#s-d7388795-a20c-4b8f-8df3-865ee5b38bb4 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-d7388795-a20c-4b8f-8df3-865ee5b38bb4 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7388795-a20c-4b8f-8df3-865ee5b38bb4 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7388795-a20c-4b8f-8df3-865ee5b38bb4 {
  min-height: 50px;
}
}







#s-d7388795-a20c-4b8f-8df3-865ee5b38bb4 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-d7388795-a20c-4b8f-8df3-865ee5b38bb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca670c22-5b20-44df-bfb8-9ca1511d7bf7 {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca670c22-5b20-44df-bfb8-9ca1511d7bf7 {
  margin-top: -70px;
}
}@media (max-width: 767px){#s-ca670c22-5b20-44df-bfb8-9ca1511d7bf7 {
  display: none;
}
#s-ca670c22-5b20-44df-bfb8-9ca1511d7bf7, #wrap-s-ca670c22-5b20-44df-bfb8-9ca1511d7bf7 { display: none !important; }}
#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-color: rgba(29, 38, 46, 1);
}
@media (min-width: 1200px){#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 {
  display: none;
}
#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9, #wrap-s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 {
  display: none;
}
#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9, #wrap-s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 { display: none !important; }}@media (max-width: 767px){#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 {
  min-height: 0px;
display: none;
}
#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9, #wrap-s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 { display: none !important; }}







#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcdf59de-22b2-41cc-8af2-1f67e43a54b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df {
  display: none;
}
#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df, #wrap-s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df {
  display: none;
}
#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df, #wrap-s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df {
  background-color: rgba(233, 242, 239, 1);
}
}@media (max-width: 767px){#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df {
  display: none;
}
#s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df, #wrap-s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df { display: none !important; }}
@media (min-width: 0px) {
[id="s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd2e8d2-60d0-46a0-a2b1-54b73eaae0df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-61f26ed6-a8b5-47b5-9696-77730c9dcbfe {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-color: rgba(12, 115, 190, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-61f26ed6-a8b5-47b5-9696-77730c9dcbfe {
  margin-left: -4%;
padding-right: 4%;
min-height: 426px;
background-color: rgba(233, 242, 239, 1);
}
}







#s-61f26ed6-a8b5-47b5-9696-77730c9dcbfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61f26ed6-a8b5-47b5-9696-77730c9dcbfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1796/384;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  max-width: 330px;
}
}


.shg-image-margin-container-s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 16px;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-content {
  
    align-items: center;
  
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31760815-a027-4569-8aa1-0b2ab45bf544 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
      position: relative;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  
  
  
  
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-content {
  
    align-items: center;
  
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31760815-a027-4569-8aa1-0b2ab45bf544 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
      position: relative;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  
  
  
  
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-content {
  
    align-items: center;
  
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31760815-a027-4569-8aa1-0b2ab45bf544 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
      position: relative;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  
  
  
  
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-content {
  
    align-items: center;
  
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31760815-a027-4569-8aa1-0b2ab45bf544 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
      position: relative;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

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

.shg-image-margin-container-s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  
  
  
  
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31760815-a027-4569-8aa1-0b2ab45bf544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-31760815-a027-4569-8aa1-0b2ab45bf544 .shogun-image-content {
  
    align-items: center;
  
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31760815-a027-4569-8aa1-0b2ab45bf544 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container {
      position: relative;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31760815-a027-4569-8aa1-0b2ab45bf544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 400px;
    }
  }

}
#s-378b8f16-2ed8-40e0-8755-d2ee0a6cb1ec {
  margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
max-width: 450px;
}

#s-2e76fd44-1c9e-4ff5-85a3-24e4c9a4a2e1 {
  margin-top: 12px;
margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e76fd44-1c9e-4ff5-85a3-24e4c9a4a2e1 {
  margin-top: 16px;
text-align: center;
}
}
#s-0c6d621b-87e5-436a-aa24-c9d6728ffd3f {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

#s-272b8d62-ab43-4625-b2ef-76e6bdeb6d55 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: center center;
}

#s-272b8d62-ab43-4625-b2ef-76e6bdeb6d55 {
  background-image: url(https://i.shgcdn.com/871a9f18-1b8a-4e4d-a1fd-37ed4f5c5718/);
}








#s-272b8d62-ab43-4625-b2ef-76e6bdeb6d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-272b8d62-ab43-4625-b2ef-76e6bdeb6d55 {
  cursor: pointer;
}#s-272b8d62-ab43-4625-b2ef-76e6bdeb6d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
background-color: rgba(29, 38, 46, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8 {
  display: none;
}
#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8, #wrap-s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8 { display: none !important; }}@media (max-width: 767px){#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8 {
  display: none;
}
#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8, #wrap-s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8 { display: none !important; }}







#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c39d6de1-d263-47ae-8bd7-1e7fd8482df8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3e16ac3-ff92-4250-9fe5-4784496e855a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
background-color: rgba(233, 242, 239, 1);
}

@media (min-width: 0px) {
[id="s-b3e16ac3-ff92-4250-9fe5-4784496e855a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3e16ac3-ff92-4250-9fe5-4784496e855a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3e16ac3-ff92-4250-9fe5-4784496e855a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3e16ac3-ff92-4250-9fe5-4784496e855a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-625f7588-2fe6-4173-bcb5-3adf3f8cb85f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-color: rgba(233, 242, 239, 1);
}
@media (min-width: 1200px){#s-625f7588-2fe6-4173-bcb5-3adf3f8cb85f {
  padding-left: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-625f7588-2fe6-4173-bcb5-3adf3f8cb85f {
  margin-left: -6%;
}
}







#s-625f7588-2fe6-4173-bcb5-3adf3f8cb85f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-625f7588-2fe6-4173-bcb5-3adf3f8cb85f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1796/384;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  max-width: 400px;
}
}


.shg-image-margin-container-s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
      position: relative;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 500px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  
  
  
  
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
      position: relative;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 500px;
    }
  }

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

.shg-image-margin-container-s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  
  
  
  
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
      position: relative;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 500px;
    }
  }

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

.shg-image-margin-container-s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  
  
  
  
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
      position: relative;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 500px;
    }
  }

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

.shg-image-margin-container-s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  
  
  
  
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }

    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-link {
      aspect-ratio: 1796/384;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 500px;
  }



  img.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 {
      --shg-aspect-ratio: calc(1796/384); 
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container {
      position: relative;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-decaa2e6-e8c3-4b96-aeed-8ea56dfd9cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 500px;
    }
  }

}
#s-61cccbce-1749-4225-aece-8dd85669d332 {
  margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
max-width: 400px;
}
@media (min-width: 1200px){#s-61cccbce-1749-4225-aece-8dd85669d332 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61cccbce-1749-4225-aece-8dd85669d332 {
  margin-left: auto;
margin-right: auto;
}
}
#s-c9340b7e-0fc6-4326-8dd7-c248b196fc07 {
  margin-top: 14px;
margin-bottom: 14px;
text-align: center;
}

#s-d3879141-8505-4fa5-976a-5c743fcb6807 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}

#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 3%;
min-height: 426px;
background-position: center center;
}

#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/480x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/960x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/768x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/1536x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/1024x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/2048x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/1200x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  background-image: url(https://i.shgcdn.com/feb1c387-6abb-4751-ab10-bab17b68fd45/-/resize/2048x/);
}
#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6d76562f-928e-4729-90f0-9ba93f806a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d76562f-928e-4729-90f0-9ba93f806a1f {
  cursor: pointer;
}#s-6d76562f-928e-4729-90f0-9ba93f806a1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
