.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-cff98a0d-e4ae-4857-9eb9-826f3bea647e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-cff98a0d-e4ae-4857-9eb9-826f3bea647e {
  min-height: 750px;
}
}
#s-cff98a0d-e4ae-4857-9eb9-826f3bea647e {
  background-image: url(https://i.shgcdn.com/02612038-3c58-4a12-a453-b3a57c46ccde/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cff98a0d-e4ae-4857-9eb9-826f3bea647e > .shg-box-overlay {
  background-color: #252525;
  opacity: 0.2;
  display: block;
}#s-cff98a0d-e4ae-4857-9eb9-826f3bea647e.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-293968d7-3bf9-4947-b49f-f3ec591c5720 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-293968d7-3bf9-4947-b49f-f3ec591c5720"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-293968d7-3bf9-4947-b49f-f3ec591c5720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-293968d7-3bf9-4947-b49f-f3ec591c5720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-293968d7-3bf9-4947-b49f-f3ec591c5720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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;
  
  
  text-transform: none;
  
  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-d5a2bdff-dc0a-4c45-a16a-4f12f28e37dd {
  text-align: center;
}

#s-d5a2bdff-dc0a-4c45-a16a-4f12f28e37dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 5px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-d5a2bdff-dc0a-4c45-a16a-4f12f28e37dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5a2bdff-dc0a-4c45-a16a-4f12f28e37dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5a2bdff-dc0a-4c45-a16a-4f12f28e37dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-d5a2bdff-dc0a-4c45-a16a-4f12f28e37dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


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

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

.shg-btn-text {
  
  
}

.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-e2080fcb-7089-49f6-a397-8014a21e8caa {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 50px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 50, 130, 1);
background-position: center center;
}
#s-e2080fcb-7089-49f6-a397-8014a21e8caa:hover {background-color: rgba(1, 30, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2080fcb-7089-49f6-a397-8014a21e8caa:active {background-color: rgba(1, 30, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2080fcb-7089-49f6-a397-8014a21e8caa-root {
    text-align: center;
  }


#s-e2080fcb-7089-49f6-a397-8014a21e8caa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2080fcb-7089-49f6-a397-8014a21e8caa-root {
    text-align: center;
  }


#s-e2080fcb-7089-49f6-a397-8014a21e8caa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2080fcb-7089-49f6-a397-8014a21e8caa-root {
    text-align: center;
  }


#s-e2080fcb-7089-49f6-a397-8014a21e8caa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2080fcb-7089-49f6-a397-8014a21e8caa-root {
    text-align: center;
  }


#s-e2080fcb-7089-49f6-a397-8014a21e8caa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2080fcb-7089-49f6-a397-8014a21e8caa-root {
    text-align: center;
  }


#s-e2080fcb-7089-49f6-a397-8014a21e8caa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-75c6fb97-a70b-4bed-b52e-3b15e257aa7e {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-75c6fb97-a70b-4bed-b52e-3b15e257aa7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75c6fb97-a70b-4bed-b52e-3b15e257aa7e.shg-box.shg-c {
  justify-content: center;
}

