.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-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 {
  display: none;
}
#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9, #wrap-s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 { display: none !important; }}@media (max-width: 767px){#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 {
  display: none;
}
#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9, #wrap-s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 { display: none !important; }}
#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 {
  background-image: url(https://i.shgcdn.com/59c115e7-7b1e-4c79-a09e-deb09f77226f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-818b0062-3e9c-47c7-aa54-9f9d0a9e26b9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88467760-f3fd-4b3b-8aec-56a262467e1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-88467760-f3fd-4b3b-8aec-56a262467e1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88467760-f3fd-4b3b-8aec-56a262467e1f.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-481f4449-331f-47ce-84e5-5aaf4c76a4e1 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-481f4449-331f-47ce-84e5-5aaf4c76a4e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.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-9f2bfd84-0741-408d-8bc6-ddef0473dc35 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9f2bfd84-0741-408d-8bc6-ddef0473dc35 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-099c9443-d0df-4891-a9a1-56b786285973 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-099c9443-d0df-4891-a9a1-56b786285973 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



.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-f032ccee-26fd-4c7a-84f0-7d409fcb21af {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmMwNTQwZjEtNjkwNy00ZGEwLWJiMjItYzM5ZmU3ZTY2YjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFhODFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU4NTIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYzA1NDBmMS02OTA3LTRkYTAtYmIyMi1jMzlmZTdlNjZiOGIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 182, 18, 1);
border-radius: 10px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#faa81c"}, {"id"=>2, "pos"=>1, "color"=>"#f58521"}];
hover-type: gradient;
}
#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(244, 244, 244, 0.25) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af {
  
}
}@media (max-width: 767px){#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af {
  
}
}

  #s-f032ccee-26fd-4c7a-84f0-7d409fcb21af-root {
    text-align: left;
  }


#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f032ccee-26fd-4c7a-84f0-7d409fcb21af-root {
    text-align: left;
  }


#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f032ccee-26fd-4c7a-84f0-7d409fcb21af-root {
    text-align: left;
  }


#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f032ccee-26fd-4c7a-84f0-7d409fcb21af-root {
    text-align: left;
  }


#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f032ccee-26fd-4c7a-84f0-7d409fcb21af-root {
    text-align: left;
  }


#s-f032ccee-26fd-4c7a-84f0-7d409fcb21af.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4295912b-2b07-4f54-8c90-59b0b8621c1b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-4295912b-2b07-4f54-8c90-59b0b8621c1b {
  display: none;
}
#s-4295912b-2b07-4f54-8c90-59b0b8621c1b, #wrap-s-4295912b-2b07-4f54-8c90-59b0b8621c1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4295912b-2b07-4f54-8c90-59b0b8621c1b {
  display: none;
}
#s-4295912b-2b07-4f54-8c90-59b0b8621c1b, #wrap-s-4295912b-2b07-4f54-8c90-59b0b8621c1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4295912b-2b07-4f54-8c90-59b0b8621c1b {
  display: none;
}
#s-4295912b-2b07-4f54-8c90-59b0b8621c1b, #wrap-s-4295912b-2b07-4f54-8c90-59b0b8621c1b { display: none !important; }}
#s-4295912b-2b07-4f54-8c90-59b0b8621c1b {
  background-image: url(https://i.shgcdn.com/59c115e7-7b1e-4c79-a09e-deb09f77226f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4295912b-2b07-4f54-8c90-59b0b8621c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4295912b-2b07-4f54-8c90-59b0b8621c1b.shg-box.shg-c {
  justify-content: center;
}

#s-8be9644a-bc7f-4d8d-ab40-742faeeec5d1 {
  margin-top: 50px;
margin-bottom: 50px;
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;
border-radius: 5px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-8be9644a-bc7f-4d8d-ab40-742faeeec5d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8be9644a-bc7f-4d8d-ab40-742faeeec5d1.shg-box.shg-c {
  justify-content: center;
}

#s-c3aed5dc-4fab-45ba-b47a-231247bbfe22 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
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;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-c3aed5dc-4fab-45ba-b47a-231247bbfe22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3aed5dc-4fab-45ba-b47a-231247bbfe22.shg-box.shg-c {
  justify-content: center;
}

#s-bc84c05d-6b42-4c25-928f-522909b91189 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 1px;
margin-right: 5%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
text-align: center;
}

#s-bc84c05d-6b42-4c25-928f-522909b91189 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-0e78d310-efda-4c15-b4a8-edf727912a31 {
  margin-top: 1px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
text-align: center;
}

#s-0e78d310-efda-4c15-b4a8-edf727912a31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-5f0b99f4-8cd5-4819-9bab-dafa46e782bd {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-5f0b99f4-8cd5-4819-9bab-dafa46e782bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f0b99f4-8cd5-4819-9bab-dafa46e782bd.shg-box.shg-c {
  justify-content: center;
}

#s-a71e7699-bb77-4841-ba45-521378ea7913 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(76, 81, 78, 0);
}
@media (max-width: 767px){#s-a71e7699-bb77-4841-ba45-521378ea7913 {
  display: none;
}
#s-a71e7699-bb77-4841-ba45-521378ea7913, #wrap-s-a71e7699-bb77-4841-ba45-521378ea7913 { display: none !important; }}







#s-a71e7699-bb77-4841-ba45-521378ea7913 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a71e7699-bb77-4841-ba45-521378ea7913.shg-box.shg-c {
  justify-content: center;
}

#s-ce182043-63dc-430f-b403-8c36af4f3615 {
  margin-top: 10px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-ce182043-63dc-430f-b403-8c36af4f3615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce182043-63dc-430f-b403-8c36af4f3615"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ce182043-63dc-430f-b403-8c36af4f3615"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ce182043-63dc-430f-b403-8c36af4f3615"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-5fa3f6f8-a00b-4930-9660-4bd8956e4acc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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;
border-radius: 0px;
min-height: 500px;
background-position: center center;
}








#s-5fa3f6f8-a00b-4930-9660-4bd8956e4acc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-5fa3f6f8-a00b-4930-9660-4bd8956e4acc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a911e691-f65b-4093-8572-48ddd048ad52 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: left;
}

#s-a911e691-f65b-4093-8572-48ddd048ad52 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-22f12ed0-0c11-49b5-bc57-a8b9e45a28ba {
  background-size: cover;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-22f12ed0-0c11-49b5-bc57-a8b9e45a28ba > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-22f12ed0-0c11-49b5-bc57-a8b9e45a28ba.shg-box.shg-c {
  justify-content: flex-start;
}

.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-1e86f512-48d7-4fbe-bbe4-f723d9ff587b {
  opacity: 1;
}

#s-1e86f512-48d7-4fbe-bbe4-f723d9ff587b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1e86f512-48d7-4fbe-bbe4-f723d9ff587b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-1e86f512-48d7-4fbe-bbe4-f723d9ff587b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1e86f512-48d7-4fbe-bbe4-f723d9ff587b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-1e86f512-48d7-4fbe-bbe4-f723d9ff587b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-1e86f512-48d7-4fbe-bbe4-f723d9ff587b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9f52ff00-569d-4e8f-a6a3-cf315bcb2006 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-9f52ff00-569d-4e8f-a6a3-cf315bcb2006 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-dd60dd6c-fec8-4200-ae5a-abbc4375db00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-dd60dd6c-fec8-4200-ae5a-abbc4375db00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dd60dd6c-fec8-4200-ae5a-abbc4375db00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd60dd6c-fec8-4200-ae5a-abbc4375db00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-630a51a3-e93b-46c6-88ca-76c02c44c274 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-630a51a3-e93b-46c6-88ca-76c02c44c274:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-630a51a3-e93b-46c6-88ca-76c02c44c274:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-630a51a3-e93b-46c6-88ca-76c02c44c274-root {
    text-align: right;
  }


#s-630a51a3-e93b-46c6-88ca-76c02c44c274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-630a51a3-e93b-46c6-88ca-76c02c44c274-root {
    text-align: right;
  }


#s-630a51a3-e93b-46c6-88ca-76c02c44c274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-630a51a3-e93b-46c6-88ca-76c02c44c274-root {
    text-align: right;
  }


#s-630a51a3-e93b-46c6-88ca-76c02c44c274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-630a51a3-e93b-46c6-88ca-76c02c44c274-root {
    text-align: right;
  }


#s-630a51a3-e93b-46c6-88ca-76c02c44c274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-630a51a3-e93b-46c6-88ca-76c02c44c274-root {
    text-align: right;
  }


#s-630a51a3-e93b-46c6-88ca-76c02c44c274.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495-root {
    text-align: left;
  }


#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495-root {
    text-align: left;
  }


