.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-2ba0c698-2d13-4d47-b24e-9e738841e95d {
  margin-top: -100px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2ba0c698-2d13-4d47-b24e-9e738841e95d {
  margin-top: -120px;
padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ba0c698-2d13-4d47-b24e-9e738841e95d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ba0c698-2d13-4d47-b24e-9e738841e95d {
  margin-right: 6px;
background-color: rgba(255, 105, 83, 1);
}
}@media (max-width: 767px){#s-2ba0c698-2d13-4d47-b24e-9e738841e95d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-2ba0c698-2d13-4d47-b24e-9e738841e95d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ba0c698-2d13-4d47-b24e-9e738841e95d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-2ba0c698-2d13-4d47-b24e-9e738841e95d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ba0c698-2d13-4d47-b24e-9e738841e95d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (max-width: 767px) {
  [id="s-2ba0c698-2d13-4d47-b24e-9e738841e95d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-1c4bf9a5-b999-4f09-89f3-7b08fa450298 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1c4bf9a5-b999-4f09-89f3-7b08fa450298 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c4bf9a5-b999-4f09-89f3-7b08fa450298 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 105, 83, 1);
}
}@media (max-width: 767px){#s-1c4bf9a5-b999-4f09-89f3-7b08fa450298 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}







#s-1c4bf9a5-b999-4f09-89f3-7b08fa450298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c4bf9a5-b999-4f09-89f3-7b08fa450298.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-f7cd3660-843e-49e8-bc6e-0724e6984f1f {
  margin-left: 10%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-f7cd3660-843e-49e8-bc6e-0724e6984f1f {
  margin-left: 5%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7cd3660-843e-49e8-bc6e-0724e6984f1f {
  margin-left: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7cd3660-843e-49e8-bc6e-0724e6984f1f {
  margin-left: 1%;
margin-right: 1%;
padding-left: 0%;
text-align: left;
}
}@media (max-width: 767px){#s-f7cd3660-843e-49e8-bc6e-0724e6984f1f {
  margin-left: 3%;
margin-right: 4%;
padding-left: 2%;
padding-right: 0%;
}
}
#s-f7cd3660-843e-49e8-bc6e-0724e6984f1f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-1ae450cc-1c08-4e54-9941-7002c6418747 {
  margin-left: 5%;
}
@media (min-width: 1200px){#s-1ae450cc-1c08-4e54-9941-7002c6418747 {
  margin-left: 5%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ae450cc-1c08-4e54-9941-7002c6418747 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 5px;
}
}@media (max-width: 767px){#s-1ae450cc-1c08-4e54-9941-7002c6418747 {
  margin-left: 3%;
margin-right: 4%;
padding-left: 2%;
padding-right: 2%;
}
}
.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-7e24292d-c9af-40e5-a62a-45fac42c59b9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDJkY2E3YjYtY2JlNi00NDY2LTk5YTMtZjFmN2UyODI0NWJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMmRjYTdiNi1jYmU2LTQ0NjYtOTlhMy1mMWY3ZTI4MjQ1YmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}];
color: rgba(158, 50, 35, 1);
}
#s-7e24292d-c9af-40e5-a62a-45fac42c59b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjY4Yzg2MjItNDZhYS00MmY5LWI5M2EtNjIyODVlZDk0NjcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjhjODYyMi00NmFhLTQyZjktYjkzYS02MjI4NWVkOTQ2NzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}#s-7e24292d-c9af-40e5-a62a-45fac42c59b9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7e24292d-c9af-40e5-a62a-45fac42c59b9 {
  margin-left: 10%;
padding-left: 20px;
padding-right: 20px;
}
#s-7e24292d-c9af-40e5-a62a-45fac42c59b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVmNDQ1NDYtMDBjYi00ZTA2LTg0NGQtYjQzNzFiMDE4NTllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWY0NDU0Ni0wMGNiLTRlMDYtODQ0ZC1iNDM3MWIwMTg1OWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}@media (min-width: 768px) and (max-width: 991px){#s-7e24292d-c9af-40e5-a62a-45fac42c59b9 {
  margin-left: 1%;
margin-right: 1%;
text-align: left;
}
#s-7e24292d-c9af-40e5-a62a-45fac42c59b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ1M2QzYjEtNzgwZi00OWVkLThlZjktNjNlZTNjMzgzNWI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZDUzZDNiMS03ODBmLTQ5ZWQtOGVmOS02M2VlM2MzODM1YjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}@media (max-width: 767px){#s-7e24292d-c9af-40e5-a62a-45fac42c59b9 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
#s-7e24292d-c9af-40e5-a62a-45fac42c59b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI0YjkwZDItZDA4Ny00MGM2LWFkOTEtMjI2NTViZWMyM2IxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MjRiOTBkMi1kMDg3LTQwYzYtYWQ5MS0yMjY1NWJlYzIzYjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}

  #s-7e24292d-c9af-40e5-a62a-45fac42c59b9-root {
    text-align: left;
  }


#s-7e24292d-c9af-40e5-a62a-45fac42c59b9.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e24292d-c9af-40e5-a62a-45fac42c59b9-root {
    text-align: left;
  }


#s-7e24292d-c9af-40e5-a62a-45fac42c59b9.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e24292d-c9af-40e5-a62a-45fac42c59b9-root {
    text-align: left;
  }


#s-7e24292d-c9af-40e5-a62a-45fac42c59b9.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e24292d-c9af-40e5-a62a-45fac42c59b9-root {
    text-align: left;
  }


#s-7e24292d-c9af-40e5-a62a-45fac42c59b9.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e24292d-c9af-40e5-a62a-45fac42c59b9-root {
    text-align: center;
  }


#s-7e24292d-c9af-40e5-a62a-45fac42c59b9.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-top: 15px;
margin-right: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-top: 30px;
margin-right: 5%;
text-align: center;
}
}@media (max-width: 767px){#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}


.shg-image-margin-container-s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin: 0 !important;
}





  img.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
    
    
    
    
  }


.s-49b09af3-0965-4572-bc13-970e7a480cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  
  margin-right: 0%;
  
  
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49b09af3-0965-4572-bc13-970e7a480cf7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-49b09af3-0965-4572-bc13-970e7a480cf7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49b09af3-0965-4572-bc13-970e7a480cf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49b09af3-0965-4572-bc13-970e7a480cf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }



  img.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
    
    
    
    
  }


.s-49b09af3-0965-4572-bc13-970e7a480cf7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49b09af3-0965-4572-bc13-970e7a480cf7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
      position: relative;
    }

    .s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49b09af3-0965-4572-bc13-970e7a480cf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

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

.shg-image-margin-container-s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  
  margin-right: 2%;
  margin-top: 15px;
  
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin: 0 !important;
}





  img.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
    
    
    
    
  }


.s-49b09af3-0965-4572-bc13-970e7a480cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  
  margin-right: 5%;
  margin-top: 30px;
  
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin: 0 !important;
}





  img.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
    
    
    
    
  }


.s-49b09af3-0965-4572-bc13-970e7a480cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin-left: 5%;
  margin-right: 5%;
  
  margin-bottom: 10px;
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7 {
  margin: 0 !important;
}





  img.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
    
    
    
    
  }


.s-49b09af3-0965-4572-bc13-970e7a480cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49b09af3-0965-4572-bc13-970e7a480cf7.shogun-image {
  box-sizing: border-box;
}




}
#s-a21c499e-1115-4204-8ee1-aa86a52b404e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a21c499e-1115-4204-8ee1-aa86a52b404e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a21c499e-1115-4204-8ee1-aa86a52b404e.shg-box.shg-c {
  justify-content: center;
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin-left: auto;
margin-right: auto;
max-width: 3618px;
aspect-ratio: 3618/679;
text-align: center;
}
@media (max-width: 767px){#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  background-color: rgba(255, 255, 255, 1);
}
}


.shg-image-margin-container-s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-content {
  
    align-items: center;
  
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
      position: relative;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  
  
  
  
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-content {
  
    align-items: center;
  
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
      position: relative;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  
  
  
  
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-content {
  
    align-items: center;
  
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
      position: relative;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  
  
  
  
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-content {
  
    align-items: center;
  
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
      position: relative;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  
  
  
  
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-d511de3a-e7ab-41d2-b775-3d3234d73168 .shogun-image-content {
  
    align-items: center;
  
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container {
      position: relative;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d511de3a-e7ab-41d2-b775-3d3234d73168 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

}
#s-8e350043-fcba-4f18-88df-cf1b916eb42d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8e350043-fcba-4f18-88df-cf1b916eb42d {
  padding-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e350043-fcba-4f18-88df-cf1b916eb42d {
  margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e350043-fcba-4f18-88df-cf1b916eb42d {
  margin-left: 0px;
margin-right: 2px;
}
}@media (max-width: 767px){#s-8e350043-fcba-4f18-88df-cf1b916eb42d {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-8e350043-fcba-4f18-88df-cf1b916eb42d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e350043-fcba-4f18-88df-cf1b916eb42d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-8e350043-fcba-4f18-88df-cf1b916eb42d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e350043-fcba-4f18-88df-cf1b916eb42d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-left: 0%;
margin-right: 0%;
padding-left: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
text-align: right;
}
@media (min-width: 1200px){#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-top: 15px;
margin-left: 2%;
margin-right: 5%;
padding-left: 2%;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-top: 30px;
margin-right: 5%;
text-align: center;
}
}@media (max-width: 767px){#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
max-width: 2000px;
aspect-ratio: 1/1;
}
}


.shg-image-margin-container-s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin: 0 !important;
}





  img.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
    
    
    
    
  }


.s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shogun-image-content {
  
    align-items: center;
  
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  
  margin-right: 0%;
  
  
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a9695bb-c12a-45e9-bc80-e00855c453dc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    
  }



  img.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
    
    
    
    
  }