#s-514ea152-f14a-486a-a761-75d00a21d928 {
  margin-left: 4%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-514ea152-f14a-486a-a761-75d00a21d928 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-514ea152-f14a-486a-a761-75d00a21d928 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-514ea152-f14a-486a-a761-75d00a21d928 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-e447809c-b78c-42eb-93d3-14d9b60bb13e {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-e447809c-b78c-42eb-93d3-14d9b60bb13e {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e447809c-b78c-42eb-93d3-14d9b60bb13e {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e447809c-b78c-42eb-93d3-14d9b60bb13e {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-e447809c-b78c-42eb-93d3-14d9b60bb13e {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-e447809c-b78c-42eb-93d3-14d9b60bb13e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-3e031ebd-9f61-4e30-b3e3-544a61ff2fa1 .shogun-icon-wrapper {
  text-align: center;
}


#s-3e031ebd-9f61-4e30-b3e3-544a61ff2fa1 .shogun-icon-wrapper > .shogun-icon {

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

#s-81150b99-d7ad-4e52-ad0a-67a4bc966762 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (max-width: 767px){#s-81150b99-d7ad-4e52-ad0a-67a4bc966762 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-81150b99-d7ad-4e52-ad0a-67a4bc966762 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-70a94273-783f-4365-b2ab-347a763e1780 {
  margin-top: 15px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-70a94273-783f-4365-b2ab-347a763e1780"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70a94273-783f-4365-b2ab-347a763e1780"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-70a94273-783f-4365-b2ab-347a763e1780"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-70a94273-783f-4365-b2ab-347a763e1780"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a51b5300-6508-43c6-a846-c8b8a91ee186 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-a51b5300-6508-43c6-a846-c8b8a91ee186:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a51b5300-6508-43c6-a846-c8b8a91ee186:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDg5MjM0MDctZjUwMy00ZmM1LTg5OWEtYjhmOTBlODZiYjQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkODkyMzQwNy1mNTAzLTRmYzUtODk5YS1iOGY5MGU4NmJiNDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-a51b5300-6508-43c6-a846-c8b8a91ee186-root {
    text-align: center;
  }


#s-a51b5300-6508-43c6-a846-c8b8a91ee186.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a51b5300-6508-43c6-a846-c8b8a91ee186-root {
    text-align: center;
  }


#s-a51b5300-6508-43c6-a846-c8b8a91ee186.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a51b5300-6508-43c6-a846-c8b8a91ee186-root {
    text-align: center;
  }


#s-a51b5300-6508-43c6-a846-c8b8a91ee186.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a51b5300-6508-43c6-a846-c8b8a91ee186-root {
    text-align: center;
  }


#s-a51b5300-6508-43c6-a846-c8b8a91ee186.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a51b5300-6508-43c6-a846-c8b8a91ee186-root {
    text-align: center;
  }


#s-a51b5300-6508-43c6-a846-c8b8a91ee186.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-1763fde1-b452-4822-9176-34af575e6b4b {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-1763fde1-b452-4822-9176-34af575e6b4b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1763fde1-b452-4822-9176-34af575e6b4b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1763fde1-b452-4822-9176-34af575e6b4b-root {
    text-align: center;
  }


#s-1763fde1-b452-4822-9176-34af575e6b4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1763fde1-b452-4822-9176-34af575e6b4b-root {
    text-align: center;
  }


#s-1763fde1-b452-4822-9176-34af575e6b4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1763fde1-b452-4822-9176-34af575e6b4b-root {
    text-align: center;
  }


#s-1763fde1-b452-4822-9176-34af575e6b4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1763fde1-b452-4822-9176-34af575e6b4b-root {
    text-align: center;
  }


#s-1763fde1-b452-4822-9176-34af575e6b4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1763fde1-b452-4822-9176-34af575e6b4b-root {
    text-align: center;
  }


#s-1763fde1-b452-4822-9176-34af575e6b4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71-root {
    text-align: center;
  }


#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71-root {
    text-align: center;
  }


#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71-root {
    text-align: center;
  }


#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71-root {
    text-align: center;
  }


#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71-root {
    text-align: center;
  }


#s-ad9b6496-57e1-4f0a-9faf-8b0dccf65b71.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-569fa306-e2d6-45b3-a36e-63711cd52126 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-569fa306-e2d6-45b3-a36e-63711cd52126:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-569fa306-e2d6-45b3-a36e-63711cd52126:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-569fa306-e2d6-45b3-a36e-63711cd52126-root {
    text-align: center;
  }


#s-569fa306-e2d6-45b3-a36e-63711cd52126.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-569fa306-e2d6-45b3-a36e-63711cd52126-root {
    text-align: center;
  }


#s-569fa306-e2d6-45b3-a36e-63711cd52126.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-569fa306-e2d6-45b3-a36e-63711cd52126-root {
    text-align: center;
  }