#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495-root {
    text-align: left;
  }


#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495-root {
    text-align: left;
  }


#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495-root {
    text-align: left;
  }


#s-b6ed73d0-8dc6-4806-831d-f62f1c5cc495.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-065bc285-bac3-4364-b5b2-92a5753e1591 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-065bc285-bac3-4364-b5b2-92a5753e1591 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-065bc285-bac3-4364-b5b2-92a5753e1591.shg-box.shg-c {
  justify-content: flex-end;
}

#s-166e78f9-b5fc-41f0-b0f7-135c2420a0de {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-166e78f9-b5fc-41f0-b0f7-135c2420a0de .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-ab7d1aa9-459d-451e-9168-0ea74e70b10f {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-ab7d1aa9-459d-451e-9168-0ea74e70b10f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ab7d1aa9-459d-451e-9168-0ea74e70b10f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-46e48994-ded8-496d-b346-34d897bb4647 {
  margin-bottom: 10px;
}

#s-46e48994-ded8-496d-b346-34d897bb4647 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46e48994-ded8-496d-b346-34d897bb4647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-46e48994-ded8-496d-b346-34d897bb4647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-46e48994-ded8-496d-b346-34d897bb4647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-46e48994-ded8-496d-b346-34d897bb4647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-46e48994-ded8-496d-b346-34d897bb4647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1c96f2a5-2966-4ee1-92fc-e3a5a6eeb1d7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-1c96f2a5-2966-4ee1-92fc-e3a5a6eeb1d7 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-92abd7dd-91df-41ac-b4a5-055fe806a241"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-92abd7dd-91df-41ac-b4a5-055fe806a241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-92abd7dd-91df-41ac-b4a5-055fe806a241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-92abd7dd-91df-41ac-b4a5-055fe806a241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6f58c533-fba0-4944-abdb-3dfe1ea57870 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-6f58c533-fba0-4944-abdb-3dfe1ea57870:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f58c533-fba0-4944-abdb-3dfe1ea57870:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6f58c533-fba0-4944-abdb-3dfe1ea57870-root {
    text-align: right;
  }


#s-6f58c533-fba0-4944-abdb-3dfe1ea57870.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f58c533-fba0-4944-abdb-3dfe1ea57870-root {
    text-align: right;
  }


#s-6f58c533-fba0-4944-abdb-3dfe1ea57870.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f58c533-fba0-4944-abdb-3dfe1ea57870-root {
    text-align: right;
  }


#s-6f58c533-fba0-4944-abdb-3dfe1ea57870.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f58c533-fba0-4944-abdb-3dfe1ea57870-root {
    text-align: right;
  }


#s-6f58c533-fba0-4944-abdb-3dfe1ea57870.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f58c533-fba0-4944-abdb-3dfe1ea57870-root {
    text-align: right;
  }


#s-6f58c533-fba0-4944-abdb-3dfe1ea57870.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6e961e76-6eff-4b32-a918-445293f0efcb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-6e961e76-6eff-4b32-a918-445293f0efcb:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6e961e76-6eff-4b32-a918-445293f0efcb:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6e961e76-6eff-4b32-a918-445293f0efcb-root {
    text-align: left;
  }


#s-6e961e76-6eff-4b32-a918-445293f0efcb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e961e76-6eff-4b32-a918-445293f0efcb-root {
    text-align: left;
  }


#s-6e961e76-6eff-4b32-a918-445293f0efcb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e961e76-6eff-4b32-a918-445293f0efcb-root {
    text-align: left;
  }


#s-6e961e76-6eff-4b32-a918-445293f0efcb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e961e76-6eff-4b32-a918-445293f0efcb-root {
    text-align: left;
  }


#s-6e961e76-6eff-4b32-a918-445293f0efcb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e961e76-6eff-4b32-a918-445293f0efcb-root {
    text-align: left;
  }


#s-6e961e76-6eff-4b32-a918-445293f0efcb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-69ecea49-8368-4e91-b6fe-e2bd12c83b30 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-69ecea49-8368-4e91-b6fe-e2bd12c83b30 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-69ecea49-8368-4e91-b6fe-e2bd12c83b30.shg-box.shg-c {
  justify-content: flex-end;
}

#s-05034ce6-0a08-4c0f-8f27-ed9f3eac26d4 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-05034ce6-0a08-4c0f-8f27-ed9f3eac26d4 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-29510e68-66e1-402c-b250-db67512ea298 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 0px;
background-position: center center;
}








#s-29510e68-66e1-402c-b250-db67512ea298 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-29510e68-66e1-402c-b250-db67512ea298.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac {
  margin-bottom: 10px;
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-56513fe7-3f44-4bfd-9d3a-13de13446dac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-23ffabeb-51b9-4c67-99a3-5d31b01ab35b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-23ffabeb-51b9-4c67-99a3-5d31b01ab35b .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-9dc1296c-d630-406b-bd53-6a53d2451fc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9dc1296c-d630-406b-bd53-6a53d2451fc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9dc1296c-d630-406b-bd53-6a53d2451fc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dc1296c-d630-406b-bd53-6a53d2451fc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302-root {
    text-align: right;
  }


#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302-root {
    text-align: right;
  }


#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302-root {
    text-align: right;
  }


#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302-root {
    text-align: right;
  }


#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302-root {
    text-align: right;
  }


#s-c04213b3-d3c7-4d40-98ed-5b5c5b0b4302.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4-root {
    text-align: left;
  }


#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4-root {
    text-align: left;
  }


#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4-root {
    text-align: left;
  }


#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4-root {
    text-align: left;
  }


#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4-root {
    text-align: left;
  }


#s-cb362a4c-d357-446b-b8da-9fdbc2edc0c4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-ac4e8565-372b-4329-ae88-48a58c6052d1 {
  box-shadow:0px 0px 0px 0px rgba(167, 168, 169, 1);
margin-top: 25px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-ac4e8565-372b-4329-ae88-48a58c6052d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac4e8565-372b-4329-ae88-48a58c6052d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ac4e8565-372b-4329-ae88-48a58c6052d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ac4e8565-372b-4329-ae88-48a58c6052d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-3e7940ce-6d34-4004-b8b0-c7b486bf5faf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-3e7940ce-6d34-4004-b8b0-c7b486bf5faf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-3e7940ce-6d34-4004-b8b0-c7b486bf5faf.shg-box.shg-c {
  justify-content: flex-end;
}

#s-350d83e2-7fd6-4ab1-b81e-6d29a4cd5c46 {
  margin-top: 25px;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-350d83e2-7fd6-4ab1-b81e-6d29a4cd5c46 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-e8ad70b7-f7b8-4bea-87fe-5927d82436f7 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-e8ad70b7-f7b8-4bea-87fe-5927d82436f7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e8ad70b7-f7b8-4bea-87fe-5927d82436f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 {
  margin-bottom: 10px;
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-a272caa1-a4a8-4b62-bf2a-046eeca48756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9858f961-9669-45a3-8436-dd9bdfea9e18 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-9858f961-9669-45a3-8436-dd9bdfea9e18 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-40db4126-7467-4b20-bcb5-8e9acd818a69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-40db4126-7467-4b20-bcb5-8e9acd818a69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-40db4126-7467-4b20-bcb5-8e9acd818a69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-40db4126-7467-4b20-bcb5-8e9acd818a69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-58481c5c-b675-4039-9dda-7d506fe6e84f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-58481c5c-b675-4039-9dda-7d506fe6e84f:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58481c5c-b675-4039-9dda-7d506fe6e84f:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-58481c5c-b675-4039-9dda-7d506fe6e84f-root {
    text-align: right;
  }


#s-58481c5c-b675-4039-9dda-7d506fe6e84f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58481c5c-b675-4039-9dda-7d506fe6e84f-root {
    text-align: right;
  }


#s-58481c5c-b675-4039-9dda-7d506fe6e84f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58481c5c-b675-4039-9dda-7d506fe6e84f-root {
    text-align: right;
  }


#s-58481c5c-b675-4039-9dda-7d506fe6e84f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58481c5c-b675-4039-9dda-7d506fe6e84f-root {
    text-align: right;
  }


#s-58481c5c-b675-4039-9dda-7d506fe6e84f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58481c5c-b675-4039-9dda-7d506fe6e84f-root {
    text-align: right;
  }


#s-58481c5c-b675-4039-9dda-7d506fe6e84f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-36722105-83d9-4b77-bf07-cef3c4a2fbe3-root {
    text-align: left;
  }


#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36722105-83d9-4b77-bf07-cef3c4a2fbe3-root {
    text-align: left;
  }


