.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-2bffcce4-0e8b-4856-9cab-0659ddbd978e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(187, 235, 255, 1);
}








#s-2bffcce4-0e8b-4856-9cab-0659ddbd978e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bffcce4-0e8b-4856-9cab-0659ddbd978e.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-ceb2b4fa-c620-45de-a42f-15628b089302 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
text-align: center;
}

#s-ceb2b4fa-c620-45de-a42f-15628b089302 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-f2860d77-5cc0-4aab-8352-dbdd301d55a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
min-height: 42px;
background-color: rgba(255, 255, 255, 1);
}








#s-f2860d77-5cc0-4aab-8352-dbdd301d55a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2860d77-5cc0-4aab-8352-dbdd301d55a2.shg-box.shg-c {
  justify-content: center;
}

#s-80bd3e3b-1006-4c82-bd15-0d46c93b8161 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: center;
}

#s-80bd3e3b-1006-4c82-bd15-0d46c93b8161 .shogun-heading-component h1 {
  color: rgba(43, 150, 204, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-834bf216-57f1-48da-be30-f02353519ec3 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-bottom: 25px;
min-height: 750px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-834bf216-57f1-48da-be30-f02353519ec3 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-834bf216-57f1-48da-be30-f02353519ec3 {
  min-height: 600px;
}
}
#s-834bf216-57f1-48da-be30-f02353519ec3 {
  background-image: url(https://i.shgcdn.com/39ec476c-88fc-4b73-843b-445c604ceabb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-834bf216-57f1-48da-be30-f02353519ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-834bf216-57f1-48da-be30-f02353519ec3.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

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

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

#s-0e39498f-cfe0-40e0-8036-42eda8c648b3 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e39498f-cfe0-40e0-8036-42eda8c648b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-483e2afb-b94f-4b5b-a6b3-659e6ca6e524 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: left;
}

#s-483e2afb-b94f-4b5b-a6b3-659e6ca6e524 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



.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-4377e037-2901-4574-9869-c3be5792779c {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
background-color: rgba(5, 112, 166, 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-c2a157e5-35a5-427f-adda-33cee77a3fc2 {
  box-shadow:2px 2px 2px 0px rgba(0, 0, 0, 0.3);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMThlZDhjNGEtMThmMS00OGVjLThmODQtYTZhYmFjZGMyNDRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE4MTFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlOTdiMTY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlNDY5MGU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE4ZWQ4YzRhLTE4ZjEtNDhlYy04Zjg0LWE2YWJhY2RjMjQ0YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 60px;
padding-bottom: 15px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 0);
border-radius: 4px;
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ea811f"}, {"id"=>3, "pos"=>0.5, "color"=>"#e97b16"}, {"id"=>2, "pos"=>1, "color"=>"#e4690e"}];
hover-type: gradient;
}
#s-c2a157e5-35a5-427f-adda-33cee77a3fc2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM1OGI3MTItMDY2ZS00MTJmLThmMzctMTgwODJlYzVlNTM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJhODU0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ1NDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlYzhiMzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMTdhMWY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjNThiNzEyLTA2NmUtNDEyZi04ZjM3LTE4MDgyZWM1ZTUzNSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2a854"}, {"id"=>3, "pos"=>0.4545454545454545, "color"=>"#ec8b30"}, {"id"=>2, "pos"=>1, "color"=>"#f17a1f"}] !important;
color: rgba(51, 51, 51, 1) !important;}#s-c2a157e5-35a5-427f-adda-33cee77a3fc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2a157e5-35a5-427f-adda-33cee77a3fc2-root {
    text-align: left;
  }


#s-c2a157e5-35a5-427f-adda-33cee77a3fc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2a157e5-35a5-427f-adda-33cee77a3fc2-root {
    text-align: left;
  }


#s-c2a157e5-35a5-427f-adda-33cee77a3fc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2a157e5-35a5-427f-adda-33cee77a3fc2-root {
    text-align: left;
  }


#s-c2a157e5-35a5-427f-adda-33cee77a3fc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2a157e5-35a5-427f-adda-33cee77a3fc2-root {
    text-align: left;
  }


#s-c2a157e5-35a5-427f-adda-33cee77a3fc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2a157e5-35a5-427f-adda-33cee77a3fc2-root {
    text-align: left;
  }


#s-c2a157e5-35a5-427f-adda-33cee77a3fc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e59fb8b9-b465-492d-b836-83c0b7ffbd5d {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
max-width: 1170px;
}








#s-e59fb8b9-b465-492d-b836-83c0b7ffbd5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e59fb8b9-b465-492d-b836-83c0b7ffbd5d.shg-box.shg-c {
  justify-content: center;
}

