.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-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}

#s-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612 {
  background-image: url(https://i.shgcdn.com/82c1c0f2-6080-403c-a648-3074fa9aeb70/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612 > .shg-box-overlay {
  background-color: rgba(0, 150, 57, 1);
  opacity: 0;
  display: block;
}#s-caf4d8c9-ac30-4a3b-b6fc-d0cd62072612.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-e0f77a2d-c183-4410-9732-89dfee913a5c {
  padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
text-align: left;
}

#s-e0f77a2d-c183-4410-9732-89dfee913a5c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}








#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5c4dbbe-6384-4c64-a90c-e358c60d0c44.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-a0b5a538-7467-4c2d-bdd6-5ae7fd08ec93 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

#s-9416542a-1fab-41a2-a02e-fcd72f3e7211 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-964e750c-4f46-4bb5-ae98-e0fc48aaf583 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

#s-18ec7de0-26be-4d60-a8ed-a854b8f670ee {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

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

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

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

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

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

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

#s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc {
  padding-left: 3%;
padding-right: 3%;
}

#s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc td.shogun-table-column, #s-2a86d757-38dc-4d9e-ae78-a77e40df2ccc td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

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

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

.shg-btn-text {
  
  
}

.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-55e75360-a1f0-4297-8ace-59d9eb95eb73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-55e75360-a1f0-4297-8ace-59d9eb95eb73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55e75360-a1f0-4297-8ace-59d9eb95eb73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55e75360-a1f0-4297-8ace-59d9eb95eb73-root {
    text-align: center;
  }


#s-55e75360-a1f0-4297-8ace-59d9eb95eb73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-55e75360-a1f0-4297-8ace-59d9eb95eb73-root {
    text-align: center;
  }


#s-55e75360-a1f0-4297-8ace-59d9eb95eb73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55e75360-a1f0-4297-8ace-59d9eb95eb73-root {
    text-align: center;
  }


#s-55e75360-a1f0-4297-8ace-59d9eb95eb73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55e75360-a1f0-4297-8ace-59d9eb95eb73-root {
    text-align: center;
  }


#s-55e75360-a1f0-4297-8ace-59d9eb95eb73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-55e75360-a1f0-4297-8ace-59d9eb95eb73-root {
    text-align: center;
  }


#s-55e75360-a1f0-4297-8ace-59d9eb95eb73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8-root {
    text-align: center;
  }


#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8-root {
    text-align: center;
  }


#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8-root {
    text-align: center;
  }


#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8-root {
    text-align: center;
  }


#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8-root {
    text-align: center;
  }


#s-dd71da7c-189a-46f4-81a0-7bb7aa7d05f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f22d9d66-a413-45dc-8613-c3343895679e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f22d9d66-a413-45dc-8613-c3343895679e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f22d9d66-a413-45dc-8613-c3343895679e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f22d9d66-a413-45dc-8613-c3343895679e-root {
    text-align: center;
  }


#s-f22d9d66-a413-45dc-8613-c3343895679e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f22d9d66-a413-45dc-8613-c3343895679e-root {
    text-align: center;
  }


#s-f22d9d66-a413-45dc-8613-c3343895679e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f22d9d66-a413-45dc-8613-c3343895679e-root {
    text-align: center;
  }


#s-f22d9d66-a413-45dc-8613-c3343895679e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f22d9d66-a413-45dc-8613-c3343895679e-root {
    text-align: center;
  }


#s-f22d9d66-a413-45dc-8613-c3343895679e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f22d9d66-a413-45dc-8613-c3343895679e-root {
    text-align: center;
  }


#s-f22d9d66-a413-45dc-8613-c3343895679e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c8886e29-30fe-44fb-a986-992a81b01111 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c8886e29-30fe-44fb-a986-992a81b01111:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8886e29-30fe-44fb-a986-992a81b01111:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8886e29-30fe-44fb-a986-992a81b01111-root {
    text-align: center;
  }


#s-c8886e29-30fe-44fb-a986-992a81b01111.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8886e29-30fe-44fb-a986-992a81b01111-root {
    text-align: center;
  }


#s-c8886e29-30fe-44fb-a986-992a81b01111.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8886e29-30fe-44fb-a986-992a81b01111-root {
    text-align: center;
  }


#s-c8886e29-30fe-44fb-a986-992a81b01111.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8886e29-30fe-44fb-a986-992a81b01111-root {
    text-align: center;
  }


#s-c8886e29-30fe-44fb-a986-992a81b01111.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8886e29-30fe-44fb-a986-992a81b01111-root {
    text-align: center;
  }


#s-c8886e29-30fe-44fb-a986-992a81b01111.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0ff3ac12-fa5d-42f8-b52b-b76d4efe71ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1170px;
}








#s-0ff3ac12-fa5d-42f8-b52b-b76d4efe71ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ff3ac12-fa5d-42f8-b52b-b76d4efe71ef.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-3614ad38-6cab-4b01-a046-0eeb951eb6ce hr {
  border-top: 2px solid #ddd;
}

#s-7533586c-720b-4b4c-8239-2bc1bb190137 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-44db65ed-dc53-4b53-8bf5-a51a3249f136 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

#s-44db65ed-dc53-4b53-8bf5-a51a3249f136 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-44db65ed-dc53-4b53-8bf5-a51a3249f136 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-44db65ed-dc53-4b53-8bf5-a51a3249f136 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-44db65ed-dc53-4b53-8bf5-a51a3249f136 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-44db65ed-dc53-4b53-8bf5-a51a3249f136 td.shogun-table-column, #s-44db65ed-dc53-4b53-8bf5-a51a3249f136 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-11bb7433-faf6-486d-bf9f-5ba579294119 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-11bb7433-faf6-486d-bf9f-5ba579294119:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11bb7433-faf6-486d-bf9f-5ba579294119:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11bb7433-faf6-486d-bf9f-5ba579294119-root {
    text-align: center;
  }