#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36722105-83d9-4b77-bf07-cef3c4a2fbe3-root {
    text-align: left;
  }


#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36722105-83d9-4b77-bf07-cef3c4a2fbe3-root {
    text-align: left;
  }


#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36722105-83d9-4b77-bf07-cef3c4a2fbe3-root {
    text-align: left;
  }


#s-36722105-83d9-4b77-bf07-cef3c4a2fbe3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c7bcd71d-c281-4831-9a9c-795d151c83c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-c7bcd71d-c281-4831-9a9c-795d151c83c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-c7bcd71d-c281-4831-9a9c-795d151c83c3.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1c9107d9-9d6f-4f4d-ba74-07182055f37f {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-1c9107d9-9d6f-4f4d-ba74-07182055f37f .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-b4dc3e3f-b00c-42a8-972b-9b3da0aeda73 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-b4dc3e3f-b00c-42a8-972b-9b3da0aeda73 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b4dc3e3f-b00c-42a8-972b-9b3da0aeda73.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 {
  margin-bottom: 10px;
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-78759812-a5f3-43eb-8705-3e7bc9a61317 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4e780c14-d2f2-4940-b268-fc8f9e465197 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-4e780c14-d2f2-4940-b268-fc8f9e465197 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e662c879-d200-446e-97a7-86ea429d0e74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e662c879-d200-446e-97a7-86ea429d0e74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e662c879-d200-446e-97a7-86ea429d0e74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e662c879-d200-446e-97a7-86ea429d0e74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a421aa59-2c3f-498c-adf1-7d39c46ca76e-root {
    text-align: right;
  }


#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a421aa59-2c3f-498c-adf1-7d39c46ca76e-root {
    text-align: right;
  }


#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a421aa59-2c3f-498c-adf1-7d39c46ca76e-root {
    text-align: right;
  }


#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a421aa59-2c3f-498c-adf1-7d39c46ca76e-root {
    text-align: right;
  }


#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a421aa59-2c3f-498c-adf1-7d39c46ca76e-root {
    text-align: right;
  }


#s-a421aa59-2c3f-498c-adf1-7d39c46ca76e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4698945a-3e3f-464f-acdb-bb1eea518d12 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-4698945a-3e3f-464f-acdb-bb1eea518d12:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4698945a-3e3f-464f-acdb-bb1eea518d12:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4698945a-3e3f-464f-acdb-bb1eea518d12-root {
    text-align: left;
  }


#s-4698945a-3e3f-464f-acdb-bb1eea518d12.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4698945a-3e3f-464f-acdb-bb1eea518d12-root {
    text-align: left;
  }


#s-4698945a-3e3f-464f-acdb-bb1eea518d12.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4698945a-3e3f-464f-acdb-bb1eea518d12-root {
    text-align: left;
  }


#s-4698945a-3e3f-464f-acdb-bb1eea518d12.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4698945a-3e3f-464f-acdb-bb1eea518d12-root {
    text-align: left;
  }


#s-4698945a-3e3f-464f-acdb-bb1eea518d12.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4698945a-3e3f-464f-acdb-bb1eea518d12-root {
    text-align: left;
  }


#s-4698945a-3e3f-464f-acdb-bb1eea518d12.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a4b0e4c9-4c66-4388-b250-d629840deccc {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-a4b0e4c9-4c66-4388-b250-d629840deccc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-a4b0e4c9-4c66-4388-b250-d629840deccc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1d85fa65-c066-4830-b3ea-383f441f437e {
  margin-top: 25px;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-1d85fa65-c066-4830-b3ea-383f441f437e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-7825fc12-27dd-4cc3-ad7b-630879691522 {
  box-shadow:0px 0px 0px 0px rgba(167, 168, 169, 1);
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-7825fc12-27dd-4cc3-ad7b-630879691522 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-7825fc12-27dd-4cc3-ad7b-630879691522.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e {
  margin-bottom: 10px;
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-d50c82bb-affa-41cc-b803-bd007ea20e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4f609dbb-b82e-4592-9c33-08c96321d5e2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: -1px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-4f609dbb-b82e-4592-9c33-08c96321d5e2 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-3fa7eba1-8818-4416-ae96-768dbdc20df0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3fa7eba1-8818-4416-ae96-768dbdc20df0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3fa7eba1-8818-4416-ae96-768dbdc20df0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fa7eba1-8818-4416-ae96-768dbdc20df0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-61f48ed9-b779-4289-af34-3d854aaed0d1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-61f48ed9-b779-4289-af34-3d854aaed0d1:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-61f48ed9-b779-4289-af34-3d854aaed0d1:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-61f48ed9-b779-4289-af34-3d854aaed0d1-root {
    text-align: right;
  }


#s-61f48ed9-b779-4289-af34-3d854aaed0d1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61f48ed9-b779-4289-af34-3d854aaed0d1-root {
    text-align: right;
  }


#s-61f48ed9-b779-4289-af34-3d854aaed0d1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61f48ed9-b779-4289-af34-3d854aaed0d1-root {
    text-align: right;
  }


#s-61f48ed9-b779-4289-af34-3d854aaed0d1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61f48ed9-b779-4289-af34-3d854aaed0d1-root {
    text-align: right;
  }


#s-61f48ed9-b779-4289-af34-3d854aaed0d1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61f48ed9-b779-4289-af34-3d854aaed0d1-root {
    text-align: right;
  }


#s-61f48ed9-b779-4289-af34-3d854aaed0d1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-210969f1-1ea1-4799-96d0-a06150a2ad45 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-210969f1-1ea1-4799-96d0-a06150a2ad45:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-210969f1-1ea1-4799-96d0-a06150a2ad45:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-210969f1-1ea1-4799-96d0-a06150a2ad45-root {
    text-align: left;
  }


#s-210969f1-1ea1-4799-96d0-a06150a2ad45.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-210969f1-1ea1-4799-96d0-a06150a2ad45-root {
    text-align: left;
  }


#s-210969f1-1ea1-4799-96d0-a06150a2ad45.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-210969f1-1ea1-4799-96d0-a06150a2ad45-root {
    text-align: left;
  }


#s-210969f1-1ea1-4799-96d0-a06150a2ad45.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-210969f1-1ea1-4799-96d0-a06150a2ad45-root {
    text-align: left;
  }


#s-210969f1-1ea1-4799-96d0-a06150a2ad45.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-210969f1-1ea1-4799-96d0-a06150a2ad45-root {
    text-align: left;
  }


#s-210969f1-1ea1-4799-96d0-a06150a2ad45.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a13cad38-d8c2-40f1-bbfc-4f8f67c5d38c {
  margin-top: 24px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-a13cad38-d8c2-40f1-bbfc-4f8f67c5d38c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a13cad38-d8c2-40f1-bbfc-4f8f67c5d38c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a13cad38-d8c2-40f1-bbfc-4f8f67c5d38c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a13cad38-d8c2-40f1-bbfc-4f8f67c5d38c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1e85235d-5a85-47fc-8088-0ebd1a52734e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-1e85235d-5a85-47fc-8088-0ebd1a52734e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-1e85235d-5a85-47fc-8088-0ebd1a52734e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0e3371ae-916d-4d4a-a2aa-1f2f1ec28bec {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-0e3371ae-916d-4d4a-a2aa-1f2f1ec28bec .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-188fb32c-df7f-4393-bccf-ad22c662a72d {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-188fb32c-df7f-4393-bccf-ad22c662a72d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-188fb32c-df7f-4393-bccf-ad22c662a72d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc {
  margin-bottom: 10px;
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-6c4e014b-8650-43bf-89f8-e7ae447f05dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-905c4370-ce3f-4542-9706-ff9a93eaaa7e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-905c4370-ce3f-4542-9706-ff9a93eaaa7e .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-dc64092a-13c7-4f28-a8b3-5d09225228aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-dc64092a-13c7-4f28-a8b3-5d09225228aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dc64092a-13c7-4f28-a8b3-5d09225228aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc64092a-13c7-4f28-a8b3-5d09225228aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9-root {
    text-align: right;
  }


#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9-root {
    text-align: right;
  }


#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9-root {
    text-align: right;
  }


#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9-root {
    text-align: right;
  }


#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9-root {
    text-align: right;
  }


#s-79aa61c4-730c-44dd-bb5a-8dce9d2cb1d9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c-root {
    text-align: left;
  }


#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c-root {
    text-align: left;
  }


#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c-root {
    text-align: left;
  }


#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c-root {
    text-align: left;
  }


#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c-root {
    text-align: left;
  }