#s-9d39fe30-456c-461b-8312-53e86d5121de {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-9d39fe30-456c-461b-8312-53e86d5121de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d39fe30-456c-461b-8312-53e86d5121de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9d39fe30-456c-461b-8312-53e86d5121de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9d39fe30-456c-461b-8312-53e86d5121de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  max-width: 150px;
aspect-ratio: 180/150;
text-align: center;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  margin: 0 !important;
  overflow: visible;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add background color handling */
  
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
  box-sizing: border-box;
}



.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
      position: relative;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  margin: 0 !important;
  overflow: visible;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add background color handling */
  
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
  box-sizing: border-box;
}



.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
      position: relative;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  margin: 0 !important;
  overflow: visible;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add background color handling */
  
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
  box-sizing: border-box;
}



.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
      position: relative;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  margin: 0 !important;
  overflow: visible;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add background color handling */
  
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
  box-sizing: border-box;
}



.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
      position: relative;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  margin: 0 !important;
  overflow: visible;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add background color handling */
  
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image {
  box-sizing: border-box;
}



.s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container {
      position: relative;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-093fb0ef-8e3a-42b8-81ec-34334c7d4321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  max-width: 150px;
aspect-ratio: 180/150;
text-align: center;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  margin: 0 !important;
  overflow: visible;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add background color handling */
  
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-content {
  
    justify-content: center;
  
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
  box-sizing: border-box;
}



.s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
      position: relative;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  margin: 0 !important;
  overflow: visible;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add background color handling */
  
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-content {
  
    justify-content: center;
  
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
  box-sizing: border-box;
}



.s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
      position: relative;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  margin: 0 !important;
  overflow: visible;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add background color handling */
  
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-content {
  
    justify-content: center;
  
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
  box-sizing: border-box;
}



.s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
      position: relative;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  margin: 0 !important;
  overflow: visible;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add background color handling */
  
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-content {
  
    justify-content: center;
  
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
  box-sizing: border-box;
}



.s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
      position: relative;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  margin: 0 !important;
  overflow: visible;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add background color handling */
  
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-43d0f24b-368d-40d0-a0f9-1a387c06700e .shogun-image-content {
  
    justify-content: center;
  
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image {
  box-sizing: border-box;
}



.s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container {
      position: relative;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43d0f24b-368d-40d0-a0f9-1a387c06700e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  max-width: 150px;
aspect-ratio: 180/150;
text-align: center;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
  box-sizing: border-box;
}



.s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc72041c-962c-44b8-b208-2a4e48556b90 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
      position: relative;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
  box-sizing: border-box;
}



.s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc72041c-962c-44b8-b208-2a4e48556b90 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
      position: relative;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
  box-sizing: border-box;
}



.s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc72041c-962c-44b8-b208-2a4e48556b90 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
      position: relative;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
  box-sizing: border-box;
}



.s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc72041c-962c-44b8-b208-2a4e48556b90 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
      position: relative;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc72041c-962c-44b8-b208-2a4e48556b90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }

    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-link {
      aspect-ratio: 180/150;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc72041c-962c-44b8-b208-2a4e48556b90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bc72041c-962c-44b8-b208-2a4e48556b90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image {
  box-sizing: border-box;
}



.s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc72041c-962c-44b8-b208-2a4e48556b90 {
      --shg-aspect-ratio: calc(180/150); 
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container {
      position: relative;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc72041c-962c-44b8-b208-2a4e48556b90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-d3500c1b-420b-4492-8d79-efdeb46a80ab {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-d3500c1b-420b-4492-8d79-efdeb46a80ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3500c1b-420b-4492-8d79-efdeb46a80ab.shg-box.shg-c {
  justify-content: center;
}

#s-5f9ffafc-a02e-4319-8a89-71b7c4a7e528 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-5f9ffafc-a02e-4319-8a89-71b7c4a7e528 .shogun-heading-component h1 {
  color: rgba(43, 150, 204, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-0f16586e-589e-498c-a5fd-acb3145e6a9d {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f16586e-589e-498c-a5fd-acb3145e6a9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  margin: 0 !important;
  overflow: visible;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add background color handling */
  
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add padding handling */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 25px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
    
    
    
    
  }


.s-a77b6907-5124-4788-92d9-1bb5374f02fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
  box-sizing: border-box;
}



.s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  
}


@media (min-width: 1200px){#s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  margin: 0 !important;
  overflow: visible;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add background color handling */
  
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
    
    
    
    
  }


.s-a77b6907-5124-4788-92d9-1bb5374f02fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
  box-sizing: border-box;
}



.s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  margin: 0 !important;
  overflow: visible;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add background color handling */
  
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
    
    
    
    
  }


.s-a77b6907-5124-4788-92d9-1bb5374f02fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
  box-sizing: border-box;
}



.s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  margin: 0 !important;
  overflow: visible;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add background color handling */
  
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
    
    
    
    
  }


.s-a77b6907-5124-4788-92d9-1bb5374f02fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
  box-sizing: border-box;
}



.s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  
}


}@media (max-width: 767px){#s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  margin: 0 !important;
  overflow: visible;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a77b6907-5124-4788-92d9-1bb5374f02fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add background color handling */
  
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
    
    
    
    
  }