#s-11bb7433-faf6-486d-bf9f-5ba579294119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11bb7433-faf6-486d-bf9f-5ba579294119-root {
    text-align: center;
  }


#s-11bb7433-faf6-486d-bf9f-5ba579294119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11bb7433-faf6-486d-bf9f-5ba579294119-root {
    text-align: center;
  }


#s-11bb7433-faf6-486d-bf9f-5ba579294119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11bb7433-faf6-486d-bf9f-5ba579294119-root {
    text-align: center;
  }


#s-11bb7433-faf6-486d-bf9f-5ba579294119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11bb7433-faf6-486d-bf9f-5ba579294119-root {
    text-align: center;
  }


#s-11bb7433-faf6-486d-bf9f-5ba579294119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b-root {
    text-align: center;
  }


#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b-root {
    text-align: center;
  }


#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b-root {
    text-align: center;
  }


#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b-root {
    text-align: center;
  }


#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b-root {
    text-align: center;
  }


#s-b580e2a5-44ea-4b3a-a075-301f9eeeb03b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cd88d43-948f-4a7d-881d-cbc7adc80db0-root {
    text-align: center;
  }


#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0cd88d43-948f-4a7d-881d-cbc7adc80db0-root {
    text-align: center;
  }


#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cd88d43-948f-4a7d-881d-cbc7adc80db0-root {
    text-align: center;
  }


#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cd88d43-948f-4a7d-881d-cbc7adc80db0-root {
    text-align: center;
  }


#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0cd88d43-948f-4a7d-881d-cbc7adc80db0-root {
    text-align: center;
  }


#s-0cd88d43-948f-4a7d-881d-cbc7adc80db0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-dd7f7854-3111-48b3-bd8a-0139d9261fce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dd7f7854-3111-48b3-bd8a-0139d9261fce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd7f7854-3111-48b3-bd8a-0139d9261fce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd7f7854-3111-48b3-bd8a-0139d9261fce-root {
    text-align: center;
  }


#s-dd7f7854-3111-48b3-bd8a-0139d9261fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd7f7854-3111-48b3-bd8a-0139d9261fce-root {
    text-align: center;
  }


#s-dd7f7854-3111-48b3-bd8a-0139d9261fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd7f7854-3111-48b3-bd8a-0139d9261fce-root {
    text-align: center;
  }


#s-dd7f7854-3111-48b3-bd8a-0139d9261fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd7f7854-3111-48b3-bd8a-0139d9261fce-root {
    text-align: center;
  }


#s-dd7f7854-3111-48b3-bd8a-0139d9261fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd7f7854-3111-48b3-bd8a-0139d9261fce-root {
    text-align: center;
  }


#s-dd7f7854-3111-48b3-bd8a-0139d9261fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8f8be3dd-2d48-4d56-a712-f162dd1cf97d hr {
  border-top: 2px solid #ddd;
}

#s-c503aeda-a969-43ff-aed6-8a8fdd3508f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-be73b628-667c-4315-8833-b6c3cc7e5bf7 {
  padding-left: 3%;
padding-right: 3%;
}

#s-be73b628-667c-4315-8833-b6c3cc7e5bf7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-be73b628-667c-4315-8833-b6c3cc7e5bf7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-be73b628-667c-4315-8833-b6c3cc7e5bf7 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-be73b628-667c-4315-8833-b6c3cc7e5bf7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-be73b628-667c-4315-8833-b6c3cc7e5bf7 td.shogun-table-column, #s-be73b628-667c-4315-8833-b6c3cc7e5bf7 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-fd000ea7-e0d2-4732-9990-c50618c447e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fd000ea7-e0d2-4732-9990-c50618c447e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd000ea7-e0d2-4732-9990-c50618c447e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd000ea7-e0d2-4732-9990-c50618c447e4-root {
    text-align: center;
  }


#s-fd000ea7-e0d2-4732-9990-c50618c447e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd000ea7-e0d2-4732-9990-c50618c447e4-root {
    text-align: center;
  }


#s-fd000ea7-e0d2-4732-9990-c50618c447e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd000ea7-e0d2-4732-9990-c50618c447e4-root {
    text-align: center;
  }


#s-fd000ea7-e0d2-4732-9990-c50618c447e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd000ea7-e0d2-4732-9990-c50618c447e4-root {
    text-align: center;
  }


#s-fd000ea7-e0d2-4732-9990-c50618c447e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd000ea7-e0d2-4732-9990-c50618c447e4-root {
    text-align: center;
  }


#s-fd000ea7-e0d2-4732-9990-c50618c447e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-34b646df-e47b-4570-8fae-5ec40aca8bb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-34b646df-e47b-4570-8fae-5ec40aca8bb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34b646df-e47b-4570-8fae-5ec40aca8bb7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34b646df-e47b-4570-8fae-5ec40aca8bb7-root {
    text-align: center;
  }


#s-34b646df-e47b-4570-8fae-5ec40aca8bb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-34b646df-e47b-4570-8fae-5ec40aca8bb7-root {
    text-align: center;
  }


#s-34b646df-e47b-4570-8fae-5ec40aca8bb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34b646df-e47b-4570-8fae-5ec40aca8bb7-root {
    text-align: center;
  }