#s-9f148c1f-e120-4244-b7e0-aa1c5dbcf84c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-00d4eddf-5c62-44ed-8eb2-31337ad5d3b2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-00d4eddf-5c62-44ed-8eb2-31337ad5d3b2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-00d4eddf-5c62-44ed-8eb2-31337ad5d3b2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c1adf041-e200-4d5e-8ad8-c44c904d3b55 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: left;
}

#s-c1adf041-e200-4d5e-8ad8-c44c904d3b55 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-594a4c04-ffa6-4383-bfff-dfa08d224088 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-594a4c04-ffa6-4383-bfff-dfa08d224088 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-594a4c04-ffa6-4383-bfff-dfa08d224088.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f90fb8a3-1b87-4a99-8480-3e6d90d55afa {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-f90fb8a3-1b87-4a99-8480-3e6d90d55afa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-f90fb8a3-1b87-4a99-8480-3e6d90d55afa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 {
  margin-bottom: 10px;
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-cbb057e4-2fa0-46e4-bb1d-1844edd9ac45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8d8bda4b-858f-40fb-841f-c06a2094c2d3 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-8d8bda4b-858f-40fb-841f-c06a2094c2d3 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-15ad8ff1-7414-488b-82f8-737866a8da4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-15ad8ff1-7414-488b-82f8-737866a8da4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-15ad8ff1-7414-488b-82f8-737866a8da4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-15ad8ff1-7414-488b-82f8-737866a8da4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-eb3e85a0-0fea-4c76-8057-43b351c530de {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-eb3e85a0-0fea-4c76-8057-43b351c530de:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-eb3e85a0-0fea-4c76-8057-43b351c530de:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb3e85a0-0fea-4c76-8057-43b351c530de-root {
    text-align: right;
  }


#s-eb3e85a0-0fea-4c76-8057-43b351c530de.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb3e85a0-0fea-4c76-8057-43b351c530de-root {
    text-align: right;
  }


#s-eb3e85a0-0fea-4c76-8057-43b351c530de.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb3e85a0-0fea-4c76-8057-43b351c530de-root {
    text-align: right;
  }


#s-eb3e85a0-0fea-4c76-8057-43b351c530de.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb3e85a0-0fea-4c76-8057-43b351c530de-root {
    text-align: right;
  }


#s-eb3e85a0-0fea-4c76-8057-43b351c530de.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb3e85a0-0fea-4c76-8057-43b351c530de-root {
    text-align: right;
  }


#s-eb3e85a0-0fea-4c76-8057-43b351c530de.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d-root {
    text-align: left;
  }


#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d-root {
    text-align: left;
  }


#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d-root {
    text-align: left;
  }


#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d-root {
    text-align: left;
  }


#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d-root {
    text-align: left;
  }


#s-f8fedc99-e397-44a2-a74c-a1e5f5b0411d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-71aef26b-6ad7-4219-ad78-19fc31d75506 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-71aef26b-6ad7-4219-ad78-19fc31d75506 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-71aef26b-6ad7-4219-ad78-19fc31d75506.shg-box.shg-c {
  justify-content: flex-end;
}

#s-47e684e0-98ce-4485-8de6-95fd869fdb1e {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-47e684e0-98ce-4485-8de6-95fd869fdb1e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-3b12a0ee-c1c0-4e39-88ae-e606855c794d {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-3b12a0ee-c1c0-4e39-88ae-e606855c794d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3b12a0ee-c1c0-4e39-88ae-e606855c794d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50ddf3e4-3942-4c7c-a1f4-2109c3ebcf14 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-50ddf3e4-3942-4c7c-a1f4-2109c3ebcf14 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-50ddf3e4-3942-4c7c-a1f4-2109c3ebcf14.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af399f7c-30f6-4af1-affe-f33bc44cf958 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-af399f7c-30f6-4af1-affe-f33bc44cf958 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-af399f7c-30f6-4af1-affe-f33bc44cf958.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae {
  margin-bottom: 10px;
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-4f232bd2-1d02-4007-bf1a-78415bdc99ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0b632c51-3216-477e-841b-b1821677d24b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: -1px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-0b632c51-3216-477e-841b-b1821677d24b .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a723faf1-3338-4f87-a975-86700c396f78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a723faf1-3338-4f87-a975-86700c396f78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a723faf1-3338-4f87-a975-86700c396f78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a723faf1-3338-4f87-a975-86700c396f78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7dafe150-6051-4106-b6ec-b9aee26bd6c9-root {
    text-align: right;
  }


#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7dafe150-6051-4106-b6ec-b9aee26bd6c9-root {
    text-align: right;
  }


#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7dafe150-6051-4106-b6ec-b9aee26bd6c9-root {
    text-align: right;
  }


#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7dafe150-6051-4106-b6ec-b9aee26bd6c9-root {
    text-align: right;
  }


#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7dafe150-6051-4106-b6ec-b9aee26bd6c9-root {
    text-align: right;
  }


#s-7dafe150-6051-4106-b6ec-b9aee26bd6c9.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-369eb751-b0aa-475d-8d9c-4bf094a0e211 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-369eb751-b0aa-475d-8d9c-4bf094a0e211:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-369eb751-b0aa-475d-8d9c-4bf094a0e211:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-369eb751-b0aa-475d-8d9c-4bf094a0e211-root {
    text-align: left;
  }


#s-369eb751-b0aa-475d-8d9c-4bf094a0e211.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-369eb751-b0aa-475d-8d9c-4bf094a0e211-root {
    text-align: left;
  }


#s-369eb751-b0aa-475d-8d9c-4bf094a0e211.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-369eb751-b0aa-475d-8d9c-4bf094a0e211-root {
    text-align: left;
  }


#s-369eb751-b0aa-475d-8d9c-4bf094a0e211.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-369eb751-b0aa-475d-8d9c-4bf094a0e211-root {
    text-align: left;
  }


#s-369eb751-b0aa-475d-8d9c-4bf094a0e211.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-369eb751-b0aa-475d-8d9c-4bf094a0e211-root {
    text-align: left;
  }


#s-369eb751-b0aa-475d-8d9c-4bf094a0e211.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6b212e45-b710-4ee3-b298-14d62838f435 {
  margin-top: 24px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6b212e45-b710-4ee3-b298-14d62838f435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b212e45-b710-4ee3-b298-14d62838f435"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6b212e45-b710-4ee3-b298-14d62838f435"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6b212e45-b710-4ee3-b298-14d62838f435"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-d059d1d6-c96c-4d72-ab91-e5bc871c764d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-d059d1d6-c96c-4d72-ab91-e5bc871c764d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-d059d1d6-c96c-4d72-ab91-e5bc871c764d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8c99768a-d463-4a84-88c0-17dfab2c6363 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-8c99768a-d463-4a84-88c0-17dfab2c6363 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-8016f773-50f1-4086-8fef-e46b7383901e {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-8016f773-50f1-4086-8fef-e46b7383901e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8016f773-50f1-4086-8fef-e46b7383901e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c {
  margin-bottom: 10px;
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-8abd32d1-fb4e-47eb-98de-a07590fd976c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5192acab-f988-4436-a7a2-425b18e907bc {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-5192acab-f988-4436-a7a2-425b18e907bc .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-57da3a17-a7b4-47ef-a7d9-4f3eb4b5f321"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-57da3a17-a7b4-47ef-a7d9-4f3eb4b5f321"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-57da3a17-a7b4-47ef-a7d9-4f3eb4b5f321"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-57da3a17-a7b4-47ef-a7d9-4f3eb4b5f321"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: left;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0-root {
    text-align: left;
  }


#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0-root {
    text-align: left;
  }


#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0-root {
    text-align: left;
  }


#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0-root {
    text-align: left;
  }


#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0-root {
    text-align: left;
  }


#s-cef40e11-4c1a-4588-84c9-9961bb7fb9e0.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-75fcbe9f-317e-49f5-a2b5-af5cf0097bf9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-75fcbe9f-317e-49f5-a2b5-af5cf0097bf9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-75fcbe9f-317e-49f5-a2b5-af5cf0097bf9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1fdcc2ff-805b-4046-a238-277692d5288d {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-1fdcc2ff-805b-4046-a238-277692d5288d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-1e3bc92d-91a8-4aae-a17f-2215138d04b0 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-1e3bc92d-91a8-4aae-a17f-2215138d04b0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1e3bc92d-91a8-4aae-a17f-2215138d04b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc {
  margin-bottom: 10px;
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-e16e1b56-bccc-417e-99a9-1c4b86c396bc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b55b90b5-238e-4d4c-895b-50d453fc6b6e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: -1px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-b55b90b5-238e-4d4c-895b-50d453fc6b6e .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-eae237e0-a6cb-4ee6-964a-34af02b8f0bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-eae237e0-a6cb-4ee6-964a-34af02b8f0bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eae237e0-a6cb-4ee6-964a-34af02b8f0bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae237e0-a6cb-4ee6-964a-34af02b8f0bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-def81376-bb84-4a92-8f8d-c99ff478cdb6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-def81376-bb84-4a92-8f8d-c99ff478cdb6:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-def81376-bb84-4a92-8f8d-c99ff478cdb6:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-def81376-bb84-4a92-8f8d-c99ff478cdb6-root {
    text-align: right;
  }