.s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
      position: relative;
    }

    .s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a9695bb-c12a-45e9-bc80-e00855c453dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

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

.shg-image-margin-container-s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-left: 2%;
  margin-right: 5%;
  margin-top: 15px;
  
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin: 0 !important;
}





  img.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
    
    
    
    
  }


.s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shogun-image-content {
  
    align-items: center;
  
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  
  margin-right: 5%;
  margin-top: 30px;
  
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin: 0 !important;
}





  img.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
    
    
    
    
  }


.s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shogun-image-content {
  
    align-items: center;
  
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin-left: 5%;
  margin-right: 5%;
  
  margin-bottom: 10px;
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc {
  margin: 0 !important;
}





  img.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
    
    
    
    
  }


.s-2a9695bb-c12a-45e9-bc80-e00855c453dc .shogun-image-content {
  
    align-items: center;
  
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9695bb-c12a-45e9-bc80-e00855c453dc.shogun-image {
  box-sizing: border-box;
}




}
#s-d200b475-816f-4aa1-b34f-c3c08846cdfb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d200b475-816f-4aa1-b34f-c3c08846cdfb {
  margin-top: 20px;
margin-left: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d200b475-816f-4aa1-b34f-c3c08846cdfb {
  margin-left: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d200b475-816f-4aa1-b34f-c3c08846cdfb {
  margin-right: -10%;
padding-left: 5%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-d200b475-816f-4aa1-b34f-c3c08846cdfb {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
}
}







#s-d200b475-816f-4aa1-b34f-c3c08846cdfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d200b475-816f-4aa1-b34f-c3c08846cdfb.shg-box.shg-c {
  justify-content: center;
}

#s-71e9f150-7a37-40dc-b0e2-a4ebb75f1445 {
  margin-left: 0%;
margin-right: 17%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-71e9f150-7a37-40dc-b0e2-a4ebb75f1445 {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-71e9f150-7a37-40dc-b0e2-a4ebb75f1445 {
  margin-left: 1%;
margin-right: 4%;
padding-left: 4%;
padding-right: 0%;
}
}
#s-71e9f150-7a37-40dc-b0e2-a4ebb75f1445 .shogun-heading-component h1 {
  color: rgba(255, 105, 83, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-ae904e8c-b46b-4967-9203-08acb03a0147 {
  margin-left: 0%;
margin-right: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-ae904e8c-b46b-4967-9203-08acb03a0147 {
  margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae904e8c-b46b-4967-9203-08acb03a0147 {
  margin-left: 0%;
margin-right: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae904e8c-b46b-4967-9203-08acb03a0147 {
  margin-right: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-ae904e8c-b46b-4967-9203-08acb03a0147 {
  margin-left: 3%;
margin-right: 5%;
padding-left: 2%;
padding-right: 2%;
}
}
#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(255, 105, 83, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1NWNmMjMtYTE5Yi00ZDY2LTg2MWYtM2YxOWVlZGJkZmVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU1Y2YyMy1hMTliLTRkNjYtODYxZi0zZjE5ZWVkYmRmZWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5 {
  margin-left: 0%;
text-align: center;
}
#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGE3MGUyZDItNGUxOS00MjVlLTk3ZTItMzhlYzA3MzIxMGYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YTcwZTJkMi00ZTE5LTQyNWUtOTdlMi0zOGVjMDczMjEwZjIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}

  #s-363556ef-f3de-4f54-a839-6bbc8ecd91b5-root {
    text-align: left;
  }


#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-363556ef-f3de-4f54-a839-6bbc8ecd91b5-root {
    text-align: left;
  }


#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-363556ef-f3de-4f54-a839-6bbc8ecd91b5-root {
    text-align: left;
  }


#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-363556ef-f3de-4f54-a839-6bbc8ecd91b5-root {
    text-align: left;
  }


#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-363556ef-f3de-4f54-a839-6bbc8ecd91b5-root {
    text-align: center;
  }


#s-363556ef-f3de-4f54-a839-6bbc8ecd91b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8ff5fc25-f908-4315-a2f6-9686887bfe30 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8ff5fc25-f908-4315-a2f6-9686887bfe30 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-8ff5fc25-f908-4315-a2f6-9686887bfe30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ff5fc25-f908-4315-a2f6-9686887bfe30.shg-box.shg-c {
  justify-content: center;
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin-left: auto;
margin-right: auto;
max-width: 3618px;
aspect-ratio: 3618/679;
text-align: center;
}



.shg-image-margin-container-s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
      position: relative;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  
  
  
  
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
      position: relative;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  
  
  
  
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
      position: relative;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  
  
  
  
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
      position: relative;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  
  
  
  
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container {
      position: relative;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88bc906a-ea91-4261-b3d7-dbd14f800c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

}
#s-b2ec39f2-5b59-46c2-be0f-7c87278132ff {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
background-color: rgba(255, 105, 83, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b2ec39f2-5b59-46c2-be0f-7c87278132ff {
  margin-left: 0%;
margin-right: 0%;
border-radius: 0px;
}
}







#s-b2ec39f2-5b59-46c2-be0f-7c87278132ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2ec39f2-5b59-46c2-be0f-7c87278132ff.shg-box.shg-c {
  justify-content: center;
}

#s-2d62f440-f44b-4718-97e2-4586d6cd7c2b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-2d62f440-f44b-4718-97e2-4586d6cd7c2b {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d62f440-f44b-4718-97e2-4586d6cd7c2b {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-2d62f440-f44b-4718-97e2-4586d6cd7c2b {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-2d62f440-f44b-4718-97e2-4586d6cd7c2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-413073f4-002d-4954-9c9c-49b1166b9808 {
  margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-413073f4-002d-4954-9c9c-49b1166b9808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-413073f4-002d-4954-9c9c-49b1166b9808.shg-box.shg-c {
  justify-content: center;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 500px;
aspect-ratio: 850/220;
text-align: center;
}



.shg-image-margin-container-s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin: 0 !important;
}





  img.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ddded927-4cbe-4484-9be6-b16d15149db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  
  
  
  
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin: 0 !important;
}





  img.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ddded927-4cbe-4484-9be6-b16d15149db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  
  
  
  
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin: 0 !important;
}





  img.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ddded927-4cbe-4484-9be6-b16d15149db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  
  
  
  
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin: 0 !important;
}





  img.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ddded927-4cbe-4484-9be6-b16d15149db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  
  
  
  
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0 {
  margin: 0 !important;
}





  img.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ddded927-4cbe-4484-9be6-b16d15149db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddded927-4cbe-4484-9be6-b16d15149db0.shogun-image {
  box-sizing: border-box;
}




}
#s-3928b92e-5666-468c-a4ce-9b57d76b993f {
  background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 500px;
}

#s-3928b92e-5666-468c-a4ce-9b57d76b993f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTJiYTg0YmMtMjY5ZS00MWJmLWFmNTUtMGYyOGRjM2I3YzNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MmJhODRiYy0yNjllLTQxYmYtYWY1NS0wZjI4ZGMzYjdjM2EpIi8+PC9zdmc+);
}








#s-3928b92e-5666-468c-a4ce-9b57d76b993f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3928b92e-5666-468c-a4ce-9b57d76b993f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d {
  margin-left: auto;
margin-right: auto;
}

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(158, 50, 35, 1);
}

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(158, 50, 35, 0);
  padding: 10px;
}

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(158, 50, 35, 1);
}

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-0e407aea-7cf8-4a16-9e14-a33d3239898d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9f4e66a2-d558-4b58-82dc-19929939ec13 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

#s-1ff604b7-5db4-44b5-8be6-c79b40cf9866 {
  background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 500px;
}

#s-1ff604b7-5db4-44b5-8be6-c79b40cf9866 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWU3MzYxOTYtYTRhZi00YTM0LThiZjgtMzIwN2RjYmNlNWFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZTczNjE5Ni1hNGFmLTRhMzQtOGJmOC0zMjA3ZGNiY2U1YWIpIi8+PC9zdmc+);
}








#s-1ff604b7-5db4-44b5-8be6-c79b40cf9866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ff604b7-5db4-44b5-8be6-c79b40cf9866.shg-box.shg-c {
  justify-content: center;
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b {
  margin-left: auto;
margin-right: auto;
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(158, 50, 35, 1);
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(158, 50, 35, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-75a81f97-a360-4df5-bb84-79c5162bf13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b8191685-54b9-44b1-8b12-832d32dbed67 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

#s-30af8da1-88b5-4d9f-a1e0-08b528cfb635 {
  background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 500px;
}

#s-30af8da1-88b5-4d9f-a1e0-08b528cfb635 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJiN2I3YTQtZTkyNy00YmYyLTkzMjktNmMwMjQ3ODJhM2VlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MmI3YjdhNC1lOTI3LTRiZjItOTMyOS02YzAyNDc4MmEzZWUpIi8+PC9zdmc+);
}








#s-30af8da1-88b5-4d9f-a1e0-08b528cfb635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30af8da1-88b5-4d9f-a1e0-08b528cfb635.shg-box.shg-c {
  justify-content: center;
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 {
  margin-left: auto;
margin-right: auto;
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-0f4fa632-818f-40dd-9626-073da352aab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9327d510-7867-4c13-b297-256c8ccfc4ab {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

#s-d369c422-7b7b-4fdf-8afb-3b987490c716 {
  background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 500px;
}

#s-d369c422-7b7b-4fdf-8afb-3b987490c716 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2I0ZjBhMGYtMDdhMy00NjFlLTljOGYtODA4MWEyN2UyN2M3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYjRmMGEwZi0wN2EzLTQ2MWUtOWM4Zi04MDgxYTI3ZTI3YzcpIi8+PC9zdmc+);
}