#s-34b646df-e47b-4570-8fae-5ec40aca8bb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34b646df-e47b-4570-8fae-5ec40aca8bb7-root {
    text-align: center;
  }


#s-34b646df-e47b-4570-8fae-5ec40aca8bb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-34b646df-e47b-4570-8fae-5ec40aca8bb7-root {
    text-align: center;
  }


#s-34b646df-e47b-4570-8fae-5ec40aca8bb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-49989888-3152-490a-a2fd-83823bbd57d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-49989888-3152-490a-a2fd-83823bbd57d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49989888-3152-490a-a2fd-83823bbd57d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49989888-3152-490a-a2fd-83823bbd57d3-root {
    text-align: center;
  }


#s-49989888-3152-490a-a2fd-83823bbd57d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-49989888-3152-490a-a2fd-83823bbd57d3-root {
    text-align: center;
  }


#s-49989888-3152-490a-a2fd-83823bbd57d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49989888-3152-490a-a2fd-83823bbd57d3-root {
    text-align: center;
  }


#s-49989888-3152-490a-a2fd-83823bbd57d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49989888-3152-490a-a2fd-83823bbd57d3-root {
    text-align: center;
  }


#s-49989888-3152-490a-a2fd-83823bbd57d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-49989888-3152-490a-a2fd-83823bbd57d3-root {
    text-align: center;
  }


#s-49989888-3152-490a-a2fd-83823bbd57d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-715d2aa4-763a-4d42-9ebf-e3fa1b590231-root {
    text-align: center;
  }


#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-715d2aa4-763a-4d42-9ebf-e3fa1b590231-root {
    text-align: center;
  }


#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-715d2aa4-763a-4d42-9ebf-e3fa1b590231-root {
    text-align: center;
  }


#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-715d2aa4-763a-4d42-9ebf-e3fa1b590231-root {
    text-align: center;
  }


#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-715d2aa4-763a-4d42-9ebf-e3fa1b590231-root {
    text-align: center;
  }


#s-715d2aa4-763a-4d42-9ebf-e3fa1b590231.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-44bac729-4bd6-4340-b50d-847c33564d7e hr {
  border-top: 2px solid #ddd;
}

#s-27738ca7-8691-4a42-99c3-668dda3d3777 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-97b4586a-9026-4b16-94c0-2c34b87c8223 {
  padding-left: 3%;
padding-right: 3%;
}

#s-97b4586a-9026-4b16-94c0-2c34b87c8223 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-97b4586a-9026-4b16-94c0-2c34b87c8223 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-97b4586a-9026-4b16-94c0-2c34b87c8223 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-97b4586a-9026-4b16-94c0-2c34b87c8223 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-97b4586a-9026-4b16-94c0-2c34b87c8223 td.shogun-table-column, #s-97b4586a-9026-4b16-94c0-2c34b87c8223 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ecddf13d-753a-4720-9f19-6f37ea2d8e79-root {
    text-align: center;
  }


#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecddf13d-753a-4720-9f19-6f37ea2d8e79-root {
    text-align: center;
  }


#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecddf13d-753a-4720-9f19-6f37ea2d8e79-root {
    text-align: center;
  }


#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecddf13d-753a-4720-9f19-6f37ea2d8e79-root {
    text-align: center;
  }


#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecddf13d-753a-4720-9f19-6f37ea2d8e79-root {
    text-align: center;
  }


#s-ecddf13d-753a-4720-9f19-6f37ea2d8e79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4-root {
    text-align: center;
  }


#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4-root {
    text-align: center;
  }


#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4-root {
    text-align: center;
  }


#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4-root {
    text-align: center;
  }


#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4-root {
    text-align: center;
  }


#s-fbdc50c6-c1e6-4217-bc3f-89160d42efd4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8802a0da-b895-4680-bcf3-521088eb9975 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8802a0da-b895-4680-bcf3-521088eb9975:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8802a0da-b895-4680-bcf3-521088eb9975:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8802a0da-b895-4680-bcf3-521088eb9975-root {
    text-align: center;
  }


#s-8802a0da-b895-4680-bcf3-521088eb9975.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8802a0da-b895-4680-bcf3-521088eb9975-root {
    text-align: center;
  }


#s-8802a0da-b895-4680-bcf3-521088eb9975.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8802a0da-b895-4680-bcf3-521088eb9975-root {
    text-align: center;
  }


#s-8802a0da-b895-4680-bcf3-521088eb9975.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8802a0da-b895-4680-bcf3-521088eb9975-root {
    text-align: center;
  }


#s-8802a0da-b895-4680-bcf3-521088eb9975.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8802a0da-b895-4680-bcf3-521088eb9975-root {
    text-align: center;
  }


#s-8802a0da-b895-4680-bcf3-521088eb9975.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e-root {
    text-align: center;
  }


#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e-root {
    text-align: center;
  }


#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e-root {
    text-align: center;
  }


#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e-root {
    text-align: center;
  }


#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e-root {
    text-align: center;
  }


#s-6e6e1b4a-3266-4983-a0f6-9f78f8a6533e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1dfbe570-934a-4f20-a4e7-4152e84e145c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1dfbe570-934a-4f20-a4e7-4152e84e145c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1dfbe570-934a-4f20-a4e7-4152e84e145c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1dfbe570-934a-4f20-a4e7-4152e84e145c-root {
    text-align: center;
  }


#s-1dfbe570-934a-4f20-a4e7-4152e84e145c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1dfbe570-934a-4f20-a4e7-4152e84e145c-root {
    text-align: center;
  }