#s-569fa306-e2d6-45b3-a36e-63711cd52126.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-569fa306-e2d6-45b3-a36e-63711cd52126-root {
    text-align: center;
  }


#s-569fa306-e2d6-45b3-a36e-63711cd52126.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-569fa306-e2d6-45b3-a36e-63711cd52126-root {
    text-align: center;
  }


#s-569fa306-e2d6-45b3-a36e-63711cd52126.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-ddf52fc9-73ca-478d-ae5d-aae398959124 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-ddf52fc9-73ca-478d-ae5d-aae398959124:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ddf52fc9-73ca-478d-ae5d-aae398959124:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ddf52fc9-73ca-478d-ae5d-aae398959124-root {
    text-align: center;
  }


#s-ddf52fc9-73ca-478d-ae5d-aae398959124.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddf52fc9-73ca-478d-ae5d-aae398959124-root {
    text-align: center;
  }


#s-ddf52fc9-73ca-478d-ae5d-aae398959124.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddf52fc9-73ca-478d-ae5d-aae398959124-root {
    text-align: center;
  }


#s-ddf52fc9-73ca-478d-ae5d-aae398959124.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddf52fc9-73ca-478d-ae5d-aae398959124-root {
    text-align: center;
  }


#s-ddf52fc9-73ca-478d-ae5d-aae398959124.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddf52fc9-73ca-478d-ae5d-aae398959124-root {
    text-align: center;
  }


#s-ddf52fc9-73ca-478d-ae5d-aae398959124.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-5b99537f-11a7-45c4-94b0-179eff90adb7 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-5b99537f-11a7-45c4-94b0-179eff90adb7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b99537f-11a7-45c4-94b0-179eff90adb7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5b99537f-11a7-45c4-94b0-179eff90adb7-root {
    text-align: center;
  }


#s-5b99537f-11a7-45c4-94b0-179eff90adb7.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b99537f-11a7-45c4-94b0-179eff90adb7-root {
    text-align: center;
  }


#s-5b99537f-11a7-45c4-94b0-179eff90adb7.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b99537f-11a7-45c4-94b0-179eff90adb7-root {
    text-align: center;
  }


#s-5b99537f-11a7-45c4-94b0-179eff90adb7.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b99537f-11a7-45c4-94b0-179eff90adb7-root {
    text-align: center;
  }


#s-5b99537f-11a7-45c4-94b0-179eff90adb7.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b99537f-11a7-45c4-94b0-179eff90adb7-root {
    text-align: center;
  }


#s-5b99537f-11a7-45c4-94b0-179eff90adb7.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-e387d7d7-7bd1-4eea-8176-6c6678ef129b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e387d7d7-7bd1-4eea-8176-6c6678ef129b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e387d7d7-7bd1-4eea-8176-6c6678ef129b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e387d7d7-7bd1-4eea-8176-6c6678ef129b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

#s-8277cc89-4c0c-4d4c-9476-33b33066cbb6 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
}

#s-ef518471-40e2-48c8-a6eb-30b344eb9783 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
}

#s-268e4fa2-4d34-4d3c-8f64-ca72ccb85605 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-268e4fa2-4d34-4d3c-8f64-ca72ccb85605 {
  min-height: 300px;
}
}







#s-268e4fa2-4d34-4d3c-8f64-ca72ccb85605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-268e4fa2-4d34-4d3c-8f64-ca72ccb85605.shg-box.shg-c {
  justify-content: center;
}

#s-d077ab49-db1b-4080-b377-74ac5709c5b8 {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 25px;
padding-left: 15%;
padding-bottom: 25px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d077ab49-db1b-4080-b377-74ac5709c5b8 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-d077ab49-db1b-4080-b377-74ac5709c5b8 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-d077ab49-db1b-4080-b377-74ac5709c5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d077ab49-db1b-4080-b377-74ac5709c5b8.shg-box.shg-c {
  justify-content: center;
}