#s-d369c422-7b7b-4fdf-8afb-3b987490c716 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d369c422-7b7b-4fdf-8afb-3b987490c716.shg-box.shg-c {
  justify-content: center;
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 {
  margin-left: auto;
margin-right: auto;
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(158, 50, 35, 1);
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(158, 50, 35, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-54be9b81-870d-40db-aac7-33ff2cd1b1b3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9cd48980-6c00-4285-bb41-bf6d3891b824 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d {
  margin-top: 40px;
margin-left: 12%;
margin-bottom: 40px;
margin-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(127, 173, 227, 1);
}
@media (min-width: 1200px){#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d {
  margin-top: 30px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
}
}







#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd0f6beb-36f9-4fea-aacb-017fa9df662d.shg-box.shg-c {
  justify-content: center;
}

#s-523666b9-c015-4979-a082-840035ef56fd {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-523666b9-c015-4979-a082-840035ef56fd {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-523666b9-c015-4979-a082-840035ef56fd .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-48b12602-2efb-4a0c-bc48-bbdc90ebb3f2 {
  margin-top: -20px;
margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-48b12602-2efb-4a0c-bc48-bbdc90ebb3f2 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-48b12602-2efb-4a0c-bc48-bbdc90ebb3f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48b12602-2efb-4a0c-bc48-bbdc90ebb3f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48b12602-2efb-4a0c-bc48-bbdc90ebb3f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48b12602-2efb-4a0c-bc48-bbdc90ebb3f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b0d1d97e-e4ca-44c0-9c2f-6ffd72c0c0bd {
  margin-left: 0%;
margin-right: 0%;
}

.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-d8470204-0723-4da1-be2f-16bd380c00d9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d8470204-0723-4da1-be2f-16bd380c00d9 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 100.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d8470204-0723-4da1-be2f-16bd380c00d9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d8470204-0723-4da1-be2f-16bd380c00d9 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d8470204-0723-4da1-be2f-16bd380c00d9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d8470204-0723-4da1-be2f-16bd380c00d9 .shg-gallery-scroll-button {
  color: rgba(0, 0, 0, 1);
}

#s-d8470204-0723-4da1-be2f-16bd380c00d9 .shg-gallery-dot {
  background-color: rgba(228, 225, 224, 1);
}

#s-fbf07ed9-4eab-4252-8484-a7990fe8dbf6 {
  margin-left: 2%;
margin-right: 7%;
}
@media (max-width: 767px){#s-fbf07ed9-4eab-4252-8484-a7990fe8dbf6 {
  margin-right: 2%;
}
}
#s-01a2adc4-ab98-48a9-9772-d136c4dce106 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (max-width: 767px){#s-01a2adc4-ab98-48a9-9772-d136c4dce106 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-4816725f-2aaf-4d57-9083-bcbc28df3927 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-4816725f-2aaf-4d57-9083-bcbc28df3927 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-style:  normal ;
}

#s-4816725f-2aaf-4d57-9083-bcbc28df3927 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 28px;
}

#s-4816725f-2aaf-4d57-9083-bcbc28df3927 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 50px;
max-width: 500px;
background-color: rgba(255, 105, 83, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471:hover {border-style: solid !important;
border-color: rgba(158, 50, 35, 1) !important;
border-radius: 50px !important;
background-color: rgba(158, 50, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 247, 247, 1) !important;}#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdc3f74-d572-48d6-9cfe-ea20f2a5b471.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1edb2780-9163-41fe-91b4-46cdcc83ca77 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: 12%;
}
@media (max-width: 767px){#s-1edb2780-9163-41fe-91b4-46cdcc83ca77 {
  margin-right: 0%;
}
}
#s-dcbae8a6-c77a-45f2-a464-aa64989c619d {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 40px;
margin-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(127, 173, 227, 1);
}
@media (min-width: 1200px){#s-dcbae8a6-c77a-45f2-a464-aa64989c619d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcbae8a6-c77a-45f2-a464-aa64989c619d {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcbae8a6-c77a-45f2-a464-aa64989c619d {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-dcbae8a6-c77a-45f2-a464-aa64989c619d {
  margin-top: 30px;
margin-left: 8%;
margin-bottom: 20px;
margin-right: 8%;
}
}







#s-dcbae8a6-c77a-45f2-a464-aa64989c619d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcbae8a6-c77a-45f2-a464-aa64989c619d.shg-box.shg-c {
  justify-content: center;
}

#s-c927734c-a90f-42b2-9f95-e9cdf340e1b5 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c927734c-a90f-42b2-9f95-e9cdf340e1b5 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-c927734c-a90f-42b2-9f95-e9cdf340e1b5 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-1191e113-9498-4c95-8603-cbed0a40b2fc {
  margin-top: -20px;
margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1191e113-9498-4c95-8603-cbed0a40b2fc {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-1191e113-9498-4c95-8603-cbed0a40b2fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1191e113-9498-4c95-8603-cbed0a40b2fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1191e113-9498-4c95-8603-cbed0a40b2fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1191e113-9498-4c95-8603-cbed0a40b2fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1191e113-9498-4c95-8603-cbed0a40b2fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a001bf2b-6679-4341-becb-3e1035d1eec6 {
  margin-left: 10%;
margin-right: 0%;
}
@media (max-width: 767px){#s-a001bf2b-6679-4341-becb-3e1035d1eec6 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-79ea9712-d304-489b-bb88-c89cb52e6961 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
@media (max-width: 767px){#s-79ea9712-d304-489b-bb88-c89cb52e6961 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-d513345c-9dec-4f7f-b713-0b83d84d82ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-d513345c-9dec-4f7f-b713-0b83d84d82ab .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-style:  normal ;
}

#s-d513345c-9dec-4f7f-b713-0b83d84d82ab .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 28px;
}

#s-d513345c-9dec-4f7f-b713-0b83d84d82ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f9670288-8358-46e3-87c2-6a46700b71f1 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 50px;
max-width: 500px;
background-color: rgba(255, 105, 83, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f9670288-8358-46e3-87c2-6a46700b71f1:hover {border-style: solid !important;
border-color: rgba(158, 50, 35, 1) !important;
border-radius: 50px !important;
background-color: rgba(158, 50, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(250, 247, 247, 1) !important;}#s-f9670288-8358-46e3-87c2-6a46700b71f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9670288-8358-46e3-87c2-6a46700b71f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9670288-8358-46e3-87c2-6a46700b71f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9670288-8358-46e3-87c2-6a46700b71f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9670288-8358-46e3-87c2-6a46700b71f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ed042c8-63e9-40fd-a368-1ce2aaac8583 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: 0%;
}
@media (max-width: 767px){#s-7ed042c8-63e9-40fd-a368-1ce2aaac8583 {
  margin-right: 0%;
}
}
#s-1a154ae9-c1d8-4123-8680-6b43750a207f {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 100.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 .shg-gallery-scroll-button {
  color: rgba(0, 0, 0, 1);
}

#s-58d673ed-2cc8-46db-9097-3c35d8c6c907 .shg-gallery-dot {
  background-color: rgba(228, 225, 224, 1);
}

#s-3c258578-7eab-4bc1-9889-72682d75abc0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c258578-7eab-4bc1-9889-72682d75abc0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c258578-7eab-4bc1-9889-72682d75abc0 {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-3c258578-7eab-4bc1-9889-72682d75abc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c258578-7eab-4bc1-9889-72682d75abc0.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-c2bb776b-34ec-42dc-8ef6-737982508f0a {
  margin-top: 2px;
margin-left: 5%;
margin-right: 5%;
text-align: center;
background-color: rgba(255, 105, 83, 1);
}


  #s-c2bb776b-34ec-42dc-8ef6-737982508f0a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-c2bb776b-34ec-42dc-8ef6-737982508f0a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(158, 50, 35, 1);
    border: 1px solid rgba(158, 50, 35, 1);
  }
#s-c2bb776b-34ec-42dc-8ef6-737982508f0a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 105, 83, 1);
  font-family: MuseoSans-900;
  
  
  font-size: 16px;
}

#s-c2bb776b-34ec-42dc-8ef6-737982508f0a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-c2bb776b-34ec-42dc-8ef6-737982508f0a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(158, 50, 35, 1);
}

#s-c2bb776b-34ec-42dc-8ef6-737982508f0a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(158, 50, 35, 1);
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
max-width: 5625px;
aspect-ratio: 5625/4500;
text-align: center;
}
@media (max-width: 767px){#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin-top: -5px;
}
}