#s-1dfbe570-934a-4f20-a4e7-4152e84e145c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dfbe570-934a-4f20-a4e7-4152e84e145c-root {
    text-align: center;
  }


#s-1dfbe570-934a-4f20-a4e7-4152e84e145c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dfbe570-934a-4f20-a4e7-4152e84e145c-root {
    text-align: center;
  }


#s-1dfbe570-934a-4f20-a4e7-4152e84e145c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1dfbe570-934a-4f20-a4e7-4152e84e145c-root {
    text-align: center;
  }


#s-1dfbe570-934a-4f20-a4e7-4152e84e145c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-779d475b-aa50-439c-b203-07bc6f564565 hr {
  border-top: 2px solid #ddd;
}

#s-19199ee9-984a-4929-aba9-5be1b644ecb7 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac {
  padding-left: 3%;
padding-right: 3%;
}

#s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac td.shogun-table-column, #s-04b6cad2-b31f-4cae-a816-53f5d0f5d1ac td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-e219846b-7847-43c9-a414-ef8bc15acfd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e219846b-7847-43c9-a414-ef8bc15acfd0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e219846b-7847-43c9-a414-ef8bc15acfd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e219846b-7847-43c9-a414-ef8bc15acfd0-root {
    text-align: center;
  }


#s-e219846b-7847-43c9-a414-ef8bc15acfd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e219846b-7847-43c9-a414-ef8bc15acfd0-root {
    text-align: center;
  }


#s-e219846b-7847-43c9-a414-ef8bc15acfd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e219846b-7847-43c9-a414-ef8bc15acfd0-root {
    text-align: center;
  }


#s-e219846b-7847-43c9-a414-ef8bc15acfd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e219846b-7847-43c9-a414-ef8bc15acfd0-root {
    text-align: center;
  }


#s-e219846b-7847-43c9-a414-ef8bc15acfd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e219846b-7847-43c9-a414-ef8bc15acfd0-root {
    text-align: center;
  }


#s-e219846b-7847-43c9-a414-ef8bc15acfd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8-root {
    text-align: center;
  }


#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8-root {
    text-align: center;
  }


#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8-root {
    text-align: center;
  }


#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8-root {
    text-align: center;
  }


#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8-root {
    text-align: center;
  }


#s-d37384b4-214b-461e-8fa1-0b5bf43c0ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6ffc2296-3b5e-408b-9d68-3f5318a2ed4d {
  margin-top: 0%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

.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-bd130619-a3cf-42e4-bdfe-d947fbb2417c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd130619-a3cf-42e4-bdfe-d947fbb2417c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-aed5a16b-e1c0-405f-9bab-cafc47b9ca49 {
  text-align: center;
}







  #s-aed5a16b-e1c0-405f-9bab-cafc47b9ca49 img.shogun-image {
    

    
    
    
  }


#s-aed5a16b-e1c0-405f-9bab-cafc47b9ca49 .shogun-image-content {
  
    align-items: center;
  
}

#s-134c98e8-79ba-4983-913e-70cb36d01081 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-134c98e8-79ba-4983-913e-70cb36d01081 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}


#s-134c98e8-79ba-4983-913e-70cb36d01081 .shogun-heading-component h2 a {
  color: rgba(246, 242, 230, 1);
}


#s-ff4e783c-774c-4bdb-a0c4-82b1cff3580c {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ff4e783c-774c-4bdb-a0c4-82b1cff3580c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ff4e783c-774c-4bdb-a0c4-82b1cff3580c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-95026726-543b-45dc-a224-a265bdf61cac {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-95026726-543b-45dc-a224-a265bdf61cac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-95026726-543b-45dc-a224-a265bdf61cac .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cb61561e-803f-47ea-a0c1-a17a994d5de3 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-cb61561e-803f-47ea-a0c1-a17a994d5de3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cb61561e-803f-47ea-a0c1-a17a994d5de3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9536296c-2540-4e67-9c53-f78111fa7bc7 {
  text-align: center;
}







  #s-9536296c-2540-4e67-9c53-f78111fa7bc7 img.shogun-image {
    

    
    
    
  }


#s-9536296c-2540-4e67-9c53-f78111fa7bc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fed17c85-9e8b-433d-8eda-1dac2c8dc983 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-fed17c85-9e8b-433d-8eda-1dac2c8dc983 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-65036b15-4fe0-4691-9761-c20423663506 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-65036b15-4fe0-4691-9761-c20423663506 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-65036b15-4fe0-4691-9761-c20423663506 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-35926c85-6c05-4792-8a1b-37b65330429a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-35926c85-6c05-4792-8a1b-37b65330429a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-35926c85-6c05-4792-8a1b-37b65330429a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-93259afe-cd09-415b-b9bd-1cf1d00fd945 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-93259afe-cd09-415b-b9bd-1cf1d00fd945 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-93259afe-cd09-415b-b9bd-1cf1d00fd945 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d2eec5a0-93fa-439c-bc0a-1ca618dbd5d8 {
  text-align: center;
}







  #s-d2eec5a0-93fa-439c-bc0a-1ca618dbd5d8 img.shogun-image {
    

    
    
    
  }


#s-d2eec5a0-93fa-439c-bc0a-1ca618dbd5d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-79dd3119-b8cd-4813-9dbb-7e29835d21b5 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-79dd3119-b8cd-4813-9dbb-7e29835d21b5 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}


#s-79dd3119-b8cd-4813-9dbb-7e29835d21b5 .shogun-heading-component h2 a {
  color: rgba(246, 242, 230, 1);
}


