.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/22fe499e-be00-4565-b060-79872b89564a/-/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-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-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-ef33bcb6-b57c-4b71-bfb6-5c67a0b050fe {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-caf87d62-4c13-4b45-abd0-5d960f403554 {
  margin-top: 0%;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}

#s-6920db8b-e5f4-43c7-aa5e-dfbc8c54bd9f {
  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-6306cb68-57d2-4146-a8f5-e3880f3290eb {
  padding-left: 3%;
padding-right: 3%;
}

#s-6306cb68-57d2-4146-a8f5-e3880f3290eb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-6306cb68-57d2-4146-a8f5-e3880f3290eb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6306cb68-57d2-4146-a8f5-e3880f3290eb td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-6306cb68-57d2-4146-a8f5-e3880f3290eb td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-6306cb68-57d2-4146-a8f5-e3880f3290eb td.shogun-table-column, #s-6306cb68-57d2-4146-a8f5-e3880f3290eb 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-abe996ad-33db-48eb-8599-39d45b18a768 {
  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-abe996ad-33db-48eb-8599-39d45b18a768:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abe996ad-33db-48eb-8599-39d45b18a768:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abe996ad-33db-48eb-8599-39d45b18a768-root {
    text-align: center;
  }


#s-abe996ad-33db-48eb-8599-39d45b18a768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-abe996ad-33db-48eb-8599-39d45b18a768-root {
    text-align: center;
  }


#s-abe996ad-33db-48eb-8599-39d45b18a768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abe996ad-33db-48eb-8599-39d45b18a768-root {
    text-align: center;
  }


#s-abe996ad-33db-48eb-8599-39d45b18a768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abe996ad-33db-48eb-8599-39d45b18a768-root {
    text-align: center;
  }


#s-abe996ad-33db-48eb-8599-39d45b18a768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-abe996ad-33db-48eb-8599-39d45b18a768-root {
    text-align: center;
  }


#s-abe996ad-33db-48eb-8599-39d45b18a768.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f {
  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-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f-root {
    text-align: center;
  }


#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f-root {
    text-align: center;
  }


#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f-root {
    text-align: center;
  }


#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f-root {
    text-align: center;
  }


#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f-root {
    text-align: center;
  }


#s-08c56e1b-8e64-404b-ae3f-e9c4aa4eaf9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-7c17f3bc-ad67-45fe-845e-ab10c634ea99 {
  margin-left: auto;
margin-right: auto;
}

#s-7c17f3bc-ad67-45fe-845e-ab10c634ea99 hr {
  border-top: 2px solid #ddd;
}

#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e {
  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-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e-root {
    text-align: center;
  }


#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e-root {
    text-align: center;
  }


#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e-root {
    text-align: center;
  }


#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e-root {
    text-align: center;
  }


#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e-root {
    text-align: center;
  }


#s-d4006ba6-27a9-45bc-a7ae-03ce40a69a4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-943c69d3-4305-47ad-b7a9-973ba8c7c9db hr {
  border-top: 2px solid #ddd;
}

#s-9bb1b85e-da3b-46f1-81cb-6d3b21d19884 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-e1700ceb-1e45-45be-adce-d090f9e0823e {
  padding-left: 3%;
padding-right: 3%;
}

#s-e1700ceb-1e45-45be-adce-d090f9e0823e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-e1700ceb-1e45-45be-adce-d090f9e0823e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e1700ceb-1e45-45be-adce-d090f9e0823e td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-e1700ceb-1e45-45be-adce-d090f9e0823e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e1700ceb-1e45-45be-adce-d090f9e0823e td.shogun-table-column, #s-e1700ceb-1e45-45be-adce-d090f9e0823e td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-33a94c5b-518c-491b-bde2-31616f39254f {
  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-33a94c5b-518c-491b-bde2-31616f39254f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33a94c5b-518c-491b-bde2-31616f39254f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33a94c5b-518c-491b-bde2-31616f39254f-root {
    text-align: center;
  }


#s-33a94c5b-518c-491b-bde2-31616f39254f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-33a94c5b-518c-491b-bde2-31616f39254f-root {
    text-align: center;
  }


#s-33a94c5b-518c-491b-bde2-31616f39254f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33a94c5b-518c-491b-bde2-31616f39254f-root {
    text-align: center;
  }