.shg-image-margin-container-s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-content {
  
    align-items: center;
  
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
      position: relative;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  
  
  
  
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-content {
  
    align-items: center;
  
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
      position: relative;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  
  
  
  
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-content {
  
    align-items: center;
  
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
      position: relative;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  
  
  
  
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-content {
  
    align-items: center;
  
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
      position: relative;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  
  
  margin-top: -5px;
  
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-defd263a-afa6-47bc-b8c9-8c6867c90525 .shogun-image-content {
  
    align-items: center;
  
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container {
      position: relative;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-defd263a-afa6-47bc-b8c9-8c6867c90525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

}
#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin-top: -5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
max-width: 5625px;
aspect-ratio: 5625/4500;
text-align: center;
}
@media (max-width: 767px){#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin-top: -5px;
}
}


.shg-image-margin-container-s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  margin-bottom: 0px;
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
      position: relative;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  
  
  
  
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
      position: relative;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  
  
  
  
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
      position: relative;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  
  
  
  
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
      position: relative;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  
  
  margin-top: -5px;
  
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-9f23651e-70c9-4957-8f51-2e80fb944b6b .shogun-image-content {
  
    align-items: center;
  
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container {
      position: relative;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f23651e-70c9-4957-8f51-2e80fb944b6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

}
#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
max-width: 5625px;
aspect-ratio: 5625/4500;
text-align: center;
}
@media (max-width: 767px){#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin-top: -5px;
}
}


.shg-image-margin-container-s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
      position: relative;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  
  
  
  
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
      position: relative;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  
  
  
  
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
      position: relative;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  
  
  
  
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
      position: relative;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  
  
  margin-top: -5px;
  
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f .shogun-image-content {
  
    align-items: center;
  
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container {
      position: relative;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b5349bd-7cf8-4883-a3a7-4af28575fa3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

}
#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin-top: -5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 7px;
max-width: 5625px;
aspect-ratio: 5625/4500;
text-align: center;
}
@media (max-width: 767px){#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin-top: -5px;
}
}


.shg-image-margin-container-s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  margin-bottom: 0px;
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
      position: relative;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  
  
  
  
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
      position: relative;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  
  
  
  
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
      position: relative;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  
  
  
  
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
      position: relative;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

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

.shg-image-margin-container-s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  
  
  margin-top: -5px;
  
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }

    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-link {
      aspect-ratio: 5625/4500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5625px;
  }



  img.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
    
    
    
    max-height: 5625px;
  }


.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd {
      --shg-aspect-ratio: calc(5625/4500); 
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container {
      position: relative;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f8ec92-9ba4-4314-b234-b3a1fbc2dabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5625px;
    }
  }

}
#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 105, 83, 1);
}
#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWY2MmY2YTAtMDBkOS00OWMzLWE0ODgtZDI3MmQ4ODM1MmI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjYyZjZhMC0wMGQ5LTQ5YzMtYTQ4OC1kMjcyZDg4MzUyYjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTc0NGJjYzctMmNhZC00MjgwLTg1YTItNjViMTZhMzE0OGNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NzQ0YmNjNy0yY2FkLTQyODAtODVhMi02NWIxNmEzMTQ4Y2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}@media (min-width: 768px) and (max-width: 991px){#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f {
  margin-left: 7%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f {
  margin-top: 20px;
margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2E2MzQ3MTEtZDYzMy00N2YyLWIxZmItOTdlODlkMGU2YWU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYTYzNDcxMS1kNjMzLTQ3ZjItYjFmYi05N2U4OWQwZTZhZTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}

  #s-a2529a57-16fe-44d4-938f-aa6c54c5c56f-root {
    text-align: center;
  }


#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f.shg-btn {
  color: rgba(255, 105, 83, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2529a57-16fe-44d4-938f-aa6c54c5c56f-root {
    text-align: center;
  }


#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f.shg-btn {
  color: rgba(255, 105, 83, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2529a57-16fe-44d4-938f-aa6c54c5c56f-root {
    text-align: center;
  }


#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f.shg-btn {
  color: rgba(255, 105, 83, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2529a57-16fe-44d4-938f-aa6c54c5c56f-root {
    text-align: center;
  }


#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f.shg-btn {
  color: rgba(255, 105, 83, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2529a57-16fe-44d4-938f-aa6c54c5c56f-root {
    text-align: center;
  }


#s-a2529a57-16fe-44d4-938f-aa6c54c5c56f.shg-btn {
  color: rgba(255, 105, 83, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ee54a18b-0241-4c31-b67e-53995b966116 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ee54a18b-0241-4c31-b67e-53995b966116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee54a18b-0241-4c31-b67e-53995b966116.shg-box.shg-c {
  justify-content: center;
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin-left: auto;
margin-right: auto;
max-width: 3618px;
aspect-ratio: 3618/679;
text-align: center;
}



.shg-image-margin-container-s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
      position: relative;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  
  
  
  
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
      position: relative;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  
  
  
  
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
      position: relative;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  
  
  
  
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
      position: relative;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  
  
  
  
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9da00483-c68c-4d8e-a84f-d0c803fc0646 .shogun-image-content {
  
    align-items: center;
  
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container {
      position: relative;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da00483-c68c-4d8e-a84f-d0c803fc0646 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

}
#s-4e781b40-f9ed-4520-8999-3e62ad1c5cf6 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4e781b40-f9ed-4520-8999-3e62ad1c5cf6 .shogun-heading-component h1 {
  color: rgba(255, 105, 83, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-4e781b40-f9ed-4520-8999-3e62ad1c5cf6 .shogun-heading-component h1 {
  color: rgba(255, 105, 83, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 3000/1372;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin-left: 0%;
margin-right: 0%;
max-width: 425px;
}
}


.shg-image-margin-container-s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }

    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-link {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
      --shg-aspect-ratio: calc(3000/1372); 
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
      position: relative;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  
  
  
  
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }

    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-link {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
      --shg-aspect-ratio: calc(3000/1372); 
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
      position: relative;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  
  
  
  
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }

    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-link {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
      --shg-aspect-ratio: calc(3000/1372); 
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
      position: relative;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  
  
  
  
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }

    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-link {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
      --shg-aspect-ratio: calc(3000/1372); 
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
      position: relative;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }

    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-link {
      aspect-ratio: 3000/1372;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-5f58933e-b374-4adc-96f1-f0c3b689ece7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 {
      --shg-aspect-ratio: calc(3000/1372); 
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container {
      position: relative;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f58933e-b374-4adc-96f1-f0c3b689ece7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

}
#s-d89d4921-b2f2-46e2-bc4e-e1820627368e {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(255, 105, 83, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d89d4921-b2f2-46e2-bc4e-e1820627368e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWVhYmQ4YWEtOTQzZi00NWQ3LWFkOGYtMmJiYWFhNDRiNTkzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZWFiZDhhYS05NDNmLTQ1ZDctYWQ4Zi0yYmJhYWE0NGI1OTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}#s-d89d4921-b2f2-46e2-bc4e-e1820627368e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d89d4921-b2f2-46e2-bc4e-e1820627368e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-right: 20px;
}
#s-d89d4921-b2f2-46e2-bc4e-e1820627368e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTc0NGJjYzctMmNhZC00MjgwLTg1YTItNjViMTZhMzE0OGNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NzQ0YmNjNy0yY2FkLTQyODAtODVhMi02NWIxNmEzMTQ4Y2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d89d4921-b2f2-46e2-bc4e-e1820627368e {
  margin-left: 7%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d89d4921-b2f2-46e2-bc4e-e1820627368e {
  margin-top: 20px;
margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
#s-d89d4921-b2f2-46e2-bc4e-e1820627368e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWJlNjY0ZGMtOGMwNC00MTk4LWJhZTktNWU2ZTY5Mjg2NGQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YmU2NjRkYy04YzA0LTQxOTgtYmFlOS01ZTZlNjkyODY0ZDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}

  #s-d89d4921-b2f2-46e2-bc4e-e1820627368e-root {
    text-align: center;
  }


#s-d89d4921-b2f2-46e2-bc4e-e1820627368e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d89d4921-b2f2-46e2-bc4e-e1820627368e-root {
    text-align: center;
  }


#s-d89d4921-b2f2-46e2-bc4e-e1820627368e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d89d4921-b2f2-46e2-bc4e-e1820627368e-root {
    text-align: center;
  }


#s-d89d4921-b2f2-46e2-bc4e-e1820627368e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d89d4921-b2f2-46e2-bc4e-e1820627368e-root {
    text-align: center;
  }


#s-d89d4921-b2f2-46e2-bc4e-e1820627368e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d89d4921-b2f2-46e2-bc4e-e1820627368e-root {
    text-align: center;
  }


#s-d89d4921-b2f2-46e2-bc4e-e1820627368e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin-left: auto;
margin-right: auto;
max-width: 3618px;
aspect-ratio: 3618/679;
text-align: center;
}
@media (max-width: 767px){#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  background-color: rgba(255, 105, 83, 1);
}
}


.shg-image-margin-container-s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
      position: relative;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  
  
  
  
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
      position: relative;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  
  
  
  
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
      position: relative;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  
  
  
  
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
      position: relative;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

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

.shg-image-margin-container-s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  
  
  
  
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }

    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-link {
      aspect-ratio: 3618/679;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3618px;
  }



  img.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
    
    
    
    max-height: 3618px;
  }


.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 {
      --shg-aspect-ratio: calc(3618/679); 
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container {
      position: relative;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bbd22d1-deaa-4845-bb18-4c74cc16b842 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 3618px;
    }
  }

}
#s-106a72d1-95e7-4c6f-91d6-293ab6ef2cc5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-106a72d1-95e7-4c6f-91d6-293ab6ef2cc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-106a72d1-95e7-4c6f-91d6-293ab6ef2cc5.shg-box.shg-c {
  justify-content: center;
}

#s-6000556d-ee83-4c74-9c4d-6d7dfe4bf91c {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6000556d-ee83-4c74-9c4d-6d7dfe4bf91c {
  margin-top: 0px;
}
}







#s-6000556d-ee83-4c74-9c4d-6d7dfe4bf91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6000556d-ee83-4c74-9c4d-6d7dfe4bf91c.shg-box.shg-c {
  justify-content: center;
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
aspect-ratio: 1005/511;
text-align: center;
}
@media (max-width: 767px){#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  max-width: 350px;
}
}


.shg-image-margin-container-s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-link {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
      --shg-aspect-ratio: calc(1005/511); 
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
      position: relative;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  
  
  
  
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-link {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
      --shg-aspect-ratio: calc(1005/511); 
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
      position: relative;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 600px;
    }
  }

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