#s-e5a7abeb-f8e6-4a2d-ae3e-589fd83ea6f6 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5a7abeb-f8e6-4a2d-ae3e-589fd83ea6f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e5a7abeb-f8e6-4a2d-ae3e-589fd83ea6f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-e5a7abeb-f8e6-4a2d-ae3e-589fd83ea6f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-14abc0ad-fb1f-4a7d-8195-dc3eb2a8be2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-d8a21705-1725-4ec1-9331-956f1da1248d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
min-height: 50px;
}








#s-d8a21705-1725-4ec1-9331-956f1da1248d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8a21705-1725-4ec1-9331-956f1da1248d.shg-box.shg-c {
  justify-content: center;
}

#s-c72ac727-0c99-4996-9c5a-bd8219a589e1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c72ac727-0c99-4996-9c5a-bd8219a589e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5993dab0-dae7-46df-99af-9d27e6ff6931 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 2%;
padding-bottom: 2%;
}

#s-54762762-73b0-4718-abf1-b36d4183ddd0 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}








#s-54762762-73b0-4718-abf1-b36d4183ddd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54762762-73b0-4718-abf1-b36d4183ddd0.shg-box.shg-c {
  justify-content: center;
}

#s-015c2988-449c-47a7-a159-36b806749322 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015c2988-449c-47a7-a159-36b806749322"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f383e6cd-bc42-469e-b8c1-ef2f6b5da90d {
  min-height: 50px;
}








#s-f383e6cd-bc42-469e-b8c1-ef2f6b5da90d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f383e6cd-bc42-469e-b8c1-ef2f6b5da90d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-864342c2-0d10-4680-aa3f-b79ed00c3cfd {
  max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}

#s-864342c2-0d10-4680-aa3f-b79ed00c3cfd {
  overflow: hidden;
  
  
      max-width: 1200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-864342c2-0d10-4680-aa3f-b79ed00c3cfd img.shogun-image,
  #s-864342c2-0d10-4680-aa3f-b79ed00c3cfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-864342c2-0d10-4680-aa3f-b79ed00c3cfd {
    width: 100%;
    height: auto;
  }



  #s-864342c2-0d10-4680-aa3f-b79ed00c3cfd img.shogun-image {
    

    
    
    
  }


#s-864342c2-0d10-4680-aa3f-b79ed00c3cfd .shogun-image-content {
  
    justify-content: center;
  
}

#s-ba9375f8-662f-484b-94db-1df247cac0a5 {
  padding-top: 300px;
padding-bottom: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ba9375f8-662f-484b-94db-1df247cac0a5 {
  padding-top: 200px;
padding-bottom: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba9375f8-662f-484b-94db-1df247cac0a5 {
  padding-top: 150px;
padding-bottom: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba9375f8-662f-484b-94db-1df247cac0a5 {
  padding-top: 50px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-ba9375f8-662f-484b-94db-1df247cac0a5 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-ba9375f8-662f-484b-94db-1df247cac0a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba9375f8-662f-484b-94db-1df247cac0a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1380b7ca-eab0-4744-ab89-b18de67965f8 {
  padding-bottom: 50px;
text-align: center;
}

#s-1380b7ca-eab0-4744-ab89-b18de67965f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1380b7ca-eab0-4744-ab89-b18de67965f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-1380b7ca-eab0-4744-ab89-b18de67965f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-f16f2d59-de5d-42ac-b303-024474e75667 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f16f2d59-de5d-42ac-b303-024474e75667"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f16f2d59-de5d-42ac-b303-024474e75667"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f16f2d59-de5d-42ac-b303-024474e75667"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f16f2d59-de5d-42ac-b303-024474e75667"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fc70860b-0ae8-4b79-a4da-713b9880a2a4 {
  text-align: center;
}

#s-fc70860b-0ae8-4b79-a4da-713b9880a2a4 {
  overflow: hidden;
  
  
}







  #s-fc70860b-0ae8-4b79-a4da-713b9880a2a4 img.shogun-image {
    

    
    
    
  }


#s-fc70860b-0ae8-4b79-a4da-713b9880a2a4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d788a28-4ddd-4eaf-acb3-ff9a207e8b65 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0775fd1a-5d91-43d0-a27c-a81daca6a4b0 {
  text-align: center;
}