#s-def81376-bb84-4a92-8f8d-c99ff478cdb6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-def81376-bb84-4a92-8f8d-c99ff478cdb6-root {
    text-align: right;
  }


#s-def81376-bb84-4a92-8f8d-c99ff478cdb6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-def81376-bb84-4a92-8f8d-c99ff478cdb6-root {
    text-align: right;
  }


#s-def81376-bb84-4a92-8f8d-c99ff478cdb6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-def81376-bb84-4a92-8f8d-c99ff478cdb6-root {
    text-align: right;
  }


#s-def81376-bb84-4a92-8f8d-c99ff478cdb6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-def81376-bb84-4a92-8f8d-c99ff478cdb6-root {
    text-align: right;
  }


#s-def81376-bb84-4a92-8f8d-c99ff478cdb6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-958d1641-1b68-48ee-b0de-6c9b5f84422d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-958d1641-1b68-48ee-b0de-6c9b5f84422d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-958d1641-1b68-48ee-b0de-6c9b5f84422d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d608182b-23d9-4e9f-aefb-2bb1aaa788f7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-d608182b-23d9-4e9f-aefb-2bb1aaa788f7 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-b70e554e-98f9-4348-b22f-329a5bae94c9 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-b70e554e-98f9-4348-b22f-329a5bae94c9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b70e554e-98f9-4348-b22f-329a5bae94c9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8cf4d383-972d-4e63-a5ab-7b256abc8776 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-8cf4d383-972d-4e63-a5ab-7b256abc8776 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8cf4d383-972d-4e63-a5ab-7b256abc8776.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e {
  margin-bottom: 10px;
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-5083d1e1-512c-4ebd-a9ca-7d4254c3266e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9bcc5847-02b7-4c6b-8865-7ba99ded1906 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-9bcc5847-02b7-4c6b-8865-7ba99ded1906 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a1249b50-e3bc-4fcc-acad-0be907fa85cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a1249b50-e3bc-4fcc-acad-0be907fa85cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a1249b50-e3bc-4fcc-acad-0be907fa85cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1249b50-e3bc-4fcc-acad-0be907fa85cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a23f83d8-eeac-4eb9-a25e-7621c937942e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(22, 65, 111, 1);
text-align: right;
text-decoration: none;
color: rgba(244, 244, 244, 1);
background-image: none;
hover-type: color;
}
#s-a23f83d8-eeac-4eb9-a25e-7621c937942e:hover {background-color: rgba(246, 135, 34, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a23f83d8-eeac-4eb9-a25e-7621c937942e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(22, 65, 111, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
color: rgba(22, 65, 111, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a23f83d8-eeac-4eb9-a25e-7621c937942e-root {
    text-align: right;
  }


#s-a23f83d8-eeac-4eb9-a25e-7621c937942e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a23f83d8-eeac-4eb9-a25e-7621c937942e-root {
    text-align: right;
  }


#s-a23f83d8-eeac-4eb9-a25e-7621c937942e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a23f83d8-eeac-4eb9-a25e-7621c937942e-root {
    text-align: right;
  }


#s-a23f83d8-eeac-4eb9-a25e-7621c937942e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a23f83d8-eeac-4eb9-a25e-7621c937942e-root {
    text-align: right;
  }


#s-a23f83d8-eeac-4eb9-a25e-7621c937942e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a23f83d8-eeac-4eb9-a25e-7621c937942e-root {
    text-align: right;
  }


#s-a23f83d8-eeac-4eb9-a25e-7621c937942e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-007d709d-770a-49e1-b3bd-fee4bfa132a2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(76, 81, 78, 0);
}
@media (min-width: 1200px){#s-007d709d-770a-49e1-b3bd-fee4bfa132a2 {
  display: none;
}
#s-007d709d-770a-49e1-b3bd-fee4bfa132a2, #wrap-s-007d709d-770a-49e1-b3bd-fee4bfa132a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-007d709d-770a-49e1-b3bd-fee4bfa132a2 {
  display: none;
}
#s-007d709d-770a-49e1-b3bd-fee4bfa132a2, #wrap-s-007d709d-770a-49e1-b3bd-fee4bfa132a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-007d709d-770a-49e1-b3bd-fee4bfa132a2 {
  display: none;
}
#s-007d709d-770a-49e1-b3bd-fee4bfa132a2, #wrap-s-007d709d-770a-49e1-b3bd-fee4bfa132a2 { display: none !important; }}@media (max-width: 767px){#s-007d709d-770a-49e1-b3bd-fee4bfa132a2 {
  
}
}







#s-007d709d-770a-49e1-b3bd-fee4bfa132a2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-007d709d-770a-49e1-b3bd-fee4bfa132a2.shg-box.shg-c {
  justify-content: center;
}

#s-486c6fc7-a83e-49a8-a231-dd460105c3b3 {
  margin-top: 10px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-486c6fc7-a83e-49a8-a231-dd460105c3b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-486c6fc7-a83e-49a8-a231-dd460105c3b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-486c6fc7-a83e-49a8-a231-dd460105c3b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-486c6fc7-a83e-49a8-a231-dd460105c3b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-9297d64a-c502-483a-820f-9035cf67140a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
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;
border-radius: 0px;
min-height: 500px;
background-position: center center;
}








#s-9297d64a-c502-483a-820f-9035cf67140a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-9297d64a-c502-483a-820f-9035cf67140a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-039c4480-3895-4dc9-bd80-1fe5952a4c5d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: left;
}

#s-039c4480-3895-4dc9-bd80-1fe5952a4c5d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-8e30adae-e6f6-46ce-b71c-421f0a1862e5 {
  background-size: cover;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-8e30adae-e6f6-46ce-b71c-421f0a1862e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8e30adae-e6f6-46ce-b71c-421f0a1862e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 {
  opacity: 1;
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-00c7e724-f6d0-4f7d-aa9f-b3b678a22374 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-062f3de4-9b93-47a6-8caf-b997afa06694 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-062f3de4-9b93-47a6-8caf-b997afa06694 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-d8c958c6-7b06-44de-8961-824c1d1dcd41 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-d8c958c6-7b06-44de-8961-824c1d1dcd41 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-d8c958c6-7b06-44de-8961-824c1d1dcd41.shg-box.shg-c {
  justify-content: flex-end;
}

#s-57684d40-d90f-406c-ac90-3aafe235e563 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-57684d40-d90f-406c-ac90-3aafe235e563 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-6c509edf-8278-4c52-95c6-2efc0f74feb7 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-6c509edf-8278-4c52-95c6-2efc0f74feb7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-6c509edf-8278-4c52-95c6-2efc0f74feb7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 {
  margin-bottom: 10px;
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-fab1d9bb-be1d-43ba-9726-7c037b293267 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-41791020-2f93-4e10-a1a5-1416543d8327 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-41791020-2f93-4e10-a1a5-1416543d8327 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-12ccfccd-d68f-41e1-b3b5-8bef9950d53a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-12ccfccd-d68f-41e1-b3b5-8bef9950d53a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-12ccfccd-d68f-41e1-b3b5-8bef9950d53a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-bb74dd83-6a2e-4320-83e5-28fa37ca0f46 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-bb74dd83-6a2e-4320-83e5-28fa37ca0f46 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-23289e46-ea82-4ed3-9e4b-0b32e0a763dd {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 0px;
background-position: center center;
}








#s-23289e46-ea82-4ed3-9e4b-0b32e0a763dd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-23289e46-ea82-4ed3-9e4b-0b32e0a763dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75427d92-3c45-490d-8bff-2764663516ed {
  margin-bottom: 10px;
}

#s-75427d92-3c45-490d-8bff-2764663516ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-75427d92-3c45-490d-8bff-2764663516ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-75427d92-3c45-490d-8bff-2764663516ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-75427d92-3c45-490d-8bff-2764663516ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-75427d92-3c45-490d-8bff-2764663516ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-75427d92-3c45-490d-8bff-2764663516ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-61e444f2-4047-426b-adcb-1a0dab91f62e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-61e444f2-4047-426b-adcb-1a0dab91f62e .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-864b72fb-4368-4e5a-aaf1-4732b7885240 {
  box-shadow:0px 0px 0px 0px rgba(167, 168, 169, 1);