.shg-image-margin-container-s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  
  
  
  
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-link {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
      --shg-aspect-ratio: calc(1005/511); 
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
      position: relative;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 600px;
    }
  }

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

.shg-image-margin-container-s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  
  
  
  
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-link {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
      --shg-aspect-ratio: calc(1005/511); 
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
      position: relative;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 600px;
    }
  }

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

.shg-image-margin-container-s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  
  
  
  
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-link {
      aspect-ratio: 1005/511;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 {
      --shg-aspect-ratio: calc(1005/511); 
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container {
      position: relative;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee2ee6-906f-4650-bcb2-01bab4f3f140 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 600px;
    }
  }

}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-2f8a3da6-c667-45d7-b077-44be7824aead {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2f8a3da6-c667-45d7-b077-44be7824aead {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-2f8a3da6-c667-45d7-b077-44be7824aead {
  margin-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead {
  --swiper-pagination-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-prev,
#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-next {
  
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-prev svg,
#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2f8a3da6-c667-45d7-b077-44be7824aead .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 440px;
aspect-ratio: 440/286;
text-align: center;
}
@media (max-width: 767px){#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin-left: -10%;
margin-right: -10%;
}
}


.shg-image-margin-container-s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
      position: relative;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  
  
  
  
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
      position: relative;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  
  
  
  
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
      position: relative;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  
  
  
  
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
      position: relative;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin-left: -10%;
  margin-right: -10%;
  
  
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-dba3be47-862c-40b3-ac96-42b0c28cbf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container {
      position: relative;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dba3be47-862c-40b3-ac96-42b0c28cbf68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

}
#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 440px;
aspect-ratio: 440/286;
text-align: center;
}
@media (max-width: 767px){#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin-left: -10%;
margin-right: -10%;
max-width: 440px;
}
}


.shg-image-margin-container-s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-content {
  
    align-items: center;
  
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06e77826-1278-4f63-a236-1b1ee09cc092 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
      position: relative;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  
  
  
  
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-content {
  
    align-items: center;
  
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06e77826-1278-4f63-a236-1b1ee09cc092 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
      position: relative;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  
  
  
  
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-content {
  
    align-items: center;
  
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06e77826-1278-4f63-a236-1b1ee09cc092 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
      position: relative;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  
  
  
  
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-content {
  
    align-items: center;
  
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06e77826-1278-4f63-a236-1b1ee09cc092 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
      position: relative;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin-left: -10%;
  margin-right: -10%;
  
  
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06e77826-1278-4f63-a236-1b1ee09cc092 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-06e77826-1278-4f63-a236-1b1ee09cc092 .shogun-image-content {
  
    align-items: center;
  
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06e77826-1278-4f63-a236-1b1ee09cc092 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container {
      position: relative;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06e77826-1278-4f63-a236-1b1ee09cc092 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

}
#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 440px;
aspect-ratio: 440/286;
text-align: center;
}
@media (max-width: 767px){#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin-left: -10%;
margin-right: -10%;
max-width: 440px;
}
}


.shg-image-margin-container-s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
      position: relative;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  
  
  
  
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
      position: relative;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  
  
  
  
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
      position: relative;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  
  
  
  
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
      position: relative;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin-left: -10%;
  margin-right: -10%;
  
  
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-e1a543ea-174b-4c6b-b230-56d7c338d97a .shogun-image-content {
  
    align-items: center;
  
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container {
      position: relative;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1a543ea-174b-4c6b-b230-56d7c338d97a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

}
#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin-bottom: 20px;
max-width: 440px;
aspect-ratio: 440/286;
text-align: center;
}
@media (max-width: 767px){#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin-left: -10%;
margin-right: -10%;
}
}


.shg-image-margin-container-s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  
  
  
  margin-bottom: 20px;
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-content {
  
    align-items: center;
  
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59dcd2dc-9273-48a3-8894-ab6058976821 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
      position: relative;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  
  
  
  
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-content {
  
    align-items: center;
  
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59dcd2dc-9273-48a3-8894-ab6058976821 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
      position: relative;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  
  
  
  
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-content {
  
    align-items: center;
  
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59dcd2dc-9273-48a3-8894-ab6058976821 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
      position: relative;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  
  
  
  
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-content {
  
    align-items: center;
  
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59dcd2dc-9273-48a3-8894-ab6058976821 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
      position: relative;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin-left: -10%;
  margin-right: -10%;
  
  
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59dcd2dc-9273-48a3-8894-ab6058976821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-59dcd2dc-9273-48a3-8894-ab6058976821 .shogun-image-content {
  
    align-items: center;
  
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59dcd2dc-9273-48a3-8894-ab6058976821 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container {
      position: relative;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59dcd2dc-9273-48a3-8894-ab6058976821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

}
#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin-top: 0px;
margin-bottom: 20px;
max-width: 440px;
aspect-ratio: 440/286;
text-align: center;
}
@media (max-width: 767px){#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin-left: -10%;
margin-right: -10%;
}
}


.shg-image-margin-container-s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  
  
  margin-top: 0px;
  margin-bottom: 20px;
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
      position: relative;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  
  
  
  
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
      position: relative;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  
  
  
  
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
      position: relative;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  
  
  
  
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
      position: relative;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

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

.shg-image-margin-container-s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin-left: -10%;
  margin-right: -10%;
  
  
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }

    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-link {
      aspect-ratio: 440/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 440px;
  }



  img.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
    
    
    
    max-height: 440px;
  }


.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 {
      --shg-aspect-ratio: calc(440/286); 
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container {
      position: relative;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa4ba3de-53db-4f1a-8533-778607c8f5a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 440px;
    }
  }

}
#s-f3b61043-d3c1-4941-ac18-a2de7d00fde6 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
min-height: 50px;
background-color: rgba(255, 105, 83, 1);
}
@media (max-width: 767px){#s-f3b61043-d3c1-4941-ac18-a2de7d00fde6 {
  margin-top: 0px;
}
}







#s-f3b61043-d3c1-4941-ac18-a2de7d00fde6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3b61043-d3c1-4941-ac18-a2de7d00fde6.shg-box.shg-c {
  justify-content: center;
}

#s-f494c14a-e91f-4b26-a00c-d78a22c0b31e {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-f494c14a-e91f-4b26-a00c-d78a22c0b31e {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-f494c14a-e91f-4b26-a00c-d78a22c0b31e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f494c14a-e91f-4b26-a00c-d78a22c0b31e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f494c14a-e91f-4b26-a00c-d78a22c0b31e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f494c14a-e91f-4b26-a00c-d78a22c0b31e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
max-width: 800px;
aspect-ratio: 800/1422;
text-align: center;
}