#s-0775fd1a-5d91-43d0-a27c-a81daca6a4b0 {
  overflow: hidden;
  
  
}







  #s-0775fd1a-5d91-43d0-a27c-a81daca6a4b0 img.shogun-image {
    

    
    
    
  }


#s-0775fd1a-5d91-43d0-a27c-a81daca6a4b0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a104ce8c-33d8-4e38-b6ab-040851b34edb {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d3c622d8-8f67-4248-bcb9-c700ba35d207 {
  text-align: center;
}

#s-d3c622d8-8f67-4248-bcb9-c700ba35d207 {
  overflow: hidden;
  
  
}







  #s-d3c622d8-8f67-4248-bcb9-c700ba35d207 img.shogun-image {
    

    
    
    
  }


#s-d3c622d8-8f67-4248-bcb9-c700ba35d207 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e406fec5-9c11-4e83-ab5c-6e9acbf6f3ec {
  margin-top: 20px;
margin-bottom: 20px;
}

.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-2b0db2ee-c19e-43e7-9e8f-2c77e7f15b58 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2b0db2ee-c19e-43e7-9e8f-2c77e7f15b58 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2b0db2ee-c19e-43e7-9e8f-2c77e7f15b58 .shg-sld-nav-button.shg-sld-left,
#s-2b0db2ee-c19e-43e7-9e8f-2c77e7f15b58 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 {
  max-width: 100%;
aspect-ratio: 1800/1200;
text-align: center;
}

#s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 {
  overflow: hidden;
  
  
      max-width: 100%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 img.shogun-image,
  #s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 {
    width: 100%;
    height: auto;
  }



  #s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 img.shogun-image {
    

    
    
    
  }


#s-53c658cb-e3a4-4425-a2aa-2d3c68aa5548 .shogun-image-content {
  
    justify-content: center;
  
}

#s-85493138-f1d4-426a-9ff1-2e1c6b284d69 {
  max-width: 100%;
aspect-ratio: 1800/1200;
text-align: center;
}

#s-85493138-f1d4-426a-9ff1-2e1c6b284d69 {
  overflow: hidden;
  
  
      max-width: 100%;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-85493138-f1d4-426a-9ff1-2e1c6b284d69 img.shogun-image,
  #s-85493138-f1d4-426a-9ff1-2e1c6b284d69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85493138-f1d4-426a-9ff1-2e1c6b284d69 {
    width: 100%;
    height: auto;
  }



  #s-85493138-f1d4-426a-9ff1-2e1c6b284d69 img.shogun-image {
    

    
    
    
  }


#s-85493138-f1d4-426a-9ff1-2e1c6b284d69 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c58fee11-33e5-4085-9264-0c3a40999b5f {
  min-height: 50px;
}








#s-c58fee11-33e5-4085-9264-0c3a40999b5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c58fee11-33e5-4085-9264-0c3a40999b5f.shg-box.shg-c {
  justify-content: center;
}

#s-2f0a4380-e440-482a-af0d-bccccb45b456 {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-2f0a4380-e440-482a-af0d-bccccb45b456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f0a4380-e440-482a-af0d-bccccb45b456.shg-box.shg-c {
  justify-content: center;
}

#s-c7c77894-463b-4336-bbb1-755a84bc29ad {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7c77894-463b-4336-bbb1-755a84bc29ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-c7c77894-463b-4336-bbb1-755a84bc29ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-c7c77894-463b-4336-bbb1-755a84bc29ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-db3fe847-7a1c-4d04-a1b0-40d1e4cf44fe {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db3fe847-7a1c-4d04-a1b0-40d1e4cf44fe {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-db3fe847-7a1c-4d04-a1b0-40d1e4cf44fe {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-db3fe847-7a1c-4d04-a1b0-40d1e4cf44fe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-0a6a1f2c-8290-4109-9ae6-620b67c7f873 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-0a6a1f2c-8290-4109-9ae6-620b67c7f873"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a6a1f2c-8290-4109-9ae6-620b67c7f873"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a6a1f2c-8290-4109-9ae6-620b67c7f873"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a6a1f2c-8290-4109-9ae6-620b67c7f873"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-0a6a1f2c-8290-4109-9ae6-620b67c7f873"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c9ca610c-ec57-4d3f-84b4-f2090fb6fda0 {
  padding-bottom: 4%;
}