margin-top: 25px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-864b72fb-4368-4e5a-aaf1-4732b7885240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-864b72fb-4368-4e5a-aaf1-4732b7885240"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-864b72fb-4368-4e5a-aaf1-4732b7885240"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-864b72fb-4368-4e5a-aaf1-4732b7885240"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-f0bdf3a6-eec7-442e-9583-265ff0dee4eb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-f0bdf3a6-eec7-442e-9583-265ff0dee4eb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-f0bdf3a6-eec7-442e-9583-265ff0dee4eb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6d49630c-5635-45da-a15e-7cacf06d0aa1 {
  margin-top: 25px;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-6d49630c-5635-45da-a15e-7cacf06d0aa1 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-4c702163-8de4-42f5-91de-8fb8b3cc6223 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-4c702163-8de4-42f5-91de-8fb8b3cc6223 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-4c702163-8de4-42f5-91de-8fb8b3cc6223.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb {
  margin-bottom: 10px;
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-51a81961-9f92-4c41-97f8-e4e1e112eefb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b2280eb2-a7b0-46d8-be33-6fe473433bb8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-b2280eb2-a7b0-46d8-be33-6fe473433bb8 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-ea89155d-8a51-4c0f-90f0-12c63ca4d9fc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-ea89155d-8a51-4c0f-90f0-12c63ca4d9fc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-ea89155d-8a51-4c0f-90f0-12c63ca4d9fc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d8788f96-650e-4dc3-af6c-38d96f00bce9 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-d8788f96-650e-4dc3-af6c-38d96f00bce9 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-502d6a13-41ed-4196-9a57-c2e49ab3e33f {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-502d6a13-41ed-4196-9a57-c2e49ab3e33f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-502d6a13-41ed-4196-9a57-c2e49ab3e33f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d {
  margin-bottom: 10px;
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-0c379d85-5596-4965-9630-a29ba8ece81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f17148f4-65a9-4b08-b0fd-7c748d9e4768 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-f17148f4-65a9-4b08-b0fd-7c748d9e4768 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-1b4d29b7-69bf-43d0-a329-4570521d9360 {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-1b4d29b7-69bf-43d0-a329-4570521d9360 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-1b4d29b7-69bf-43d0-a329-4570521d9360.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0d66b9b3-96bd-4f2a-82b0-7e0fb4af1f6e {
  margin-top: 25px;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-0d66b9b3-96bd-4f2a-82b0-7e0fb4af1f6e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-5da2f5d6-334c-4404-8530-5b65dc2fab3f {
  box-shadow:0px 0px 0px 0px rgba(167, 168, 169, 1);
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-5da2f5d6-334c-4404-8530-5b65dc2fab3f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5da2f5d6-334c-4404-8530-5b65dc2fab3f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c {
  margin-bottom: 10px;
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-6eda80d0-7e41-4e9e-bbea-06857639e34c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-50c8d17d-e520-4e7f-8c8c-e7de9254a477 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: -1px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-50c8d17d-e520-4e7f-8c8c-e7de9254a477 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-439b1f4f-7414-40db-b118-22657dd58e52 {
  margin-top: 24px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-439b1f4f-7414-40db-b118-22657dd58e52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439b1f4f-7414-40db-b118-22657dd58e52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-439b1f4f-7414-40db-b118-22657dd58e52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-439b1f4f-7414-40db-b118-22657dd58e52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-e6fe6df3-08ae-4e6a-ad1d-62fce7b22d46 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-e6fe6df3-08ae-4e6a-ad1d-62fce7b22d46 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-e6fe6df3-08ae-4e6a-ad1d-62fce7b22d46.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6d71e666-19c4-494e-917d-bdb9d5c2744f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-6d71e666-19c4-494e-917d-bdb9d5c2744f .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-27a5eb18-c6a5-4a66-be01-5b96743a27c3 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-27a5eb18-c6a5-4a66-be01-5b96743a27c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-27a5eb18-c6a5-4a66-be01-5b96743a27c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba {
  margin-bottom: 10px;
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-20ce6f24-7186-42dd-aa2c-0ee53b8b0bba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6e3684bb-f8b4-4732-aeef-206ac566b12b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-6e3684bb-f8b4-4732-aeef-206ac566b12b .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-ae510072-0af2-4583-9bc9-0fd5b262b431 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-ae510072-0af2-4583-9bc9-0fd5b262b431 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-ae510072-0af2-4583-9bc9-0fd5b262b431.shg-box.shg-c {
  justify-content: flex-end;
}

#s-48ad7b88-91c6-48af-a614-5ce7a007ac0b {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: left;
}

#s-48ad7b88-91c6-48af-a614-5ce7a007ac0b .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-99ec6ff3-d434-41b6-ba28-705afc3b0ca1 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-99ec6ff3-d434-41b6-ba28-705afc3b0ca1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-99ec6ff3-d434-41b6-ba28-705afc3b0ca1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e0b429c9-4049-4e6f-a7f2-82b4e2026a9e {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-e0b429c9-4049-4e6f-a7f2-82b4e2026a9e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e0b429c9-4049-4e6f-a7f2-82b4e2026a9e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 {
  margin-bottom: 10px;
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-2ee0c89e-1fc9-4e6f-97db-a60253b0aac5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a0fc9d41-a1d2-4485-a44c-848273dce4e3 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-a0fc9d41-a1d2-4485-a44c-848273dce4e3 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-1edb621a-1a86-45d1-95a7-b63991c2c782 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-1edb621a-1a86-45d1-95a7-b63991c2c782 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-1edb621a-1a86-45d1-95a7-b63991c2c782.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cd3fb5c6-4d1a-4e3a-898a-97486ddb2514 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-cd3fb5c6-4d1a-4e3a-898a-97486ddb2514 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-196929c0-0798-434c-9001-1b0c6d1a7fa6 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-196929c0-0798-434c-9001-1b0c6d1a7fa6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-196929c0-0798-434c-9001-1b0c6d1a7fa6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d55d87e6-fe74-4fca-93e8-d9bdfee031ad {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-d55d87e6-fe74-4fca-93e8-d9bdfee031ad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-d55d87e6-fe74-4fca-93e8-d9bdfee031ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-de89a4b0-f16a-472d-bfad-1e80032f273f {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-de89a4b0-f16a-472d-bfad-1e80032f273f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-de89a4b0-f16a-472d-bfad-1e80032f273f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d {
  margin-bottom: 10px;
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-0ccf610f-48d0-4337-8bac-b60b2424b97d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-d1f17fb6-1895-4d8e-9376-aeebf2eccc64 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: -1px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-d1f17fb6-1895-4d8e-9376-aeebf2eccc64 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-2b6e40ff-c2ea-464e-96db-4b9864f40def {
  margin-top: 24px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-2b6e40ff-c2ea-464e-96db-4b9864f40def"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b6e40ff-c2ea-464e-96db-4b9864f40def"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2b6e40ff-c2ea-464e-96db-4b9864f40def"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2b6e40ff-c2ea-464e-96db-4b9864f40def"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-3d3c0d8c-884f-4daf-8024-7cf10a1e6d03 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-3d3c0d8c-884f-4daf-8024-7cf10a1e6d03 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-3d3c0d8c-884f-4daf-8024-7cf10a1e6d03.shg-box.shg-c {
  justify-content: flex-end;
}

#s-85f52fa8-784e-4266-9b78-b6db046b9c6d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-85f52fa8-784e-4266-9b78-b6db046b9c6d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-803a0c34-b4f4-4b95-b717-2a893be27570 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-803a0c34-b4f4-4b95-b717-2a893be27570 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-803a0c34-b4f4-4b95-b717-2a893be27570.shg-box.shg-c {
  justify-content: flex-start;
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 {
  margin-bottom: 10px;
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-061c4619-1bfe-4109-a6c7-265ae475f1d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7c8ef688-2dce-4f5f-9fd7-98a44efff913 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-7c8ef688-2dce-4f5f-9fd7-98a44efff913 .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-2e7dcbbf-e951-4ad2-b366-ba4bf314eb62 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-2e7dcbbf-e951-4ad2-b366-ba4bf314eb62 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-2e7dcbbf-e951-4ad2-b366-ba4bf314eb62.shg-box.shg-c {
  justify-content: flex-end;
}

#s-412fc0f6-97f4-4560-bf6f-38ca245aad55 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-412fc0f6-97f4-4560-bf6f-38ca245aad55 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-dc286fbd-0c5e-4f4b-8a0f-cde0114e487e {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-dc286fbd-0c5e-4f4b-8a0f-cde0114e487e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-dc286fbd-0c5e-4f4b-8a0f-cde0114e487e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 {
  margin-bottom: 10px;
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-a510516e-f9a8-49ff-b91e-96c7cf994500 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-540fec9d-f936-4f9b-92da-88e3b013b8ef {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: -1px;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-540fec9d-f936-4f9b-92da-88e3b013b8ef .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-58d281f3-1455-4b27-a7aa-a3c5a81db059 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-58d281f3-1455-4b27-a7aa-a3c5a81db059 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-58d281f3-1455-4b27-a7aa-a3c5a81db059.shg-box.shg-c {
  justify-content: flex-end;
}

#s-027e8ca3-7178-4acc-93b2-eddde252527a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-027e8ca3-7178-4acc-93b2-eddde252527a .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-7123e638-0c4e-41e7-9daa-043c0b621c36 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-7123e638-0c4e-41e7-9daa-043c0b621c36 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-7123e638-0c4e-41e7-9daa-043c0b621c36.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b9dc5328-aa35-4e8d-86ea-150f41883feb {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-b9dc5328-aa35-4e8d-86ea-150f41883feb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b9dc5328-aa35-4e8d-86ea-150f41883feb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 {
  margin-bottom: 10px;
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(22, 65, 111, 1);
  padding: 10px;
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid #ddd;
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-190d077e-a6ee-4ab3-b58c-589b61d82d48 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9028d94d-080c-47ce-90dc-cc3c8ac8fa0e {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-9028d94d-080c-47ce-90dc-cc3c8ac8fa0e .shogun-heading-component h1 {
  color: rgba(77, 88, 88, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-1a506915-1b2c-4dff-9084-578ad7738a44 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 150px;
background-position: center center;
}
@media (min-width: 1200px){#s-1a506915-1b2c-4dff-9084-578ad7738a44 {
  display: none;
}
#s-1a506915-1b2c-4dff-9084-578ad7738a44, #wrap-s-1a506915-1b2c-4dff-9084-578ad7738a44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a506915-1b2c-4dff-9084-578ad7738a44 {
  display: none;
}
#s-1a506915-1b2c-4dff-9084-578ad7738a44, #wrap-s-1a506915-1b2c-4dff-9084-578ad7738a44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a506915-1b2c-4dff-9084-578ad7738a44 {
  display: none;
}
#s-1a506915-1b2c-4dff-9084-578ad7738a44, #wrap-s-1a506915-1b2c-4dff-9084-578ad7738a44 { display: none !important; }}







#s-1a506915-1b2c-4dff-9084-578ad7738a44 > .shg-box-overlay {
  background-color: rgba(77, 88, 88, 0.25);
  opacity: 0;
  display: block;
}#s-1a506915-1b2c-4dff-9084-578ad7738a44.shg-box.shg-c {
  justify-content: center;
}

#s-b8ac09cc-3784-465c-82dc-84157fb6d1c1 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
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;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-b8ac09cc-3784-465c-82dc-84157fb6d1c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8ac09cc-3784-465c-82dc-84157fb6d1c1 {
  cursor: pointer;
}#s-b8ac09cc-3784-465c-82dc-84157fb6d1c1.shg-box.shg-c {
  justify-content: center;
}

#s-29a7675f-66f6-4334-ab53-6c5d61ba9c28 {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29a7675f-66f6-4334-ab53-6c5d61ba9c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}



#s-df74cd11-5e42-4132-b785-a6af12dfea90 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 12%;
padding-bottom: 25px;
padding-right: 12%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-df74cd11-5e42-4132-b785-a6af12dfea90 {
  display: none;
}
#s-df74cd11-5e42-4132-b785-a6af12dfea90, #wrap-s-df74cd11-5e42-4132-b785-a6af12dfea90 { display: none !important; }}







#s-df74cd11-5e42-4132-b785-a6af12dfea90 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-df74cd11-5e42-4132-b785-a6af12dfea90.shg-box.shg-c {
  justify-content: center;
}

#s-18e17bf2-d941-4867-b9fc-ba8819655bbd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-18e17bf2-d941-4867-b9fc-ba8819655bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18e17bf2-d941-4867-b9fc-ba8819655bbd.shg-box.shg-c {
  justify-content: center;
}

#s-a528c341-3972-4ab4-8302-b59985a1046d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 25px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 400px;
background-position: center bottom;
}
@media (max-width: 767px){#s-a528c341-3972-4ab4-8302-b59985a1046d {
  display: none;
}
#s-a528c341-3972-4ab4-8302-b59985a1046d, #wrap-s-a528c341-3972-4ab4-8302-b59985a1046d { display: none !important; }}







#s-a528c341-3972-4ab4-8302-b59985a1046d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a528c341-3972-4ab4-8302-b59985a1046d.shg-box.shg-c {
  justify-content: center;
}

#s-41845dbb-6543-4df4-b1d0-108a0b962f7f {
  margin-top: 50px;
margin-left: 8%;
margin-bottom: 50px;
margin-right: 8%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0.3);
}








#s-41845dbb-6543-4df4-b1d0-108a0b962f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41845dbb-6543-4df4-b1d0-108a0b962f7f.shg-box.shg-c {
  justify-content: center;
}

#s-8bc18f16-8973-499b-a464-3d4d01dbdbd3 {
  margin-top: 25px;
margin-left: 8%;
margin-bottom: 5px;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bc18f16-8973-499b-a464-3d4d01dbdbd3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.125em;
  
  
}



#s-714f8a5a-ec94-480f-a3a9-d3aa1c702829 {
  margin-top: 4px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
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;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-714f8a5a-ec94-480f-a3a9-d3aa1c702829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-714f8a5a-ec94-480f-a3a9-d3aa1c702829.shg-box.shg-c {
  justify-content: center;
}

#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ0MGJkYmQtZTNkOC00ZTdlLWFiNzgtN2Y3MWMxOWVhYzdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFhODFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU4NTIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDQwYmRiZC1lM2Q4LTRlN2UtYWI3OC03ZjcxYzE5ZWFjN2UpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 182, 18, 1);
border-radius: 10px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#faa81c"}, {"id"=>2, "pos"=>1, "color"=>"#f58521"}];
hover-type: gradient;
}
#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 10px !important;
opacity: 1 !important;
background-color: rgba(244, 244, 244, 0.25) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 10px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(22, 64, 111, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc {
  
}
}@media (max-width: 767px){#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc {
  
}
}

  #s-5e5ef24e-46ba-4857-aa67-8aba99e903cc-root {
    text-align: center;
  }