.shg-image-margin-container-s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }

    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-link {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-content {
  
    align-items: center;
  
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04e094de-101f-466e-bf71-f49d7b32d0df {
      --shg-aspect-ratio: calc(800/1422); 
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
      position: relative;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-04e094de-101f-466e-bf71-f49d7b32d0df {
  
  
  
  
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }

    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-link {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-content {
  
    align-items: center;
  
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04e094de-101f-466e-bf71-f49d7b32d0df {
      --shg-aspect-ratio: calc(800/1422); 
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
      position: relative;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-04e094de-101f-466e-bf71-f49d7b32d0df {
  
  
  
  
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }

    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-link {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-content {
  
    align-items: center;
  
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04e094de-101f-466e-bf71-f49d7b32d0df {
      --shg-aspect-ratio: calc(800/1422); 
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
      position: relative;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-04e094de-101f-466e-bf71-f49d7b32d0df {
  
  
  
  
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }

    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-link {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-content {
  
    align-items: center;
  
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04e094de-101f-466e-bf71-f49d7b32d0df {
      --shg-aspect-ratio: calc(800/1422); 
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
      position: relative;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-04e094de-101f-466e-bf71-f49d7b32d0df {
  
  
  
  
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }

    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-link {
      aspect-ratio: 800/1422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04e094de-101f-466e-bf71-f49d7b32d0df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-04e094de-101f-466e-bf71-f49d7b32d0df .shogun-image-content {
  
    align-items: center;
  
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04e094de-101f-466e-bf71-f49d7b32d0df {
      --shg-aspect-ratio: calc(800/1422); 
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container {
      position: relative;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04e094de-101f-466e-bf71-f49d7b32d0df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

}
#s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
max-width: 800px;
aspect-ratio: 600/1067;
text-align: center;
}



.shg-image-margin-container-s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  
}

#s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin: 0 !important;
}





  img.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-63500e96-93f7-42da-8610-4f72909d2378 .shogun-image-content {
  
    align-items: center;
  
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-63500e96-93f7-42da-8610-4f72909d2378 {
  
  
  
  
}

#s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin: 0 !important;
}





  img.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-63500e96-93f7-42da-8610-4f72909d2378 .shogun-image-content {
  
    align-items: center;
  
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63500e96-93f7-42da-8610-4f72909d2378 {
  
  
  
  
}

#s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin: 0 !important;
}





  img.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-63500e96-93f7-42da-8610-4f72909d2378 .shogun-image-content {
  
    align-items: center;
  
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63500e96-93f7-42da-8610-4f72909d2378 {
  
  
  
  
}

#s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin: 0 !important;
}





  img.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-63500e96-93f7-42da-8610-4f72909d2378 .shogun-image-content {
  
    align-items: center;
  
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63500e96-93f7-42da-8610-4f72909d2378 {
  
  
  
  
}

#s-63500e96-93f7-42da-8610-4f72909d2378 {
  margin: 0 !important;
}





  img.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-63500e96-93f7-42da-8610-4f72909d2378 .shogun-image-content {
  
    align-items: center;
  
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63500e96-93f7-42da-8610-4f72909d2378.shogun-image {
  box-sizing: border-box;
}




}
#s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
max-width: 800px;
aspect-ratio: 720/1280;
text-align: center;
}



.shg-image-margin-container-s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }

    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-link {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-content {
  
    align-items: center;
  
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
      --shg-aspect-ratio: calc(720/1280); 
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
      position: relative;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  
  
  
  
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }

    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-link {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-content {
  
    align-items: center;
  
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
      --shg-aspect-ratio: calc(720/1280); 
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
      position: relative;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  
  
  
  
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }

    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-link {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-content {
  
    align-items: center;
  
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
      --shg-aspect-ratio: calc(720/1280); 
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
      position: relative;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  
  
  
  
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }

    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-link {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-content {
  
    align-items: center;
  
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
      --shg-aspect-ratio: calc(720/1280); 
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
      position: relative;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

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

.shg-image-margin-container-s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  
  
  
  
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }

    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-link {
      aspect-ratio: 720/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 800px;
  }



  img.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-966c52ac-4317-4d50-bde8-c8a84bdec78b .shogun-image-content {
  
    align-items: center;
  
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b {
      --shg-aspect-ratio: calc(720/1280); 
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container {
      position: relative;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-966c52ac-4317-4d50-bde8-c8a84bdec78b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 800px;
    }
  }

}
#s-9f98e80c-e439-4305-a821-ee0f1105fa51 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDJkY2E3YjYtY2JlNi00NDY2LTk5YTMtZjFmN2UyODI0NWJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMmRjYTdiNi1jYmU2LTQ0NjYtOTlhMy1mMWY3ZTI4MjQ1YmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}];
color: rgba(158, 50, 35, 1);
}
#s-9f98e80c-e439-4305-a821-ee0f1105fa51:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTAzZTZhYzYtYWFmNS00MWVjLWI2NDAtM2JiZTRiM2Y5Y2NlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDNlNmFjNi1hYWY1LTQxZWMtYjY0MC0zYmJlNGIzZjljY2UpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}#s-9f98e80c-e439-4305-a821-ee0f1105fa51:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9f98e80c-e439-4305-a821-ee0f1105fa51 {
  text-align: center;
}
#s-9f98e80c-e439-4305-a821-ee0f1105fa51:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzM1M2FiYjEtNWQ4My00ODQxLWIyZmEtYmJhZjk2M2ZjZWE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMzUzYWJiMS01ZDgzLTQ4NDEtYjJmYS1iYmFmOTYzZmNlYTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-9f98e80c-e439-4305-a821-ee0f1105fa51 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f98e80c-e439-4305-a821-ee0f1105fa51 {
  text-align: center;
}
}@media (max-width: 767px){#s-9f98e80c-e439-4305-a821-ee0f1105fa51 {
  margin-top: 15px;
margin-bottom: 0px;
text-align: center;
}
#s-9f98e80c-e439-4305-a821-ee0f1105fa51:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmFiMzMyZjQtZmNmNC00ODA2LWFmZjQtN2U2OGNlY2VjNGNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYWIzMzJmNC1mY2Y0LTQ4MDYtYWZmNC03ZTY4Y2VjZWM0Y2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 50px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;
hover-type: gradient !important;
color: rgba(254, 254, 254, 1) !important;}}

  #s-9f98e80c-e439-4305-a821-ee0f1105fa51-root {
    text-align: left;
  }


#s-9f98e80c-e439-4305-a821-ee0f1105fa51.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f98e80c-e439-4305-a821-ee0f1105fa51-root {
    text-align: center;
  }


#s-9f98e80c-e439-4305-a821-ee0f1105fa51.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f98e80c-e439-4305-a821-ee0f1105fa51-root {
    text-align: center;
  }


#s-9f98e80c-e439-4305-a821-ee0f1105fa51.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f98e80c-e439-4305-a821-ee0f1105fa51-root {
    text-align: center;
  }


#s-9f98e80c-e439-4305-a821-ee0f1105fa51.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f98e80c-e439-4305-a821-ee0f1105fa51-root {
    text-align: center;
  }


#s-9f98e80c-e439-4305-a821-ee0f1105fa51.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ca61046d-8814-4290-b830-600f9e640d4d {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 35px;
min-height: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ca61046d-8814-4290-b830-600f9e640d4d {
  background-repeat: no-repeat;
margin-left: 5%;
margin-right: 5%;
max-width: 900px;
background-color: rgba(255, 255, 255, 1);
}
}







#s-ca61046d-8814-4290-b830-600f9e640d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca61046d-8814-4290-b830-600f9e640d4d.shg-box.shg-c {
  justify-content: center;
}

#s-0366a368-dede-4ca9-9dc8-85909382df70 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-26c3ca29-56b8-4be6-a817-0ce2b0b31469 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 249, 249, 1);
border-style: solid;
border-radius: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26c3ca29-56b8-4be6-a817-0ce2b0b31469 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-26c3ca29-56b8-4be6-a817-0ce2b0b31469"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-26c3ca29-56b8-4be6-a817-0ce2b0b31469"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-26c3ca29-56b8-4be6-a817-0ce2b0b31469"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-26c3ca29-56b8-4be6-a817-0ce2b0b31469"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  text-align: center;
}
}@media (max-width: 767px){#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin-top: -5px;
margin-bottom: -5px;
margin-right: 10%;
max-width: 120px;
aspect-ratio: 1446/375;
text-align: right;
}
}


.shg-image-margin-container-s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin: 0 !important;
}





  img.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb5f1046-f55b-4624-b7c3-dab248559896 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  
  
  
  
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin: 0 !important;
}





  img.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb5f1046-f55b-4624-b7c3-dab248559896 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  
  
  
  
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin: 0 !important;
}





  img.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb5f1046-f55b-4624-b7c3-dab248559896 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  
  
  
  
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin: 0 !important;
}





  img.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb5f1046-f55b-4624-b7c3-dab248559896 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  
  margin-right: 10%;
  margin-top: -5px;
  margin-bottom: -5px;
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb5f1046-f55b-4624-b7c3-dab248559896 .shg-image-content-wrapper {
      aspect-ratio: 1446/375;
      min-width: 100%;
      height: auto;
    }

    #s-fb5f1046-f55b-4624-b7c3-dab248559896 .shogun-image-link {
      aspect-ratio: 1446/375;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb5f1046-f55b-4624-b7c3-dab248559896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb5f1046-f55b-4624-b7c3-dab248559896 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb5f1046-f55b-4624-b7c3-dab248559896 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb5f1046-f55b-4624-b7c3-dab248559896 {
      --shg-aspect-ratio: calc(1446/375); 
    }

    .s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container {
      position: relative;
    }

    .s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb5f1046-f55b-4624-b7c3-dab248559896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb5f1046-f55b-4624-b7c3-dab248559896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin-top: 5px;
margin-bottom: 0px;
margin-right: 0%;
min-height: 100px;
max-width: 150px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  text-align: center;
}
}@media (max-width: 767px){#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin-top: -5px;
margin-left: 10%;
margin-bottom: 0px;
max-width: 120px;
text-align: left;
}
}


.shg-image-margin-container-s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  
  margin-right: 0%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin: 0 !important;
}





  img.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
    
    
    min-height: 100px;
    max-height: 150px;
  }


.s-c22225dd-0294-400a-80cb-a030318f7dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  
  
  
  
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin: 0 !important;
}





  img.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
    
    
    min-height: 100px;
    max-height: 150px;
  }


.s-c22225dd-0294-400a-80cb-a030318f7dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  
  
  
  
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin: 0 !important;
}





  img.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
    
    
    min-height: 100px;
    max-height: 150px;
  }


.s-c22225dd-0294-400a-80cb-a030318f7dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  
  
  
  
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin: 0 !important;
}





  img.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
    
    
    min-height: 100px;
    max-height: 150px;
  }


.s-c22225dd-0294-400a-80cb-a030318f7dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin-left: 10%;
  
  margin-top: -5px;
  margin-bottom: 0px;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7 {
  margin: 0 !important;
}





  img.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
    
    
    min-height: 100px;
    max-height: 150px;
  }


.s-c22225dd-0294-400a-80cb-a030318f7dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22225dd-0294-400a-80cb-a030318f7dc7.shogun-image {
  box-sizing: border-box;
}




}
#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin-top: 0px;
margin-bottom: -25px;
margin-right: 0%;
padding-bottom: 10px;
min-height: 100px;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  text-align: center;
}
}@media (max-width: 767px){#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin-top: -25px;
margin-right: 10%;
max-width: 115px;
text-align: right;
}
}


.shg-image-margin-container-s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: -25px;
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin: 0 !important;
}





  img.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
    
    
    min-height: 100px;
    max-height: 125px;
  }


.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  
  
  
  
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin: 0 !important;
}





  img.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
    
    
    min-height: 100px;
    max-height: 125px;
  }


.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  
  
  
  
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin: 0 !important;
}





  img.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
    
    
    min-height: 100px;
    max-height: 125px;
  }


.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  
  
  
  
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin: 0 !important;
}





  img.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
    
    
    min-height: 100px;
    max-height: 125px;
  }


.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  
  margin-right: 10%;
  margin-top: -25px;
  
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 {
  margin: 0 !important;
}





  img.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
    
    
    min-height: 100px;
    max-height: 125px;
  }


.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd17671-d3bb-4d07-b9d8-c1f12e8b7016.shogun-image {
  box-sizing: border-box;
}




}
#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
min-height: 20px;
max-width: 150px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  text-align: center;
}
}@media (max-width: 767px){#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin-top: -15px;
margin-left: 10%;
margin-bottom: -15px;
max-width: 120px;
text-align: left;
}
}