#s-33a94c5b-518c-491b-bde2-31616f39254f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33a94c5b-518c-491b-bde2-31616f39254f-root {
    text-align: center;
  }


#s-33a94c5b-518c-491b-bde2-31616f39254f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-33a94c5b-518c-491b-bde2-31616f39254f-root {
    text-align: center;
  }


#s-33a94c5b-518c-491b-bde2-31616f39254f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe {
  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-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe-root {
    text-align: center;
  }


#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe-root {
    text-align: center;
  }


#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe-root {
    text-align: center;
  }


#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe-root {
    text-align: center;
  }


#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe-root {
    text-align: center;
  }


#s-f2f99544-8db5-4be9-87a0-cc8ef39a6ffe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-28b128d8-b947-4302-b941-f7a2fca7e254 {
  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-28b128d8-b947-4302-b941-f7a2fca7e254:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28b128d8-b947-4302-b941-f7a2fca7e254:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28b128d8-b947-4302-b941-f7a2fca7e254-root {
    text-align: center;
  }


#s-28b128d8-b947-4302-b941-f7a2fca7e254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-28b128d8-b947-4302-b941-f7a2fca7e254-root {
    text-align: center;
  }


#s-28b128d8-b947-4302-b941-f7a2fca7e254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28b128d8-b947-4302-b941-f7a2fca7e254-root {
    text-align: center;
  }


#s-28b128d8-b947-4302-b941-f7a2fca7e254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28b128d8-b947-4302-b941-f7a2fca7e254-root {
    text-align: center;
  }


#s-28b128d8-b947-4302-b941-f7a2fca7e254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-28b128d8-b947-4302-b941-f7a2fca7e254-root {
    text-align: center;
  }


#s-28b128d8-b947-4302-b941-f7a2fca7e254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6f74f052-9ff3-484e-925b-73ffc7d18e50 {
  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-6f74f052-9ff3-484e-925b-73ffc7d18e50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f74f052-9ff3-484e-925b-73ffc7d18e50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f74f052-9ff3-484e-925b-73ffc7d18e50-root {
    text-align: center;
  }


#s-6f74f052-9ff3-484e-925b-73ffc7d18e50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f74f052-9ff3-484e-925b-73ffc7d18e50-root {
    text-align: center;
  }


#s-6f74f052-9ff3-484e-925b-73ffc7d18e50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f74f052-9ff3-484e-925b-73ffc7d18e50-root {
    text-align: center;
  }


#s-6f74f052-9ff3-484e-925b-73ffc7d18e50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f74f052-9ff3-484e-925b-73ffc7d18e50-root {
    text-align: center;
  }


#s-6f74f052-9ff3-484e-925b-73ffc7d18e50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f74f052-9ff3-484e-925b-73ffc7d18e50-root {
    text-align: center;
  }


#s-6f74f052-9ff3-484e-925b-73ffc7d18e50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9 {
  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-850b8d70-694d-44a5-abf1-5e7dfeb523e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-850b8d70-694d-44a5-abf1-5e7dfeb523e9-root {
    text-align: center;
  }


#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-850b8d70-694d-44a5-abf1-5e7dfeb523e9-root {
    text-align: center;
  }


#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-850b8d70-694d-44a5-abf1-5e7dfeb523e9-root {
    text-align: center;
  }


#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-850b8d70-694d-44a5-abf1-5e7dfeb523e9-root {
    text-align: center;
  }


#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-850b8d70-694d-44a5-abf1-5e7dfeb523e9-root {
    text-align: center;
  }


#s-850b8d70-694d-44a5-abf1-5e7dfeb523e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8672c44d-42a1-4ca6-971d-522b0869c7e9 hr {
  border-top: 2px solid #ddd;
}

#s-f5267e4e-767c-4d90-93bf-cc402eb03ffb {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-c312301d-292e-4e15-96c9-196aa57ed606 {
  padding-left: 3%;
padding-right: 3%;
}