#s-579a3e81-88af-4b25-800a-43fc6552b090 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-579a3e81-88af-4b25-800a-43fc6552b090 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-579a3e81-88af-4b25-800a-43fc6552b090 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-179a4e57-627a-493b-8d49-22c7d70136e3 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-179a4e57-627a-493b-8d49-22c7d70136e3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-179a4e57-627a-493b-8d49-22c7d70136e3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-7ff26824-0c18-44e7-b0ee-e079dd0c7584 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7ff26824-0c18-44e7-b0ee-e079dd0c7584 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-7ff26824-0c18-44e7-b0ee-e079dd0c7584 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3c0adf42-8686-4ef4-95b9-c8dddf050a82 {
  text-align: center;
}







  #s-3c0adf42-8686-4ef4-95b9-c8dddf050a82 img.shogun-image {
    

    
    
    
  }


#s-3c0adf42-8686-4ef4-95b9-c8dddf050a82 .shogun-image-content {
  
    align-items: center;
  
}

#s-686f713c-cea5-427a-85e0-b9f350ee5ca0 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-686f713c-cea5-427a-85e0-b9f350ee5ca0 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}


#s-686f713c-cea5-427a-85e0-b9f350ee5ca0 .shogun-heading-component h2 a {
  color: rgba(246, 242, 230, 1);
}


#s-1f70875c-7298-460f-8921-4b931c35aa5b {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1f70875c-7298-460f-8921-4b931c35aa5b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1f70875c-7298-460f-8921-4b931c35aa5b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d7223e0c-ad2b-410d-9941-19ec6f939629 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d7223e0c-ad2b-410d-9941-19ec6f939629 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d7223e0c-ad2b-410d-9941-19ec6f939629 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-0e3058b6-3180-4b9d-a0b4-24605a5b954a {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-0e3058b6-3180-4b9d-a0b4-24605a5b954a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-0e3058b6-3180-4b9d-a0b4-24605a5b954a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-11d64d2c-ccd9-4e3b-b7c0-8356245507ec {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-11d64d2c-ccd9-4e3b-b7c0-8356245507ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-11d64d2c-ccd9-4e3b-b7c0-8356245507ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-11d64d2c-ccd9-4e3b-b7c0-8356245507ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-11d64d2c-ccd9-4e3b-b7c0-8356245507ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6df1aae6-47ab-4897-b6ab-4836ba369de5 {
  text-align: center;
}







  #s-6df1aae6-47ab-4897-b6ab-4836ba369de5 img.shogun-image {
    

    
    
    
  }


#s-6df1aae6-47ab-4897-b6ab-4836ba369de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cfda920-f116-4d8c-a640-889fc39d6658 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-1cfda920-f116-4d8c-a640-889fc39d6658 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-c9a58cf0-b5ab-4853-8760-75a84c554d54 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c9a58cf0-b5ab-4853-8760-75a84c554d54 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c9a58cf0-b5ab-4853-8760-75a84c554d54 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2a592c03-302b-433b-95e0-6ff1ecc04d1a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2a592c03-302b-433b-95e0-6ff1ecc04d1a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2a592c03-302b-433b-95e0-6ff1ecc04d1a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5789f567-69c3-49be-8d16-b55754a81492 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5789f567-69c3-49be-8d16-b55754a81492 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5789f567-69c3-49be-8d16-b55754a81492 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2cf8ae84-b071-46e6-9a26-73bc99bcde06 {
  text-align: center;
}







  #s-2cf8ae84-b071-46e6-9a26-73bc99bcde06 img.shogun-image {
    

    
    
    
  }


#s-2cf8ae84-b071-46e6-9a26-73bc99bcde06 .shogun-image-content {
  
    align-items: center;
  
}

#s-888484ec-052b-46b7-af05-6260e6817e9b {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-888484ec-052b-46b7-af05-6260e6817e9b .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-6b39fc72-fecc-45be-97f4-5a276f43d01f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6b39fc72-fecc-45be-97f4-5a276f43d01f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6b39fc72-fecc-45be-97f4-5a276f43d01f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9327b52a-b55f-47ec-a3a1-acf1d0d466ca {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9327b52a-b55f-47ec-a3a1-acf1d0d466ca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9327b52a-b55f-47ec-a3a1-acf1d0d466ca .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-379fa01a-47fe-4786-9e48-d1444663a336 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-379fa01a-47fe-4786-9e48-d1444663a336 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-379fa01a-47fe-4786-9e48-d1444663a336 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a166f2f2-2f0c-46ba-b177-f2783f0358f6 {
  text-align: center;
}







  #s-a166f2f2-2f0c-46ba-b177-f2783f0358f6 img.shogun-image {
    

    
    
    
  }


#s-a166f2f2-2f0c-46ba-b177-f2783f0358f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e944ab9-9d72-4649-b138-b80d4cd78bf3 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5e944ab9-9d72-4649-b138-b80d4cd78bf3 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-971be13a-670b-47ab-b429-f36640bcf145 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-971be13a-670b-47ab-b429-f36640bcf145 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-971be13a-670b-47ab-b429-f36640bcf145 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-462fd4dc-7b52-46b5-93be-b47d0110e71a {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-462fd4dc-7b52-46b5-93be-b47d0110e71a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-462fd4dc-7b52-46b5-93be-b47d0110e71a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4ecd8f24-0130-4f38-a902-d14ba81917f0 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4ecd8f24-0130-4f38-a902-d14ba81917f0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4ecd8f24-0130-4f38-a902-d14ba81917f0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-37bfa24c-7e06-4dda-9a0f-922ff40fc180 {
  text-align: center;
}







  #s-37bfa24c-7e06-4dda-9a0f-922ff40fc180 img.shogun-image {
    

    
    
    
  }