#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e5ef24e-46ba-4857-aa67-8aba99e903cc-root {
    text-align: center;
  }


#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e5ef24e-46ba-4857-aa67-8aba99e903cc-root {
    text-align: center;
  }


#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e5ef24e-46ba-4857-aa67-8aba99e903cc-root {
    text-align: center;
  }


#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e5ef24e-46ba-4857-aa67-8aba99e903cc-root {
    text-align: center;
  }


#s-5e5ef24e-46ba-4857-aa67-8aba99e903cc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-26f5e387-6095-4581-bf53-e72ac7f9ffb0 {
  background-repeat: no-repeat;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}

#s-26f5e387-6095-4581-bf53-e72ac7f9ffb0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRlMTQxMTAtM2IxZC00YjZkLWJiOTItNTNjZmJiMzE3YjZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGUxNDExMC0zYjFkLTRiNmQtYmI5Mi01M2NmYmIzMTdiNmEpIi8+PC9zdmc+);
}








#s-26f5e387-6095-4581-bf53-e72ac7f9ffb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26f5e387-6095-4581-bf53-e72ac7f9ffb0.shg-box.shg-c {
  justify-content: center;
}

#s-c8807b40-1a70-4098-91c5-d97841bc80f4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-c8807b40-1a70-4098-91c5-d97841bc80f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8807b40-1a70-4098-91c5-d97841bc80f4.shg-box.shg-c {
  justify-content: center;
}