#s-c312301d-292e-4e15-96c9-196aa57ed606 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-c312301d-292e-4e15-96c9-196aa57ed606 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c312301d-292e-4e15-96c9-196aa57ed606 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-c312301d-292e-4e15-96c9-196aa57ed606 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c312301d-292e-4e15-96c9-196aa57ed606 td.shogun-table-column, #s-c312301d-292e-4e15-96c9-196aa57ed606 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-94da1ebb-5b2a-4d64-8253-58909ac8368f {
  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-94da1ebb-5b2a-4d64-8253-58909ac8368f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94da1ebb-5b2a-4d64-8253-58909ac8368f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94da1ebb-5b2a-4d64-8253-58909ac8368f-root {
    text-align: center;
  }


#s-94da1ebb-5b2a-4d64-8253-58909ac8368f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-94da1ebb-5b2a-4d64-8253-58909ac8368f-root {
    text-align: center;
  }


#s-94da1ebb-5b2a-4d64-8253-58909ac8368f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94da1ebb-5b2a-4d64-8253-58909ac8368f-root {
    text-align: center;
  }


#s-94da1ebb-5b2a-4d64-8253-58909ac8368f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94da1ebb-5b2a-4d64-8253-58909ac8368f-root {
    text-align: center;
  }


#s-94da1ebb-5b2a-4d64-8253-58909ac8368f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-94da1ebb-5b2a-4d64-8253-58909ac8368f-root {
    text-align: center;
  }


#s-94da1ebb-5b2a-4d64-8253-58909ac8368f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-bb7f1d3c-c172-4675-8328-f2360743e1a3 {
  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-bb7f1d3c-c172-4675-8328-f2360743e1a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb7f1d3c-c172-4675-8328-f2360743e1a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb7f1d3c-c172-4675-8328-f2360743e1a3-root {
    text-align: center;
  }


#s-bb7f1d3c-c172-4675-8328-f2360743e1a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb7f1d3c-c172-4675-8328-f2360743e1a3-root {
    text-align: center;
  }


#s-bb7f1d3c-c172-4675-8328-f2360743e1a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb7f1d3c-c172-4675-8328-f2360743e1a3-root {
    text-align: center;
  }


#s-bb7f1d3c-c172-4675-8328-f2360743e1a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb7f1d3c-c172-4675-8328-f2360743e1a3-root {
    text-align: center;
  }


#s-bb7f1d3c-c172-4675-8328-f2360743e1a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb7f1d3c-c172-4675-8328-f2360743e1a3-root {
    text-align: center;
  }


#s-bb7f1d3c-c172-4675-8328-f2360743e1a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c9592d56-80e3-4d05-836e-9adc96c1494f {
  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-c9592d56-80e3-4d05-836e-9adc96c1494f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9592d56-80e3-4d05-836e-9adc96c1494f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9592d56-80e3-4d05-836e-9adc96c1494f-root {
    text-align: center;
  }


#s-c9592d56-80e3-4d05-836e-9adc96c1494f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9592d56-80e3-4d05-836e-9adc96c1494f-root {
    text-align: center;
  }


#s-c9592d56-80e3-4d05-836e-9adc96c1494f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9592d56-80e3-4d05-836e-9adc96c1494f-root {
    text-align: center;
  }


#s-c9592d56-80e3-4d05-836e-9adc96c1494f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9592d56-80e3-4d05-836e-9adc96c1494f-root {
    text-align: center;
  }


#s-c9592d56-80e3-4d05-836e-9adc96c1494f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9592d56-80e3-4d05-836e-9adc96c1494f-root {
    text-align: center;
  }


#s-c9592d56-80e3-4d05-836e-9adc96c1494f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d26686a2-7bd2-45c4-8756-36d649f13b43 hr {
  border-top: 2px solid #ddd;
}

#s-9d85a721-f4b8-4ccf-95a9-9d4c874c906e {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-fdfd8180-c80b-462f-b054-dd982f505c46 {
  padding-left: 3%;
padding-right: 3%;
}

#s-fdfd8180-c80b-462f-b054-dd982f505c46 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-fdfd8180-c80b-462f-b054-dd982f505c46 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fdfd8180-c80b-462f-b054-dd982f505c46 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-fdfd8180-c80b-462f-b054-dd982f505c46 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fdfd8180-c80b-462f-b054-dd982f505c46 td.shogun-table-column, #s-fdfd8180-c80b-462f-b054-dd982f505c46 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894 {
  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-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894-root {
    text-align: center;
  }