#s-37bfa24c-7e06-4dda-9a0f-922ff40fc180 .shogun-image-content {
  
    align-items: center;
  
}

#s-7feebec9-bc48-4d19-ac9c-40445ed322f5 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7feebec9-bc48-4d19-ac9c-40445ed322f5 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-057bc5ea-e750-481d-976a-63d5861b29f0 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-057bc5ea-e750-481d-976a-63d5861b29f0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-057bc5ea-e750-481d-976a-63d5861b29f0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-58172d12-04fa-4da7-b2cb-0bdfc3944868 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-58172d12-04fa-4da7-b2cb-0bdfc3944868 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-58172d12-04fa-4da7-b2cb-0bdfc3944868 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-741cd32d-4300-4998-a8f7-7727d0320fea {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-741cd32d-4300-4998-a8f7-7727d0320fea .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-741cd32d-4300-4998-a8f7-7727d0320fea .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-1ccee638-6221-4823-9b68-328d15e894e4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ccee638-6221-4823-9b68-328d15e894e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-618a88b7-ecc6-4140-b2d6-9e7e5a50be25 {
  text-align: center;
}







  #s-618a88b7-ecc6-4140-b2d6-9e7e5a50be25 img.shogun-image {
    

    
    
    
  }


#s-618a88b7-ecc6-4140-b2d6-9e7e5a50be25 .shogun-image-content {
  
    align-items: center;
  
}

#s-581919f7-7e55-444e-a4e8-f7010f85e8ad {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-581919f7-7e55-444e-a4e8-f7010f85e8ad .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}


#s-581919f7-7e55-444e-a4e8-f7010f85e8ad .shogun-heading-component h2 a {
  color: rgba(246, 242, 230, 1);
}


#s-f6511227-fc31-41ec-8c53-b822f6daee26 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f6511227-fc31-41ec-8c53-b822f6daee26 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f6511227-fc31-41ec-8c53-b822f6daee26 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d939a441-36f7-4f9e-867e-8bdf8ade6bc9 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d939a441-36f7-4f9e-867e-8bdf8ade6bc9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d939a441-36f7-4f9e-867e-8bdf8ade6bc9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5e069320-5acd-4b5a-967a-a8c531257ea8 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5e069320-5acd-4b5a-967a-a8c531257ea8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5e069320-5acd-4b5a-967a-a8c531257ea8 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5e89e6a1-b92f-49d8-a87d-02c6b5f7339e {
  text-align: center;
}







  #s-5e89e6a1-b92f-49d8-a87d-02c6b5f7339e img.shogun-image {
    

    
    
    
  }


#s-5e89e6a1-b92f-49d8-a87d-02c6b5f7339e .shogun-image-content {
  
    align-items: center;
  
}

#s-84b0d314-c50c-4b1e-9739-e06c0b75f357 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-84b0d314-c50c-4b1e-9739-e06c0b75f357 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-73cfea16-687c-49c6-afd9-e73365bfbedd {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-73cfea16-687c-49c6-afd9-e73365bfbedd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-73cfea16-687c-49c6-afd9-e73365bfbedd .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-917d75a9-e9e3-4efe-9bfe-4d3e344fb9f2 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-917d75a9-e9e3-4efe-9bfe-4d3e344fb9f2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-917d75a9-e9e3-4efe-9bfe-4d3e344fb9f2 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ff664239-bc85-494b-a14a-5ab7e1b996fd {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ff664239-bc85-494b-a14a-5ab7e1b996fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ff664239-bc85-494b-a14a-5ab7e1b996fd .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-34c78057-4585-434a-bba6-3f370b7ded3b {
  text-align: center;
}







  #s-34c78057-4585-434a-bba6-3f370b7ded3b img.shogun-image {
    

    
    
    
  }


#s-34c78057-4585-434a-bba6-3f370b7ded3b .shogun-image-content {
  
    align-items: center;
  
}

#s-f5a5f292-34ba-4fc8-9c8f-c631b7488e79 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f5a5f292-34ba-4fc8-9c8f-c631b7488e79 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-9616dc8f-78a1-4564-a3a3-56722ad0e71d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9616dc8f-78a1-4564-a3a3-56722ad0e71d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9616dc8f-78a1-4564-a3a3-56722ad0e71d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5593a0e4-3c10-4999-b6e6-a73df61e2aae {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5593a0e4-3c10-4999-b6e6-a73df61e2aae .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5593a0e4-3c10-4999-b6e6-a73df61e2aae .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dec33949-41ee-488b-810a-4898109a710a {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-dec33949-41ee-488b-810a-4898109a710a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-dec33949-41ee-488b-810a-4898109a710a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-0242e6ca-4eb6-4617-8daf-a3a49e9c1cbf {
  text-align: center;
}







  #s-0242e6ca-4eb6-4617-8daf-a3a49e9c1cbf img.shogun-image {
    

    
    
    
  }


#s-0242e6ca-4eb6-4617-8daf-a3a49e9c1cbf .shogun-image-content {
  
    align-items: center;
  
}