.shg-image-margin-container-s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  
  margin-right: 0%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin: 0 !important;
}





  img.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
    
    
    min-height: 20px;
    max-height: 150px;
  }


.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  
  
  
  
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin: 0 !important;
}





  img.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
    
    
    min-height: 20px;
    max-height: 150px;
  }


.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  
  
  
  
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin: 0 !important;
}





  img.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
    
    
    min-height: 20px;
    max-height: 150px;
  }


.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  
  
  
  
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin: 0 !important;
}





  img.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
    
    
    min-height: 20px;
    max-height: 150px;
  }


.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin-left: 10%;
  
  margin-top: -15px;
  margin-bottom: -15px;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c {
  margin: 0 !important;
}





  img.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
    
    
    min-height: 20px;
    max-height: 150px;
  }


.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899e72d7-cb49-4045-afb8-2fc4b2b03c2c.shogun-image {
  box-sizing: border-box;
}




}
#s-5e43f16d-2dca-47e0-81b7-d337b8941367 {
  margin-top: 0px;
margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5e43f16d-2dca-47e0-81b7-d337b8941367 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e43f16d-2dca-47e0-81b7-d337b8941367 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-5e43f16d-2dca-47e0-81b7-d337b8941367 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-5e43f16d-2dca-47e0-81b7-d337b8941367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e43f16d-2dca-47e0-81b7-d337b8941367.shg-box.shg-c {
  justify-content: center;
}

#s-8cce34da-347d-4bc3-8c5e-6c93f883ff98 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8cce34da-347d-4bc3-8c5e-6c93f883ff98 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cce34da-347d-4bc3-8c5e-6c93f883ff98 {
  margin-top: 10px;
}
}
#s-8cce34da-347d-4bc3-8c5e-6c93f883ff98 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-51bf3739-7646-4431-9ab0-1b09d87bb2cd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-51bf3739-7646-4431-9ab0-1b09d87bb2cd {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-51bf3739-7646-4431-9ab0-1b09d87bb2cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51bf3739-7646-4431-9ab0-1b09d87bb2cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-51bf3739-7646-4431-9ab0-1b09d87bb2cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-51bf3739-7646-4431-9ab0-1b09d87bb2cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

#s-57726de7-5bc6-45d6-be60-b9cb3a2d701b {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 260px;
background-color: rgba(127, 173, 227, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-57726de7-5bc6-45d6-be60-b9cb3a2d701b {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 230px;
}
}@media (max-width: 767px){#s-57726de7-5bc6-45d6-be60-b9cb3a2d701b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
min-height: 450px;
max-width: 300px;
}
}







#s-57726de7-5bc6-45d6-be60-b9cb3a2d701b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57726de7-5bc6-45d6-be60-b9cb3a2d701b.shg-box.shg-c {
  justify-content: center;
}

#s-06662d51-3231-4905-b822-b03e18995c58 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
}

#s-4de85b9e-9f3c-4ed9-a16c-357996ab1572 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f {
  max-width:  100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f {
  max-width:  100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f {
  max-width:  100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f {
  max-width:  100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f {
  max-width:  100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f .shg-image-zoom,
.shg-c#s-fad08423-a7ad-4e51-a7eb-ab614d4c3a9f img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-83616ee2-9059-42c1-b5a8-585c73f4938f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}

#s-83616ee2-9059-42c1-b5a8-585c73f4938f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-style:  normal ;
}

#s-83616ee2-9059-42c1-b5a8-585c73f4938f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 22px;
}

#s-83616ee2-9059-42c1-b5a8-585c73f4938f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTU0NDM5MjQtN2E2MC00NDg4LTkwOTAtYzIzMTdmZDU4NGE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NTQ0MzkyNC03YTYwLTQ0ODgtOTA5MC1jMjMxN2ZkNTg0YTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff6953"}, {"id"=>2, "pos"=>1, "color"=>"#ff6953"}];
color: rgba(255, 255, 255, 1);
}
#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY0ZWRkNzctNzljOS00ZWZiLWIwNjAtNGY4ODliNGQ4Y2VmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjRlZGQ3Ny03OWM5LTRlZmItYjA2MC00Zjg4OWI0ZDhjZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;}#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3:active {border-radius: 50px !important;
background-color: rgba(158, 50, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjE0MmZhMWEtZTkwYi00ZmViLTlmODAtYjlkNzkzZTE3ZmU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMTQyZmExYS1lOTBiLTRmZWItOWY4MC1iOWQ3OTNlMTdmZTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff6953"}, {"id"=>2, "pos"=>1, "color"=>"#ff6953"}];
}
}


#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9024fc7a-ddac-412a-ba11-f9711bfd50c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69fb889e-49a6-4a2b-aee9-7f65fcb5621d {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 260px;
background-color: rgba(127, 173, 227, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-69fb889e-49a6-4a2b-aee9-7f65fcb5621d {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-69fb889e-49a6-4a2b-aee9-7f65fcb5621d {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-69fb889e-49a6-4a2b-aee9-7f65fcb5621d {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 450px;
max-width: 300px;
}
}







#s-69fb889e-49a6-4a2b-aee9-7f65fcb5621d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69fb889e-49a6-4a2b-aee9-7f65fcb5621d.shg-box.shg-c {
  justify-content: center;
}

#s-74d54ff6-4f5f-4b0c-b3f5-4404c19eb08c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
}

#s-ea2ef75b-09ae-40d7-82c0-17bff03e0d5e {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 5px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
}
@media (max-width: 767px){#s-ea2ef75b-09ae-40d7-82c0-17bff03e0d5e {
  margin-left: 5%;
margin-right: 5%;
padding-left: 6%;
padding-right: 6%;
}
}
#s-45860bac-9ffc-44c6-9b3e-c73d00955616 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 {
  max-width:  100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 {
  max-width:  100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 {
  max-width:  100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 {
  max-width:  100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 {
  max-width:  100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  max-width: 230px !important;
  
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 .shg-image-zoom,
.shg-c#s-45860bac-9ffc-44c6-9b3e-c73d00955616 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a824f0ea-cd1f-4545-a475-7b2c212f7445 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}

#s-a824f0ea-cd1f-4545-a475-7b2c212f7445 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-style:  normal ;
}

#s-a824f0ea-cd1f-4545-a475-7b2c212f7445 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 22px;
}

#s-a824f0ea-cd1f-4545-a475-7b2c212f7445 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWUyMjJmNDAtZDRkMi00ODJiLTlkZDgtMmM1NTk3ZGUzZjY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZTIyMmY0MC1kNGQyLTQ4MmItOWRkOC0yYzU1OTdkZTNmNjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff6953"}, {"id"=>2, "pos"=>1, "color"=>"#ff6953"}];
color: rgba(255, 255, 255, 1);
}
#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTBmZDcyN2QtNjFiZS00MDAwLWIxZGYtZWRhNTFmOWJjY2MwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMGZkNzI3ZC02MWJlLTQwMDAtYjFkZi1lZGE1MWY5YmNjYzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;}#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c:active {border-radius: 50px !important;
background-color: rgba(158, 50, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4887bfa6-f292-456f-a4ff-9df7880b8c1c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eae6155b-6cd8-485d-ba80-0bcda0a084eb {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 260px;
background-color: rgba(127, 173, 227, 1);
}
@media (max-width: 767px){#s-eae6155b-6cd8-485d-ba80-0bcda0a084eb {
  padding-bottom: 20px;
min-height: 450px;
max-width: 300px;
}
}







#s-eae6155b-6cd8-485d-ba80-0bcda0a084eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eae6155b-6cd8-485d-ba80-0bcda0a084eb.shg-box.shg-c {
  justify-content: center;
}

#s-590f8740-39f8-4907-b97a-6fd07dd19224 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
}

#s-00c53760-cd36-4e88-b4ee-1dfcf6e0109e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-00c53760-cd36-4e88-b4ee-1dfcf6e0109e {
  margin-top: 30px;
}
}
#s-81116170-9bbc-4984-8bb5-f2b264d714d3 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
text-align: center;
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 {
  max-width:  100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  max-width: 235px !important;
  
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 {
  max-width:  100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  max-width: 235px !important;
  
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 {
  max-width:  100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  max-width: 235px !important;
  
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 {
  max-width:  100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  max-width: 235px !important;
  
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 {
  max-width:  100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  max-width: 235px !important;
  
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 .shg-image-zoom,
.shg-c#s-81116170-9bbc-4984-8bb5-f2b264d714d3 img.shogun-image {
  aspect-ratio: 1/1;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8cd6b240-11e8-4e9a-99b5-3bb4c098d0c3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-8cd6b240-11e8-4e9a-99b5-3bb4c098d0c3 {
  margin-top: 0px;
}
}
#s-8cd6b240-11e8-4e9a-99b5-3bb4c098d0c3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-style:  normal ;
}

#s-8cd6b240-11e8-4e9a-99b5-3bb4c098d0c3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  
  
  font-style:  normal ;
  font-size: 22px;
}

#s-8cd6b240-11e8-4e9a-99b5-3bb4c098d0c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTU0NDM5MjQtN2E2MC00NDg4LTkwOTAtYzIzMTdmZDU4NGE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NTQ0MzkyNC03YTYwLTQ0ODgtOTA5MC1jMjMxN2ZkNTg0YTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
text-align: center;
cursor: pointer;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff6953"}, {"id"=>2, "pos"=>1, "color"=>"#ff6953"}];
color: rgba(255, 255, 255, 1);
}
#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjEzYmYwODgtNTBlOS00YmNkLWE3NzItZmFhYTc4ZDA2Mjg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMTNiZjA4OC01MGU5LTRiY2QtYTc3Mi1mYWFhNzhkMDYyODQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;}#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd:active {border-radius: 50px !important;
background-color: rgba(158, 50, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhjODRjYWItMGEzYS00YjFjLWI3YWItNGI4ZmEyZjIyZmE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGM4NGNhYi0wYTNhLTRiMWMtYjdhYi00YjhmYTJmMjJmYTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff6953"}, {"id"=>2, "pos"=>1, "color"=>"#ff6953"}];
}
}