#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894-root {
    text-align: center;
  }


#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894-root {
    text-align: center;
  }


#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894-root {
    text-align: center;
  }


#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894-root {
    text-align: center;
  }


#s-b2a5c7f4-5a7a-4425-83f1-f9c6fe4e9894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-bbb2f567-b5e5-436b-8e15-e1da8c68f200 hr {
  border-top: 2px solid #ddd;
}

#s-0dcc6baf-582e-4cdf-9373-77eac8fb1781 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 {
  padding-left: 3%;
padding-right: 3%;
}

#s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 72, 50, 1);
  border-radius: 0px;
}

#s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 td.shogun-table-column {
  background-color: rgba(185, 230, 185, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 td.shogun-table-column, #s-7b7a5eea-54db-47f0-ba30-a92c5b13f0d2 td.shogun-table-row {
  border: 1px solid rgba(0, 72, 50, 1);
}

#s-abaf096a-c921-47a4-94a5-6420eb1147f3 {
  margin-left: auto;
margin-right: auto;
}

#s-108ab4e3-fbcd-43d1-8651-4dbf190e5c92 {
  margin-left: auto;
margin-right: auto;
}

#s-2ff694ba-adc5-493d-84dd-56360be171d3 {
  margin-left: auto;
margin-right: auto;
}

#s-986479bc-0616-4927-a225-d3659b3df736 {
  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-986479bc-0616-4927-a225-d3659b3df736:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-986479bc-0616-4927-a225-d3659b3df736:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-986479bc-0616-4927-a225-d3659b3df736-root {
    text-align: center;
  }


#s-986479bc-0616-4927-a225-d3659b3df736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-986479bc-0616-4927-a225-d3659b3df736-root {
    text-align: center;
  }


#s-986479bc-0616-4927-a225-d3659b3df736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-986479bc-0616-4927-a225-d3659b3df736-root {
    text-align: center;
  }


#s-986479bc-0616-4927-a225-d3659b3df736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-986479bc-0616-4927-a225-d3659b3df736-root {
    text-align: center;
  }


#s-986479bc-0616-4927-a225-d3659b3df736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-986479bc-0616-4927-a225-d3659b3df736-root {
    text-align: center;
  }


#s-986479bc-0616-4927-a225-d3659b3df736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7ff8be1d-3de1-4b43-add0-78575b3388c6 {
  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-7ff8be1d-3de1-4b43-add0-78575b3388c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ff8be1d-3de1-4b43-add0-78575b3388c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ff8be1d-3de1-4b43-add0-78575b3388c6-root {
    text-align: center;
  }


#s-7ff8be1d-3de1-4b43-add0-78575b3388c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ff8be1d-3de1-4b43-add0-78575b3388c6-root {
    text-align: center;
  }


#s-7ff8be1d-3de1-4b43-add0-78575b3388c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ff8be1d-3de1-4b43-add0-78575b3388c6-root {
    text-align: center;
  }


#s-7ff8be1d-3de1-4b43-add0-78575b3388c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ff8be1d-3de1-4b43-add0-78575b3388c6-root {
    text-align: center;
  }


#s-7ff8be1d-3de1-4b43-add0-78575b3388c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ff8be1d-3de1-4b43-add0-78575b3388c6-root {
    text-align: center;
  }


#s-7ff8be1d-3de1-4b43-add0-78575b3388c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-44996cdb-1745-4b48-9d8e-fbb442a1f933 {
  margin-top: 1%;
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-1ccee638-6221-4823-9b68-328d15e894e4 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
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);
}

}

.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-1904e53e-6705-4993-836c-1078476b4343 {
  text-align: center;
}







  #s-1904e53e-6705-4993-836c-1078476b4343 img.shogun-image {
    

    
    
    
  }


#s-1904e53e-6705-4993-836c-1078476b4343 .shogun-image-content {
  
    align-items: center;
  
}