#s-edfea431-411d-4805-831a-0b019446108d {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-edfea431-411d-4805-831a-0b019446108d .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-9cc17a4d-22bd-4c4a-904b-186dbf05093b {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9cc17a4d-22bd-4c4a-904b-186dbf05093b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9cc17a4d-22bd-4c4a-904b-186dbf05093b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f6ffebd1-f648-4149-b74a-db9e96dcb0da {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f6ffebd1-f648-4149-b74a-db9e96dcb0da .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f6ffebd1-f648-4149-b74a-db9e96dcb0da .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9019e2ae-948c-4dfa-91fe-705185977a09 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9019e2ae-948c-4dfa-91fe-705185977a09 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9019e2ae-948c-4dfa-91fe-705185977a09 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ebc5aca3-1967-43ae-86fc-d11bb58e2f8e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-ebc5aca3-1967-43ae-86fc-d11bb58e2f8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ebc5aca3-1967-43ae-86fc-d11bb58e2f8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ebc5aca3-1967-43ae-86fc-d11bb58e2f8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ebc5aca3-1967-43ae-86fc-d11bb58e2f8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0f82eb57-a7c2-4648-8a2f-934b35352e48 {
  text-align: center;
}







  #s-0f82eb57-a7c2-4648-8a2f-934b35352e48 img.shogun-image {
    

    
    
    
  }


#s-0f82eb57-a7c2-4648-8a2f-934b35352e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-60b1314d-e7b2-4027-ae02-0466b8bf0826 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-60b1314d-e7b2-4027-ae02-0466b8bf0826 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-6855da97-3839-4f79-a356-f58b4c5c3c49 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6855da97-3839-4f79-a356-f58b4c5c3c49 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6855da97-3839-4f79-a356-f58b4c5c3c49 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e99d09b2-79e5-421b-8096-0e4ea46b45db {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e99d09b2-79e5-421b-8096-0e4ea46b45db .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e99d09b2-79e5-421b-8096-0e4ea46b45db .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-57c32b62-2b57-4f14-8bd2-43e1959395b0 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-57c32b62-2b57-4f14-8bd2-43e1959395b0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-57c32b62-2b57-4f14-8bd2-43e1959395b0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-cf5b3a00-8ace-482d-8e86-f99adf3b293a {
  text-align: center;
}







  #s-cf5b3a00-8ace-482d-8e86-f99adf3b293a img.shogun-image {
    

    
    
    
  }


#s-cf5b3a00-8ace-482d-8e86-f99adf3b293a .shogun-image-content {
  
    align-items: center;
  
}

#s-8805a158-e6d2-4e6f-a73f-56c2111091cf {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8805a158-e6d2-4e6f-a73f-56c2111091cf .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-a6602e90-eb15-44dd-9a16-0d5502fb3b3f {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a6602e90-eb15-44dd-9a16-0d5502fb3b3f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a6602e90-eb15-44dd-9a16-0d5502fb3b3f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-23d47afa-a174-4173-93bd-c26927338fa3 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-23d47afa-a174-4173-93bd-c26927338fa3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-23d47afa-a174-4173-93bd-c26927338fa3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ce8245c4-03f7-4a95-b44d-db9b098b7283 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ce8245c4-03f7-4a95-b44d-db9b098b7283 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ce8245c4-03f7-4a95-b44d-db9b098b7283 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-285b1ca8-afc0-495d-9b0b-749b53d209a1 {
  text-align: center;
}







  #s-285b1ca8-afc0-495d-9b0b-749b53d209a1 img.shogun-image {
    

    
    
    
  }


#s-285b1ca8-afc0-495d-9b0b-749b53d209a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bff3b82-4b36-43d0-9674-ca29cb6a3636 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9bff3b82-4b36-43d0-9674-ca29cb6a3636 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-2f46b5b7-bc7c-461e-a099-fefacf83d43e {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2f46b5b7-bc7c-461e-a099-fefacf83d43e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2f46b5b7-bc7c-461e-a099-fefacf83d43e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-eab33947-07cc-421f-81c4-fca4df7405b4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-eab33947-07cc-421f-81c4-fca4df7405b4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-eab33947-07cc-421f-81c4-fca4df7405b4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dcfc2adb-ddf3-46aa-9555-34263d910746 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-dcfc2adb-ddf3-46aa-9555-34263d910746 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-dcfc2adb-ddf3-46aa-9555-34263d910746 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b938392a-bd81-49f5-bb98-edfa22f3569c {
  text-align: center;
}







  #s-b938392a-bd81-49f5-bb98-edfa22f3569c img.shogun-image {
    

    
    
    
  }


#s-b938392a-bd81-49f5-bb98-edfa22f3569c .shogun-image-content {
  
    align-items: center;
  
}

#s-7240ecbc-9bdf-4e90-ac7e-9de916aa0ed8 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-7240ecbc-9bdf-4e90-ac7e-9de916aa0ed8 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-8ff1fd00-3781-482c-98b0-4a23061d56a0 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-8ff1fd00-3781-482c-98b0-4a23061d56a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8ff1fd00-3781-482c-98b0-4a23061d56a0 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3eeb4f3e-2029-42db-9a5b-d3ed8d79ba4c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-3eeb4f3e-2029-42db-9a5b-d3ed8d79ba4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3eeb4f3e-2029-42db-9a5b-d3ed8d79ba4c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-361d88b5-2aa0-4706-804f-63721983b700 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-361d88b5-2aa0-4706-804f-63721983b700 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-361d88b5-2aa0-4706-804f-63721983b700 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4b296cdc-fc1f-4ac0-8de3-38a7c40d85cc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-4b296cdc-fc1f-4ac0-8de3-38a7c40d85cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4b296cdc-fc1f-4ac0-8de3-38a7c40d85cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4b296cdc-fc1f-4ac0-8de3-38a7c40d85cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b296cdc-fc1f-4ac0-8de3-38a7c40d85cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-30b9b992-646d-4327-a13b-625c2cc9695b {
  text-align: center;
}







  #s-30b9b992-646d-4327-a13b-625c2cc9695b img.shogun-image {
    

    
    
    
  }