#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7cf547f6-0333-45c8-9b83-185e1a0f7edd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eee7cd09-b94a-4543-8468-b4eb77e373d0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTE0ZjRjNmQtYzJiOC00Y2NkLWFmZGYtYTkyNjFkZDIwMDQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MTRmNGM2ZC1jMmI4LTRjY2QtYWZkZi1hOTI2MWRkMjAwNDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
text-align: center;
text-decoration: none;
color: rgba(158, 50, 35, 1);
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}];
hover-type: gradient;
}
#s-eee7cd09-b94a-4543-8468-b4eb77e373d0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2QzMGE0NDctOWJhYS00M2I1LWE5OTktMDk5MjZmNTcxY2IyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZDMwYTQ0Ny05YmFhLTQzYjUtYTk5OS0wOTkyNmY1NzFjYjIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;}#s-eee7cd09-b94a-4543-8468-b4eb77e373d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eee7cd09-b94a-4543-8468-b4eb77e373d0 {
  
}
#s-eee7cd09-b94a-4543-8468-b4eb77e373d0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzk5OTk0NTAtZmNmMy00NmZkLWE4NWEtMzUzY2EwNjU5NDkyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWUzMjIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTk5OTQ1MC1mY2YzLTQ2ZmQtYTg1YS0zNTNjYTA2NTk0OTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 25px !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#9e3223"}, {"id"=>2, "pos"=>1, "color"=>"#9e3223"}] !important;}}

  #s-eee7cd09-b94a-4543-8468-b4eb77e373d0-root {
    text-align: center;
  }


#s-eee7cd09-b94a-4543-8468-b4eb77e373d0.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eee7cd09-b94a-4543-8468-b4eb77e373d0-root {
    text-align: center;
  }


#s-eee7cd09-b94a-4543-8468-b4eb77e373d0.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eee7cd09-b94a-4543-8468-b4eb77e373d0-root {
    text-align: center;
  }


#s-eee7cd09-b94a-4543-8468-b4eb77e373d0.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eee7cd09-b94a-4543-8468-b4eb77e373d0-root {
    text-align: center;
  }


#s-eee7cd09-b94a-4543-8468-b4eb77e373d0.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eee7cd09-b94a-4543-8468-b4eb77e373d0-root {
    text-align: center;
  }


#s-eee7cd09-b94a-4543-8468-b4eb77e373d0.shg-btn {
  color: rgba(158, 50, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8c491d12-d062-4d93-9875-00165afaa113 {
  margin-top: 30px;
margin-left: 5%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-8c491d12-d062-4d93-9875-00165afaa113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c491d12-d062-4d93-9875-00165afaa113.shg-box.shg-c {
  justify-content: center;
}

#s-c34dd597-1c7b-482f-9d30-1f9cacd85f1f {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-c34dd597-1c7b-482f-9d30-1f9cacd85f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c34dd597-1c7b-482f-9d30-1f9cacd85f1f.shg-box.shg-c {
  justify-content: center;
}

#s-4d11aca1-1eb3-4801-9536-d1940a4afa43 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4d11aca1-1eb3-4801-9536-d1940a4afa43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-4cdf894c-3efb-4137-9bd7-4033eb176b09 {
  box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
max-width: 700px;
}

#s-4cdf894c-3efb-4137-9bd7-4033eb176b09 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJmMTViMmQtYTg0MS00ZmQ2LTgyNGEtOGQ3NzMyNzg0OWQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzOTM4NTk4NjMyODEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNzJmMTViMmQtYTg0MS00ZmQ2LTgyNGEtOGQ3NzMyNzg0OWQxKSIvPjwvc3ZnPg==);
}








#s-4cdf894c-3efb-4137-9bd7-4033eb176b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cdf894c-3efb-4137-9bd7-4033eb176b09.shg-box.shg-c {
  justify-content: center;
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f {
  margin-left: auto;
margin-right: auto;
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.03);
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 105, 83, 1);
  padding: 12px;
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 105, 83, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-6b634f9e-7f35-4bd5-9dc7-edbf93b5245f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f009c37b-0a58-407d-acf8-4f5d3afdc924 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-6999faf0-4ae4-4f7a-9f86-352b129dc63e {
  box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
min-height: 50px;
max-width: 700px;
}

#s-6999faf0-4ae4-4f7a-9f86-352b129dc63e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTg4YWZiMGYtMTg3Ny00ODUwLWEyYWYtMjQzYWVlZmVhMGQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzOTM4NTk4NjMyODEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZTg4YWZiMGYtMTg3Ny00ODUwLWEyYWYtMjQzYWVlZmVhMGQwKSIvPjwvc3ZnPg==);
}








#s-6999faf0-4ae4-4f7a-9f86-352b129dc63e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6999faf0-4ae4-4f7a-9f86-352b129dc63e.shg-box.shg-c {
  justify-content: center;
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be {
  margin-left: auto;
margin-right: auto;
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.03);
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 105, 83, 1);
  padding: 12px;
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 105, 83, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-a6119afd-9368-4b4a-90da-7882cfd1f9be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d2247f22-7750-4611-b7f5-934f049ac46b {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-9f01fab2-0e20-4dfe-9cae-c8e1c39e412b {
  box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
min-height: 50px;
max-width: 700px;
}

#s-9f01fab2-0e20-4dfe-9cae-c8e1c39e412b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGVkZDE1MTEtM2Y4ZS00OGJiLTk4ZGUtYmQ4NzBhYzI3M2QyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzOTM4NTk4NjMyODEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNGVkZDE1MTEtM2Y4ZS00OGJiLTk4ZGUtYmQ4NzBhYzI3M2QyKSIvPjwvc3ZnPg==);
}








#s-9f01fab2-0e20-4dfe-9cae-c8e1c39e412b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f01fab2-0e20-4dfe-9cae-c8e1c39e412b.shg-box.shg-c {
  justify-content: center;
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 {
  margin-left: auto;
margin-right: auto;
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.03);
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 105, 83, 1);
  padding: 12px;
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 105, 83, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-6ec8e0e8-a65c-4a39-99e8-941aba6e1f94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-45164e37-be9b-4b6a-b704-cba89081147a {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-99f252fa-073c-421f-807e-e86a3a1f74d2 {
  box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
min-height: 50px;
max-width: 700px;
}

#s-99f252fa-073c-421f-807e-e86a3a1f74d2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmM0NmVkYTgtYzQxNC00NTdkLTkyYmEtMzczODc0NjMwNzExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzOTM4NTk4NjMyODEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMmM0NmVkYTgtYzQxNC00NTdkLTkyYmEtMzczODc0NjMwNzExKSIvPjwvc3ZnPg==);
}








#s-99f252fa-073c-421f-807e-e86a3a1f74d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99f252fa-073c-421f-807e-e86a3a1f74d2.shg-box.shg-c {
  justify-content: center;
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 {
  margin-left: auto;
margin-right: auto;
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.03);
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 105, 83, 1);
  padding: 13px;
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 105, 83, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-7d367420-fef2-42af-9a62-d6feb56b2ab9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1abf6dfc-9908-4e68-b4b4-8f1d2033a96f {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-3bdd3cc4-01f5-4efe-81c2-74c3a2ae59c6 {
  box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
max-width: 700px;
}

#s-3bdd3cc4-01f5-4efe-81c2-74c3a2ae59c6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJmMzY1YzktNzY3Zi00ZTc1LWIwMmItMDkzYjZlMzg2NWVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzOTM4NTk4NjMyODEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNGJmMzY1YzktNzY3Zi00ZTc1LWIwMmItMDkzYjZlMzg2NWVmKSIvPjwvc3ZnPg==);
}








#s-3bdd3cc4-01f5-4efe-81c2-74c3a2ae59c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bdd3cc4-01f5-4efe-81c2-74c3a2ae59c6.shg-box.shg-c {
  justify-content: center;
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 {
  margin-left: auto;
margin-right: auto;
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.03);
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 105, 83, 1);
  padding: 12px;
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 105, 83, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-dfd6edc0-064f-4908-8b4d-a6725a633e85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d8e72e99-122c-42cc-b78f-02621173638c {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1aee499a-6517-4c1d-819c-59f14b3d9c3e {
  box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 1);
background-repeat: no-repeat;
margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
min-height: 50px;
max-width: 700px;
}

#s-1aee499a-6517-4c1d-819c-59f14b3d9c3e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDM1NTYyNzgtMGNlZi00YTUwLWJkZGQtNjQ5ZDMyZDAzNThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2OTUzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzOTM4NTk4NjMyODEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNjk1MztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNDM1NTYyNzgtMGNlZi00YTUwLWJkZGQtNjQ5ZDMyZDAzNThkKSIvPjwvc3ZnPg==);
}








#s-1aee499a-6517-4c1d-819c-59f14b3d9c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1aee499a-6517-4c1d-819c-59f14b3d9c3e.shg-box.shg-c {
  justify-content: center;
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 {
  margin-left: auto;
margin-right: auto;
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.03);
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 105, 83, 1);
  padding: 12px;
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 105, 83, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.03);
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-d9c77862-54f9-4b42-b8dd-6d0dc9194b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-081f63fa-de9c-4d40-bc32-0cdf2874dad5 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}