#s-26415df3-9d86-4d87-b9e7-ad308e95d709 {
  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-26415df3-9d86-4d87-b9e7-ad308e95d709 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-ffac0a30-e957-4979-a9fb-303a2fd2ebc4 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ffac0a30-e957-4979-a9fb-303a2fd2ebc4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ffac0a30-e957-4979-a9fb-303a2fd2ebc4 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a0253df5-1923-432b-aac4-90a6f610cc5d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a0253df5-1923-432b-aac4-90a6f610cc5d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a0253df5-1923-432b-aac4-90a6f610cc5d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9bfc4660-1f1b-4df6-89d1-a68776500be8 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9bfc4660-1f1b-4df6-89d1-a68776500be8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9bfc4660-1f1b-4df6-89d1-a68776500be8 .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-b8f48540-4d82-493d-8dee-a4a6ad714739 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b8f48540-4d82-493d-8dee-a4a6ad714739 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b8f48540-4d82-493d-8dee-a4a6ad714739 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9f3a8ee0-d78a-46d0-b193-ad9dbeab4f52 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9f3a8ee0-d78a-46d0-b193-ad9dbeab4f52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9f3a8ee0-d78a-46d0-b193-ad9dbeab4f52 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-2e86b6ef-0bd3-4b67-b9d1-0b62b8c2096a {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-2e86b6ef-0bd3-4b67-b9d1-0b62b8c2096a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2e86b6ef-0bd3-4b67-b9d1-0b62b8c2096a .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-dd057d0d-64d3-4692-92db-236edf5bebc1 {
  text-align: center;
}







  #s-dd057d0d-64d3-4692-92db-236edf5bebc1 img.shogun-image {
    

    
    
    
  }