#s-c9ca610c-ec57-4d3f-84b4-f2090fb6fda0 {
  overflow: hidden;
  
  
}







  #s-c9ca610c-ec57-4d3f-84b4-f2090fb6fda0 img.shogun-image {
    

    
    
    
  }


#s-c9ca610c-ec57-4d3f-84b4-f2090fb6fda0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4997438c-d1d3-404c-a48d-7035fb501492 {
  min-height: 50px;
}








#s-4997438c-d1d3-404c-a48d-7035fb501492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4997438c-d1d3-404c-a48d-7035fb501492.shg-box.shg-c {
  justify-content: center;
}

#s-c9a40069-b0dc-4b30-91d7-cd1e2f1b8493 {
  text-align: left;
}

#s-c9a40069-b0dc-4b30-91d7-cd1e2f1b8493 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-9516c45d-bf4d-41dd-8aca-428ac23720aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9516c45d-bf4d-41dd-8aca-428ac23720aa .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ed17d64a-2b2b-4ae3-aa16-0d16192f06f9 {
  padding-bottom: 4%;
}

#s-ed17d64a-2b2b-4ae3-aa16-0d16192f06f9 {
  overflow: hidden;
  
  
}







  #s-ed17d64a-2b2b-4ae3-aa16-0d16192f06f9 img.shogun-image {
    

    
    
    
  }


#s-ed17d64a-2b2b-4ae3-aa16-0d16192f06f9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7670e784-37b8-429f-a32e-21aa0255e80e {
  min-height: 50px;
}








#s-7670e784-37b8-429f-a32e-21aa0255e80e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7670e784-37b8-429f-a32e-21aa0255e80e.shg-box.shg-c {
  justify-content: center;
}

#s-a1fbb070-6761-4321-b048-1eb0e6f5ecf3 {
  text-align: left;
}

#s-a1fbb070-6761-4321-b048-1eb0e6f5ecf3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-e1d5360b-0334-42f4-aa3f-8be1afb50b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1d5360b-0334-42f4-aa3f-8be1afb50b76 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-236d7c79-ce45-4af6-9739-aa508ee6f3f1 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-236d7c79-ce45-4af6-9739-aa508ee6f3f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-236d7c79-ce45-4af6-9739-aa508ee6f3f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-236d7c79-ce45-4af6-9739-aa508ee6f3f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-236d7c79-ce45-4af6-9739-aa508ee6f3f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-9d60aceb-f116-44fb-abf3-d6a8fe80a9c0 {
  padding-bottom: 4%;
}

#s-9d60aceb-f116-44fb-abf3-d6a8fe80a9c0 {
  overflow: hidden;
  
  
}







  #s-9d60aceb-f116-44fb-abf3-d6a8fe80a9c0 img.shogun-image {
    

    
    
    
  }


#s-9d60aceb-f116-44fb-abf3-d6a8fe80a9c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d96345e3-1c7c-4e01-b3ae-df3abed48001 {
  min-height: 50px;
}








#s-d96345e3-1c7c-4e01-b3ae-df3abed48001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d96345e3-1c7c-4e01-b3ae-df3abed48001.shg-box.shg-c {
  justify-content: center;
}

#s-25bb34cb-64fb-467b-bd94-d752928e3777 {
  text-align: left;
}

#s-25bb34cb-64fb-467b-bd94-d752928e3777 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-2560663a-6744-449d-99f2-5fc98e8634d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2560663a-6744-449d-99f2-5fc98e8634d4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-29106fb9-3f05-43dd-9c39-437802ff1245 {
  padding-bottom: 4%;
}