#s-bc0d1231-380b-41dc-8baf-52b3f0f7b16e {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc0d1231-380b-41dc-8baf-52b3f0f7b16e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-85dc518f-636d-4b9e-859d-0e3041a87ef0 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-85dc518f-636d-4b9e-859d-0e3041a87ef0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-85dc518f-636d-4b9e-859d-0e3041a87ef0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-85dc518f-636d-4b9e-859d-0e3041a87ef0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-85dc518f-636d-4b9e-859d-0e3041a87ef0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-80101183-3746-4fb6-b8b1-f49afe8919ff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-80101183-3746-4fb6-b8b1-f49afe8919ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80101183-3746-4fb6-b8b1-f49afe8919ff.shg-box.shg-c {
  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 {
  -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;
  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-90f11e66-55bd-4022-9d05-77965e6bec62 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-90f11e66-55bd-4022-9d05-77965e6bec62:hover {opacity: 0.85 !important;}


.shg-image-margin-container:has(#s-90f11e66-55bd-4022-9d05-77965e6bec62) {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
    
    
  }


.s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f11e66-55bd-4022-9d05-77965e6bec62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
      position: relative;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container:has(#s-90f11e66-55bd-4022-9d05-77965e6bec62) {
  
  
  
  
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
    
    
  }


.s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f11e66-55bd-4022-9d05-77965e6bec62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
      position: relative;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-90f11e66-55bd-4022-9d05-77965e6bec62) {
  
  
  
  
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
    
    
  }


.s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f11e66-55bd-4022-9d05-77965e6bec62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
      position: relative;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-90f11e66-55bd-4022-9d05-77965e6bec62) {
  
  
  
  
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
    
    
  }


.s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f11e66-55bd-4022-9d05-77965e6bec62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
      position: relative;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-90f11e66-55bd-4022-9d05-77965e6bec62) {
  
  
  
  
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90f11e66-55bd-4022-9d05-77965e6bec62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
    
    
  }


.s-90f11e66-55bd-4022-9d05-77965e6bec62 .shogun-image-content {
  
    align-items: center;
  
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90f11e66-55bd-4022-9d05-77965e6bec62 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container {
      position: relative;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90f11e66-55bd-4022-9d05-77965e6bec62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e273c886-8c38-4b92-b119-b6c1aac91129 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-e273c886-8c38-4b92-b119-b6c1aac91129:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-e273c886-8c38-4b92-b119-b6c1aac91129:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-e273c886-8c38-4b92-b119-b6c1aac91129-root {
    text-align: center;
  }


#s-e273c886-8c38-4b92-b119-b6c1aac91129.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e273c886-8c38-4b92-b119-b6c1aac91129-root {
    text-align: center;
  }


#s-e273c886-8c38-4b92-b119-b6c1aac91129.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e273c886-8c38-4b92-b119-b6c1aac91129-root {
    text-align: center;
  }


#s-e273c886-8c38-4b92-b119-b6c1aac91129.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e273c886-8c38-4b92-b119-b6c1aac91129-root {
    text-align: center;
  }


#s-e273c886-8c38-4b92-b119-b6c1aac91129.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e273c886-8c38-4b92-b119-b6c1aac91129-root {
    text-align: center;
  }


#s-e273c886-8c38-4b92-b119-b6c1aac91129.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-089e12a6-2265-45d7-b61e-50d24bd9f083 {
  min-height: 50px;
}








#s-089e12a6-2265-45d7-b61e-50d24bd9f083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-089e12a6-2265-45d7-b61e-50d24bd9f083.shg-box.shg-c {
  justify-content: center;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-701872d8-f7b2-4bfb-89ea-949c6804ba46:hover {opacity: 0.85 !important;}


.shg-image-margin-container:has(#s-701872d8-f7b2-4bfb-89ea-949c6804ba46) {
  
  
  
  margin-bottom: 10px;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
    
    
  }


.s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-content {
  
    align-items: center;
  
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
      position: relative;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container:has(#s-701872d8-f7b2-4bfb-89ea-949c6804ba46) {
  
  
  
  
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
    
    
  }


.s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-content {
  
    align-items: center;
  
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
      position: relative;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-701872d8-f7b2-4bfb-89ea-949c6804ba46) {
  
  
  
  
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
    
    
  }


.s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-content {
  
    align-items: center;
  
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
      position: relative;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-701872d8-f7b2-4bfb-89ea-949c6804ba46) {
  
  
  
  
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
    
    
  }


.s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-content {
  
    align-items: center;
  
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
      position: relative;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-701872d8-f7b2-4bfb-89ea-949c6804ba46) {
  
  
  
  
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
    
    
  }


.s-701872d8-f7b2-4bfb-89ea-949c6804ba46 .shogun-image-content {
  
    align-items: center;
  
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container {
      position: relative;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701872d8-f7b2-4bfb-89ea-949c6804ba46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2ce24187-551c-4498-856a-64863f39d77a {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-2ce24187-551c-4498-856a-64863f39d77a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-2ce24187-551c-4498-856a-64863f39d77a:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-2ce24187-551c-4498-856a-64863f39d77a-root {
    text-align: center;
  }


#s-2ce24187-551c-4498-856a-64863f39d77a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ce24187-551c-4498-856a-64863f39d77a-root {
    text-align: center;
  }


#s-2ce24187-551c-4498-856a-64863f39d77a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ce24187-551c-4498-856a-64863f39d77a-root {
    text-align: center;
  }


#s-2ce24187-551c-4498-856a-64863f39d77a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ce24187-551c-4498-856a-64863f39d77a-root {
    text-align: center;
  }


#s-2ce24187-551c-4498-856a-64863f39d77a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ce24187-551c-4498-856a-64863f39d77a-root {
    text-align: center;
  }


#s-2ce24187-551c-4498-856a-64863f39d77a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-f5badb19-83cb-43e0-92e7-fcf8c32580ae {
  min-height: 50px;
}








#s-f5badb19-83cb-43e0-92e7-fcf8c32580ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5badb19-83cb-43e0-92e7-fcf8c32580ae.shg-box.shg-c {
  justify-content: center;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-289a275d-353d-4658-92b5-f3586f9e08c7:hover {opacity: 0.85 !important;}


.shg-image-margin-container:has(#s-289a275d-353d-4658-92b5-f3586f9e08c7) {
  
  
  
  margin-bottom: 10px;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
    
    
  }


.s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-289a275d-353d-4658-92b5-f3586f9e08c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
      position: relative;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container:has(#s-289a275d-353d-4658-92b5-f3586f9e08c7) {
  
  
  
  
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
    
    
  }


.s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-289a275d-353d-4658-92b5-f3586f9e08c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
      position: relative;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-289a275d-353d-4658-92b5-f3586f9e08c7) {
  
  
  
  
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
    
    
  }


.s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-289a275d-353d-4658-92b5-f3586f9e08c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
      position: relative;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-289a275d-353d-4658-92b5-f3586f9e08c7) {
  
  
  
  
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
    
    
  }


.s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-289a275d-353d-4658-92b5-f3586f9e08c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
      position: relative;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-289a275d-353d-4658-92b5-f3586f9e08c7) {
  
  
  
  
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-289a275d-353d-4658-92b5-f3586f9e08c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
    
    
  }


.s-289a275d-353d-4658-92b5-f3586f9e08c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-289a275d-353d-4658-92b5-f3586f9e08c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container {
      position: relative;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-289a275d-353d-4658-92b5-f3586f9e08c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-57fdf81a-9c02-44b6-87b1-b10a79da35f3-root {
    text-align: center;
  }


#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57fdf81a-9c02-44b6-87b1-b10a79da35f3-root {
    text-align: center;
  }


#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57fdf81a-9c02-44b6-87b1-b10a79da35f3-root {
    text-align: center;
  }


#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57fdf81a-9c02-44b6-87b1-b10a79da35f3-root {
    text-align: center;
  }


#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57fdf81a-9c02-44b6-87b1-b10a79da35f3-root {
    text-align: center;
  }


#s-57fdf81a-9c02-44b6-87b1-b10a79da35f3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-ce4f841e-cebb-451c-8257-d9ac5ab6173d {
  min-height: 50px;
}








#s-ce4f841e-cebb-451c-8257-d9ac5ab6173d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce4f841e-cebb-451c-8257-d9ac5ab6173d.shg-box.shg-c {
  justify-content: center;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff:hover {opacity: 0.85 !important;}


.shg-image-margin-container:has(#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff) {
  
  
  
  margin-bottom: 10px;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
    
    
  }


.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
      position: relative;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container:has(#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff) {
  
  
  
  
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
    
    
  }


.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
      position: relative;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff) {
  
  
  
  
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
    
    
  }


.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
      position: relative;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff) {
  
  
  
  
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
    
    
  }


.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
      position: relative;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container:has(#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff) {
  
  
  
  
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
    
    
  }


.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff .shogun-image-content {
  
    align-items: center;
  
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container {
      position: relative;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a07d89b-6e36-46e6-8c20-fc69c03c33ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6-root {
    text-align: center;
  }


#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6-root {
    text-align: center;
  }


#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6-root {
    text-align: center;
  }


#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6-root {
    text-align: center;
  }


#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6-root {
    text-align: center;
  }


#s-a4a9f0e9-eb48-4ee7-b304-600173f09ff6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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 *) {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;-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 *){display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