#s-dd057d0d-64d3-4692-92db-236edf5bebc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-51137525-4e1a-433e-9703-7b95d2dcc4d9 {
  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-51137525-4e1a-433e-9703-7b95d2dcc4d9 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-9af72204-a8ed-4b75-a08d-283fca68bff5 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-9af72204-a8ed-4b75-a08d-283fca68bff5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9af72204-a8ed-4b75-a08d-283fca68bff5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-70c35268-dab4-4410-8e53-e348ea1035b1 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-70c35268-dab4-4410-8e53-e348ea1035b1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-70c35268-dab4-4410-8e53-e348ea1035b1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a84c1400-4963-4c44-aad2-961f490d16f6 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a84c1400-4963-4c44-aad2-961f490d16f6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a84c1400-4963-4c44-aad2-961f490d16f6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba {
  background-image: url(https://i.shgcdn.com/06a46437-3794-4ace-8299-6b9cc8f0b019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-264ee95d-40ab-452a-ad79-6b3bc7b5bcba.shg-box.shg-c {
  justify-content: center;
}

#s-61b9f96f-f88d-4077-8b8d-85247e217a95 {
  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-61b9f96f-f88d-4077-8b8d-85247e217a95 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-462f1553-5e84-462c-84e9-0463597120a9 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-462f1553-5e84-462c-84e9-0463597120a9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-462f1553-5e84-462c-84e9-0463597120a9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5973b47c-f623-43db-a1b4-d2a50327b517 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5973b47c-f623-43db-a1b4-d2a50327b517 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5973b47c-f623-43db-a1b4-d2a50327b517 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-c4be44a6-1265-476c-a8db-9b5a7713892f {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-c4be44a6-1265-476c-a8db-9b5a7713892f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c4be44a6-1265-476c-a8db-9b5a7713892f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-74d3b23a-73fc-4858-bc1a-a7d43a8a195b {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-74d3b23a-73fc-4858-bc1a-a7d43a8a195b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-74d3b23a-73fc-4858-bc1a-a7d43a8a195b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-74d3b23a-73fc-4858-bc1a-a7d43a8a195b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-74d3b23a-73fc-4858-bc1a-a7d43a8a195b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9fe25585-ccac-4676-9225-0d3243e6bb61 {
  text-align: center;
}







  #s-9fe25585-ccac-4676-9225-0d3243e6bb61 img.shogun-image {
    

    
    
    
  }


#s-9fe25585-ccac-4676-9225-0d3243e6bb61 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd8fb029-3e4d-458b-85e8-eb4000ca3002 {
  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-dd8fb029-3e4d-458b-85e8-eb4000ca3002 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-d16ed0cd-52e3-4e4f-b564-20c88c3c901d {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d16ed0cd-52e3-4e4f-b564-20c88c3c901d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d16ed0cd-52e3-4e4f-b564-20c88c3c901d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-35d996dc-9dd0-47ec-8bd7-1c2fbbef2c23 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-35d996dc-9dd0-47ec-8bd7-1c2fbbef2c23 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-35d996dc-9dd0-47ec-8bd7-1c2fbbef2c23 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-4bad4ebd-d114-4ba9-8e8b-526a3703144d {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-4bad4ebd-d114-4ba9-8e8b-526a3703144d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4bad4ebd-d114-4ba9-8e8b-526a3703144d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-ba553b67-35ed-486e-85f6-382fb817caad {
  text-align: center;
}







  #s-ba553b67-35ed-486e-85f6-382fb817caad img.shogun-image {
    

    
    
    
  }


#s-ba553b67-35ed-486e-85f6-382fb817caad .shogun-image-content {
  
    align-items: center;
  
}

#s-315af765-61e5-472d-93bd-3df72663be11 {
  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-315af765-61e5-472d-93bd-3df72663be11 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-e660ad1a-edae-4e4d-b62c-3e3d95fcbfe9 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e660ad1a-edae-4e4d-b62c-3e3d95fcbfe9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e660ad1a-edae-4e4d-b62c-3e3d95fcbfe9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-717d8206-8e91-4f24-a589-24f34d6bec4e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-717d8206-8e91-4f24-a589-24f34d6bec4e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-717d8206-8e91-4f24-a589-24f34d6bec4e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d43fba9e-ea12-4cfa-8dee-e293d88adf23 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-d43fba9e-ea12-4cfa-8dee-e293d88adf23 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-d43fba9e-ea12-4cfa-8dee-e293d88adf23 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e01d82c1-9749-4ae5-8145-7c7ea09540f0 {
  text-align: center;
}







  #s-e01d82c1-9749-4ae5-8145-7c7ea09540f0 img.shogun-image {
    

    
    
    
  }


#s-e01d82c1-9749-4ae5-8145-7c7ea09540f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-338c9ba6-78b7-4bf4-b786-6a3475bedd7b {
  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-338c9ba6-78b7-4bf4-b786-6a3475bedd7b .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-232980cf-64ed-4d57-870f-345bd8c576d7 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-232980cf-64ed-4d57-870f-345bd8c576d7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-232980cf-64ed-4d57-870f-345bd8c576d7 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-76d9a79c-9afa-478f-ad37-6e519822a892 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-76d9a79c-9afa-478f-ad37-6e519822a892 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-76d9a79c-9afa-478f-ad37-6e519822a892 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-04c73a1c-98a6-4db7-890e-528045ae2a9b {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-04c73a1c-98a6-4db7-890e-528045ae2a9b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-04c73a1c-98a6-4db7-890e-528045ae2a9b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-82d9b66d-5452-4d84-a895-afe30ae0eb15 {
  text-align: center;
}







  #s-82d9b66d-5452-4d84-a895-afe30ae0eb15 img.shogun-image {
    

    
    
    
  }


#s-82d9b66d-5452-4d84-a895-afe30ae0eb15 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fdd5615-ec3f-47e1-a14f-fdcb26f46edc {
  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-7fdd5615-ec3f-47e1-a14f-fdcb26f46edc .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-ccabb464-b2f6-451e-ad4e-601452bc29fd {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ccabb464-b2f6-451e-ad4e-601452bc29fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ccabb464-b2f6-451e-ad4e-601452bc29fd .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-e95516ca-c47f-41c7-b121-68c3d3034007 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-e95516ca-c47f-41c7-b121-68c3d3034007 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-e95516ca-c47f-41c7-b121-68c3d3034007 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a330f4f5-7847-49a1-a909-2f1cb3a954c9 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-a330f4f5-7847-49a1-a909-2f1cb3a954c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-a330f4f5-7847-49a1-a909-2f1cb3a954c9 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-bd130619-a3cf-42e4-bdfe-d947fbb2417c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-left: 3%;
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);
}

}

#s-8b69236a-a0e5-43ff-99cc-88df809228ef {
  text-align: center;
}







  #s-8b69236a-a0e5-43ff-99cc-88df809228ef img.shogun-image {
    

    
    
    
  }


#s-8b69236a-a0e5-43ff-99cc-88df809228ef .shogun-image-content {
  
    align-items: center;
  
}