#s-29106fb9-3f05-43dd-9c39-437802ff1245 {
  overflow: hidden;
  
  
}







  #s-29106fb9-3f05-43dd-9c39-437802ff1245 img.shogun-image {
    

    
    
    
  }


#s-29106fb9-3f05-43dd-9c39-437802ff1245 .shogun-image-content {
  
    justify-content: center;
  
}

#s-95e3c3cc-7b51-4639-b11f-2d56d3a51aa7 {
  min-height: 50px;
}








#s-95e3c3cc-7b51-4639-b11f-2d56d3a51aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95e3c3cc-7b51-4639-b11f-2d56d3a51aa7.shg-box.shg-c {
  justify-content: center;
}

#s-e0fd129f-77d7-4c07-87c4-a57431e2a493 {
  text-align: left;
}

#s-e0fd129f-77d7-4c07-87c4-a57431e2a493 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-8c9f4a1d-0ef1-403c-92ac-f60e11c634d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c9f4a1d-0ef1-403c-92ac-f60e11c634d3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-2b8aadcf-24b0-40eb-8c59-68a0d6f545b0 {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-2b8aadcf-24b0-40eb-8c59-68a0d6f545b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b8aadcf-24b0-40eb-8c59-68a0d6f545b0.shg-box.shg-c {
  justify-content: center;
}

#s-c8e6c731-3714-4d06-b819-61dacbe1c402 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8e6c731-3714-4d06-b819-61dacbe1c402 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-c8e6c731-3714-4d06-b819-61dacbe1c402 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-1ecb8d34-3461-4795-a9f0-9be3516bdae8 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (max-width: 767px){#s-1ecb8d34-3461-4795-a9f0-9be3516bdae8 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-1ecb8d34-3461-4795-a9f0-9be3516bdae8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-09e525e5-9e3a-4f0e-9568-cc68682dba94 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-09e525e5-9e3a-4f0e-9568-cc68682dba94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09e525e5-9e3a-4f0e-9568-cc68682dba94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-09e525e5-9e3a-4f0e-9568-cc68682dba94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-09e525e5-9e3a-4f0e-9568-cc68682dba94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-09e525e5-9e3a-4f0e-9568-cc68682dba94"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-5c9574d5-04c1-436d-9f30-528736bf8b84 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-5c9574d5-04c1-436d-9f30-528736bf8b84 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5c9574d5-04c1-436d-9f30-528736bf8b84 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: left;
  
  font-size: 16px;
  
  
  
  
  
}

#s-5c9574d5-04c1-436d-9f30-528736bf8b84 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-5c9574d5-04c1-436d-9f30-528736bf8b84 td.shogun-table-column, #s-5c9574d5-04c1-436d-9f30-528736bf8b84 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1800px;
aspect-ratio: 1800/1200;
text-align: center;
}
@media (min-width: 1200px){#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
  overflow: hidden;
  
  
      max-width: 1800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 img.shogun-image,
  #s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 {
    width: 100%;
    height: auto;
  }



  #s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 img.shogun-image {
    

    
    
    
  }


#s-08edc55a-9ed7-418f-8257-c40ce0aa2fb8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-14e67f32-eb9c-47e8-84af-0ec4c1878440 {
  min-height: 50px;
}








#s-14e67f32-eb9c-47e8-84af-0ec4c1878440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14e67f32-eb9c-47e8-84af-0ec4c1878440.shg-box.shg-c {
  justify-content: center;
}

#s-0ca9e5b0-c763-404f-8dea-b2536b15abc5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0ca9e5b0-c763-404f-8dea-b2536b15abc5 {
  padding-top: 25px;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-0ca9e5b0-c763-404f-8dea-b2536b15abc5 {
  padding-top: 25px;
padding-bottom: 25px;
}
}







#s-0ca9e5b0-c763-404f-8dea-b2536b15abc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ca9e5b0-c763-404f-8dea-b2536b15abc5.shg-box.shg-c {
  justify-content: center;
}