.s-a77b6907-5124-4788-92d9-1bb5374f02fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a77b6907-5124-4788-92d9-1bb5374f02fa.shogun-image {
  box-sizing: border-box;
}



.s-a77b6907-5124-4788-92d9-1bb5374f02fa img.shogun-image {
  
}


}
#s-731b9ff3-5001-4d1b-8c97-08a1fdc446a1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
text-align: left;
}
@media (max-width: 767px){#s-731b9ff3-5001-4d1b-8c97-08a1fdc446a1 {
  margin-top: 14px;
}
}
#s-731b9ff3-5001-4d1b-8c97-08a1fdc446a1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-a0c4be7d-9c49-4d35-815b-fb625a918afe {
  margin-left: 0px;
margin-right: 0px;
padding-left: 25px;
padding-right: 25px;
}

#s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-497d0ad0-1488-4b78-a808-ee57bfd5cf5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  margin: 0 !important;
  overflow: visible;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add background color handling */
  
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
    
    
    
    
  }


.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
  box-sizing: border-box;
}



.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  
}


@media (min-width: 1200px){#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  margin: 0 !important;
  overflow: visible;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add background color handling */
  
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
    
    
    
    
  }


.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
  box-sizing: border-box;
}



.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  margin: 0 !important;
  overflow: visible;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add background color handling */
  
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
    
    
    
    
  }


.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
  box-sizing: border-box;
}



.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  margin: 0 !important;
  overflow: visible;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add background color handling */
  
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
    
    
    
    
  }


.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
  box-sizing: border-box;
}



.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  
}


}@media (max-width: 767px){#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  margin: 0 !important;
  overflow: visible;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add background color handling */
  
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 25px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
    
    
    
    
  }


.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af .shogun-image-content {
  
    justify-content: center;
  
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af.shogun-image {
  box-sizing: border-box;
}



.s-9aac8f3a-cf56-4b3a-aaec-5064f7fe32af img.shogun-image {
  
}


}
#s-2c34afa3-8fdc-44f6-a35a-02107fcc6430 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2c34afa3-8fdc-44f6-a35a-02107fcc6430 {
  margin-top: 14px;
}
}
#s-2c34afa3-8fdc-44f6-a35a-02107fcc6430 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-0d6d83d1-07af-4982-99ca-4f39c28729c8 {
  padding-left: 25px;
padding-right: 25px;
}

#s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1170px;
}

@media (min-width: 0px) {
[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7de1dcb-c1a5-49e9-8e47-4dc921dc0ab8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  margin: 0 !important;
  overflow: visible;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add background color handling */
  
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
    
    
    
    
  }


.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
  box-sizing: border-box;
}



.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  
}


@media (min-width: 1200px){#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  margin: 0 !important;
  overflow: visible;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add background color handling */
  
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
    
    
    
    
  }


.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
  box-sizing: border-box;
}



.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  margin: 0 !important;
  overflow: visible;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add background color handling */
  
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
    
    
    
    
  }


.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
  box-sizing: border-box;
}



.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  margin: 0 !important;
  overflow: visible;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add background color handling */
  
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
    
    
    
    
  }


.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
  box-sizing: border-box;
}



.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  
}


}@media (max-width: 767px){#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  margin: 0 !important;
  overflow: visible;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add background color handling */
  
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 25px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
    
    
    
    
  }


.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e.shogun-image {
  box-sizing: border-box;
}



.s-5d0b9dcd-9154-41ff-ae96-eb5fe81a568e img.shogun-image {
  
}


}
#s-3b94395a-966d-4cc2-a61e-4cd348376322 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3b94395a-966d-4cc2-a61e-4cd348376322 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
#s-3b94395a-966d-4cc2-a61e-4cd348376322 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-146c8d6f-020f-42c9-951c-31a4df96bf53 {
  margin-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
}

#s-81eefe1c-935a-46cf-aaf2-3a185a2f5cf0 {
  padding-left: 25px;
padding-right: 25px;
}

#s-4b71a51b-ed46-433f-b8cc-43225db62d7c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
min-height: 50px;
}








#s-4b71a51b-ed46-433f-b8cc-43225db62d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b71a51b-ed46-433f-b8cc-43225db62d7c.shg-box.shg-c {
  justify-content: center;
}

#s-34d9750c-7e18-450f-9fed-8ef3137185f6 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: center;
}

#s-34d9750c-7e18-450f-9fed-8ef3137185f6 .shogun-heading-component h1 {
  color: rgba(43, 150, 204, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-68d20c7f-3f41-4bd8-81ba-7c74423e2704 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
max-width: 1170px;
}

#s-92abddc4-595a-4631-bfde-2c3ccb4a1120 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
max-width: 1170px;
}

#s-09f9ec24-ebc0-4701-9e00-634ec1166ea3 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1170px;
}

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