#s-c2b6538c-c244-4859-a486-35e6ab624834 {
  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-c2b6538c-c244-4859-a486-35e6ab624834 .shogun-heading-component h2 {
  color: rgba(246, 242, 230, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-ad88ba9f-c7bf-44e3-bf16-d530c427afb5 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-ad88ba9f-c7bf-44e3-bf16-d530c427afb5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ad88ba9f-c7bf-44e3-bf16-d530c427afb5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b34d2053-99b4-44ae-8c82-36abd408fa6d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b34d2053-99b4-44ae-8c82-36abd408fa6d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b34d2053-99b4-44ae-8c82-36abd408fa6d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-f7bdaf8e-ba3f-44bd-aa4c-993d02f87fa6 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-f7bdaf8e-ba3f-44bd-aa4c-993d02f87fa6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f7bdaf8e-ba3f-44bd-aa4c-993d02f87fa6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-7ec3d224-8eff-4ca6-8ccf-423344d0374c {
  text-align: center;
}







  #s-7ec3d224-8eff-4ca6-8ccf-423344d0374c img.shogun-image {
    

    
    
    
  }


#s-7ec3d224-8eff-4ca6-8ccf-423344d0374c .shogun-image-content {
  
    align-items: center;
  
}

#s-c2522bf1-f052-4c3b-a71b-83b1e26ff2b8 {
  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-c2522bf1-f052-4c3b-a71b-83b1e26ff2b8 .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-fcb3414d-47c9-415b-b9f5-ef4c61325c19 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-fcb3414d-47c9-415b-b9f5-ef4c61325c19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fcb3414d-47c9-415b-b9f5-ef4c61325c19 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6e7d12c1-cf1c-459d-9df5-cf5199f6fae5 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-6e7d12c1-cf1c-459d-9df5-cf5199f6fae5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6e7d12c1-cf1c-459d-9df5-cf5199f6fae5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-38e42acb-bbf7-4e8a-881b-db56759382a8 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-38e42acb-bbf7-4e8a-881b-db56759382a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-38e42acb-bbf7-4e8a-881b-db56759382a8 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fd871062-e14d-4790-923e-8a2444970510 {
  background-image: url(https://i.shgcdn.com/b02eb6c5-dc69-4f41-b097-be011c9ba3d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-fd871062-e14d-4790-923e-8a2444970510.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-fd871062-e14d-4790-923e-8a2444970510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd871062-e14d-4790-923e-8a2444970510.shg-box.shg-c {
  justify-content: center;
}

#s-6f72bb49-a08f-4d8f-af67-c85cb8468edd {
  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-6f72bb49-a08f-4d8f-af67-c85cb8468edd .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-382faf75-1149-4480-bb32-7d14e353e345 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-382faf75-1149-4480-bb32-7d14e353e345 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-382faf75-1149-4480-bb32-7d14e353e345 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b814d99a-96e3-4354-a124-d64fe918b6fb {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-b814d99a-96e3-4354-a124-d64fe918b6fb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b814d99a-96e3-4354-a124-d64fe918b6fb .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-5adfc30e-27c4-4518-b61e-c508151648a5 {
  margin-bottom: 6%;
padding-top: 4px;
padding-bottom: 10%;
text-align: center;
background-color: rgba(0, 46, 12, 1);
}

#s-5adfc30e-27c4-4518-b61e-c508151648a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5adfc30e-27c4-4518-b61e-c508151648a5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-717cd5be-59cd-431b-80d3-248e6d77be8a {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1170px;
}

#s-56236047-1905-404f-a779-4bdae615f6d2 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-56236047-1905-404f-a779-4bdae615f6d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56236047-1905-404f-a779-4bdae615f6d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56236047-1905-404f-a779-4bdae615f6d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56236047-1905-404f-a779-4bdae615f6d2"] > .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-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
      position: relative;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 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-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
      position: relative;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 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-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
      position: relative;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 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-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
      position: relative;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 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-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container {
      position: relative;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd29ae3-4a74-4637-a6c2-5c90246f68c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYxMTUxYmEtY2IyYi00YmZhLThkZWMtMDBhMDU1YjVlZWFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjExNTFiYS1jYjJiLTRiZmEtOGRlYy0wMGEwNTViNWVlYWEpIi8+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-07d5932c-f89a-43e3-b2ef-3cbc60dab489:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07d5932c-f89a-43e3-b2ef-3cbc60dab489-root {
    text-align: center;
  }


#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-07d5932c-f89a-43e3-b2ef-3cbc60dab489-root {
    text-align: center;
  }


#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07d5932c-f89a-43e3-b2ef-3cbc60dab489-root {
    text-align: center;
  }