#s-30b9b992-646d-4327-a13b-625c2cc9695b .shogun-image-content {
  
    align-items: center;
  
}

#s-d980364f-9d21-4034-afd6-f628bd0a3c74 {
  margin-top: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d980364f-9d21-4034-afd6-f628bd0a3c74 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0px;
  
}



#s-dbe5b808-0fff-4afd-8c47-da44958cb5da {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-dbe5b808-0fff-4afd-8c47-da44958cb5da .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-dbe5b808-0fff-4afd-8c47-da44958cb5da .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dc15f89b-73a5-4515-afe8-e627fb5aca8c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-dc15f89b-73a5-4515-afe8-e627fb5aca8c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-dc15f89b-73a5-4515-afe8-e627fb5aca8c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4cd6544d-cb06-4cd9-bada-0f3d3cb31fee {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4cd6544d-cb06-4cd9-bada-0f3d3cb31fee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4cd6544d-cb06-4cd9-bada-0f3d3cb31fee .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-03c0463c-0fbf-4139-9713-cdf823acc2a5 {
  margin-top: 0%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-8ba0085e-d33e-4de4-a9f5-7aed356995aa {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-8ba0085e-d33e-4de4-a9f5-7aed356995aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ba0085e-d33e-4de4-a9f5-7aed356995aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ba0085e-d33e-4de4-a9f5-7aed356995aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ba0085e-d33e-4de4-a9f5-7aed356995aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-419aa23f-0331-496b-93a8-21ad0416d2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-419aa23f-0331-496b-93a8-21ad0416d2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-419aa23f-0331-496b-93a8-21ad0416d2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-419aa23f-0331-496b-93a8-21ad0416d2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7 {
  margin: 0 !important;
  overflow: hidden;
}






.s-419aa23f-0331-496b-93a8-21ad0416d2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419aa23f-0331-496b-93a8-21ad0416d2c7.shogun-image {
  box-sizing: border-box;
}




}
#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNiZGJmODMtNjIyYi00OGQyLWJmMGEtZjRhYmNhNDFhZTI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2JkYmY4My02MjJiLTQ4ZDItYmYwYS1mNGFiY2E0MWFlMjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb-root {
    text-align: center;
  }


#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb-root {
    text-align: center;
  }


#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb-root {
    text-align: center;
  }


#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb-root {
    text-align: center;
  }


#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb-root {
    text-align: center;
  }


#s-01ca77f1-d52c-483e-975c-ef4e5fb14bcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e2e567e1-627c-4756-9529-b0fee2530cab {
  margin-left: auto;
margin-right: auto;
}

#s-e2e567e1-627c-4756-9529-b0fee2530cab hr {
  border-top: 2px solid #ddd;
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e45377f-146f-4e44-8a26-07fcacce92bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
      position: relative;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e45377f-146f-4e44-8a26-07fcacce92bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
      position: relative;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e45377f-146f-4e44-8a26-07fcacce92bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
      position: relative;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e45377f-146f-4e44-8a26-07fcacce92bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
      position: relative;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e45377f-146f-4e44-8a26-07fcacce92bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2e45377f-146f-4e44-8a26-07fcacce92bb .shogun-image-content {
  
    align-items: center;
  
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e45377f-146f-4e44-8a26-07fcacce92bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container {
      position: relative;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e45377f-146f-4e44-8a26-07fcacce92bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0-root {
    text-align: center;
  }


#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0-root {
    text-align: center;
  }


#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0-root {
    text-align: center;
  }


#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0-root {
    text-align: center;
  }


#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0-root {
    text-align: center;
  }


#s-c1d34d18-4ff3-46b2-be8d-126e38ab24b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-062fcc8d-456f-4a55-8b5c-4c050c86ef99 {
  margin-left: auto;
margin-right: auto;
}

#s-062fcc8d-456f-4a55-8b5c-4c050c86ef99 hr {
  border-top: 2px solid #ddd;
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d2ecdfc-cd92-473a-818d-c8c9e8e5f728.shogun-image {
  box-sizing: border-box;
}




}
#s-b8cbced0-1321-4a3c-b015-d89fa636059e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b8cbced0-1321-4a3c-b015-d89fa636059e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8cbced0-1321-4a3c-b015-d89fa636059e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8cbced0-1321-4a3c-b015-d89fa636059e-root {
    text-align: center;
  }


#s-b8cbced0-1321-4a3c-b015-d89fa636059e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8cbced0-1321-4a3c-b015-d89fa636059e-root {
    text-align: center;
  }


#s-b8cbced0-1321-4a3c-b015-d89fa636059e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8cbced0-1321-4a3c-b015-d89fa636059e-root {
    text-align: center;
  }


#s-b8cbced0-1321-4a3c-b015-d89fa636059e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8cbced0-1321-4a3c-b015-d89fa636059e-root {
    text-align: center;
  }


#s-b8cbced0-1321-4a3c-b015-d89fa636059e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8cbced0-1321-4a3c-b015-d89fa636059e-root {
    text-align: center;
  }


#s-b8cbced0-1321-4a3c-b015-d89fa636059e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-92ff40f8-a318-4209-ab07-b61f54650d8e hr {
  border-top: 2px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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