#s-d069f077-645f-46d3-adea-2bc18f13803d {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-d069f077-645f-46d3-adea-2bc18f13803d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d069f077-645f-46d3-adea-2bc18f13803d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d069f077-645f-46d3-adea-2bc18f13803d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d069f077-645f-46d3-adea-2bc18f13803d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d069f077-645f-46d3-adea-2bc18f13803d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d069f077-645f-46d3-adea-2bc18f13803d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-60a55c49-dfb3-4d19-8998-ae5125bacccb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-60a55c49-dfb3-4d19-8998-ae5125bacccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-60a55c49-dfb3-4d19-8998-ae5125bacccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-60a55c49-dfb3-4d19-8998-ae5125bacccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-60a55c49-dfb3-4d19-8998-ae5125bacccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-60a55c49-dfb3-4d19-8998-ae5125bacccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41d6296c-4c1e-4bd7-8c4f-52143f3c35e0 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-41d6296c-4c1e-4bd7-8c4f-52143f3c35e0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1fac23f8-cc29-4027-a3db-f45498d9511a {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-1fac23f8-cc29-4027-a3db-f45498d9511a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  margin-left: auto;
margin-right: auto;
max-width: 2100px;
aspect-ratio: 2100/1365;
text-align: center;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  margin: 0 !important;
  overflow: visible;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add background color handling */
  
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add padding handling */
  
  
  
  padding-bottom: 50px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }

    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-link {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2100px;
  }



  img.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
    
    
    
    max-height: 2100px;
  }


.s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
  box-sizing: border-box;
}



.s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb358f94-5cb3-488b-8b82-2653810dc32f {
      --shg-aspect-ratio: calc(2100/1365); 
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
      position: relative;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2100px;
    }
  }

@media (min-width: 1200px){#s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  margin: 0 !important;
  overflow: visible;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add background color handling */
  
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }

    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-link {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2100px;
  }



  img.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
    
    
    
    max-height: 2100px;
  }


.s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
  box-sizing: border-box;
}



.s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb358f94-5cb3-488b-8b82-2653810dc32f {
      --shg-aspect-ratio: calc(2100/1365); 
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
      position: relative;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  margin: 0 !important;
  overflow: visible;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add background color handling */
  
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }

    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-link {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2100px;
  }



  img.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
    
    
    
    max-height: 2100px;
  }


.s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
  box-sizing: border-box;
}



.s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb358f94-5cb3-488b-8b82-2653810dc32f {
      --shg-aspect-ratio: calc(2100/1365); 
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
      position: relative;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  margin: 0 !important;
  overflow: visible;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add background color handling */
  
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }

    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-link {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2100px;
  }



  img.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
    
    
    
    max-height: 2100px;
  }


.s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
  box-sizing: border-box;
}



.s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb358f94-5cb3-488b-8b82-2653810dc32f {
      --shg-aspect-ratio: calc(2100/1365); 
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
      position: relative;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2100px;
    }
  }

}@media (max-width: 767px){#s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  margin: 0 !important;
  overflow: visible;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb358f94-5cb3-488b-8b82-2653810dc32f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add background color handling */
  
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }

    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-link {
      aspect-ratio: 2100/1365;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb358f94-5cb3-488b-8b82-2653810dc32f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2100px;
  }



  img.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
    
    
    
    max-height: 2100px;
  }


.s-cb358f94-5cb3-488b-8b82-2653810dc32f .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image {
  box-sizing: border-box;
}



.s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb358f94-5cb3-488b-8b82-2653810dc32f {
      --shg-aspect-ratio: calc(2100/1365); 
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container {
      position: relative;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb358f94-5cb3-488b-8b82-2653810dc32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2100px;
    }
  }

}
#s-3483ac31-3ffc-4743-8cec-ea2ed559f2f9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-3483ac31-3ffc-4743-8cec-ea2ed559f2f9 {
  min-height: 300px;
}
}







#s-3483ac31-3ffc-4743-8cec-ea2ed559f2f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3483ac31-3ffc-4743-8cec-ea2ed559f2f9.shg-box.shg-c {
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