#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07d5932c-f89a-43e3-b2ef-3cbc60dab489-root {
    text-align: center;
  }


#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-07d5932c-f89a-43e3-b2ef-3cbc60dab489-root {
    text-align: center;
  }


#s-07d5932c-f89a-43e3-b2ef-3cbc60dab489.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b96a34fc-4677-4cba-9112-1c189d03d73b {
  margin-left: auto;
margin-right: auto;
}

#s-b96a34fc-4677-4cba-9112-1c189d03d73b hr {
  border-top: 2px solid #ddd;
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-content {
  
    align-items: center;
  
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
      position: relative;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f 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-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-content {
  
    align-items: center;
  
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
      position: relative;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f 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-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-content {
  
    align-items: center;
  
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
      position: relative;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f 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-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-content {
  
    align-items: center;
  
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
      position: relative;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f 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-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ed5593-e781-4ec5-89d9-c60f7930cf8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f .shogun-image-content {
  
    align-items: center;
  
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container {
      position: relative;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ed5593-e781-4ec5-89d9-c60f7930cf8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-c01a3ad6-f542-46d9-a4af-206d5403ecec {
  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-c01a3ad6-f542-46d9-a4af-206d5403ecec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c01a3ad6-f542-46d9-a4af-206d5403ecec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c01a3ad6-f542-46d9-a4af-206d5403ecec-root {
    text-align: center;
  }


#s-c01a3ad6-f542-46d9-a4af-206d5403ecec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c01a3ad6-f542-46d9-a4af-206d5403ecec-root {
    text-align: center;
  }


#s-c01a3ad6-f542-46d9-a4af-206d5403ecec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c01a3ad6-f542-46d9-a4af-206d5403ecec-root {
    text-align: center;
  }


#s-c01a3ad6-f542-46d9-a4af-206d5403ecec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c01a3ad6-f542-46d9-a4af-206d5403ecec-root {
    text-align: center;
  }


#s-c01a3ad6-f542-46d9-a4af-206d5403ecec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c01a3ad6-f542-46d9-a4af-206d5403ecec-root {
    text-align: center;
  }


#s-c01a3ad6-f542-46d9-a4af-206d5403ecec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a528658e-751a-44b7-8356-6a1a8a11b98c {
  margin-left: auto;
margin-right: auto;
}

#s-a528658e-751a-44b7-8356-6a1a8a11b98c hr {
  border-top: 2px solid #ddd;
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
      position: relative;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
      position: relative;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
      position: relative;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
      position: relative;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-49851b52-1733-4bbe-9502-b5c1659ac7ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container {
      position: relative;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49851b52-1733-4bbe-9502-b5c1659ac7ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-c1202c94-b2a9-46b9-ba60-929fb19a067e {
  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-c1202c94-b2a9-46b9-ba60-929fb19a067e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1202c94-b2a9-46b9-ba60-929fb19a067e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1202c94-b2a9-46b9-ba60-929fb19a067e-root {
    text-align: center;
  }


#s-c1202c94-b2a9-46b9-ba60-929fb19a067e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1202c94-b2a9-46b9-ba60-929fb19a067e-root {
    text-align: center;
  }


#s-c1202c94-b2a9-46b9-ba60-929fb19a067e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1202c94-b2a9-46b9-ba60-929fb19a067e-root {
    text-align: center;
  }


#s-c1202c94-b2a9-46b9-ba60-929fb19a067e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1202c94-b2a9-46b9-ba60-929fb19a067e-root {
    text-align: center;
  }


#s-c1202c94-b2a9-46b9-ba60-929fb19a067e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1202c94-b2a9-46b9-ba60-929fb19a067e-root {
    text-align: center;
  }


#s-c1202c94-b2a9-46b9-ba60-929fb19a067e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-00acb8d1-4221-4daf-b860-95e5d1a7dc97 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;
}
