<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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 &gt; .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 {
  display: none;
}
#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4, #wrap-s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 {
  display: none;
}
#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4, #wrap-s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 {
  display: none;
}
#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4, #wrap-s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 { display: none !important; }}@media (max-width: 767px){#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 {
  display: none;
}
#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4, #wrap-s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 { display: none !important; }}







#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b72040f-a2a2-4d5e-93a8-bfada1ef59f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f {
  display: none;
}
#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f, #wrap-s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f { display: none !important; }}@media (max-width: 767px){#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f {
  display: none;
}
#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f, #wrap-s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f { display: none !important; }}







#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3b1d2b8-46ad-46a2-af7d-441ea6fd379f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: right 46%;
}
@media (min-width: 1200px){#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  display: none;
}
#s-ad017a93-d08f-4970-8bd3-453b2311160f, #wrap-s-ad017a93-d08f-4970-8bd3-453b2311160f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  display: none;
}
#s-ad017a93-d08f-4970-8bd3-453b2311160f, #wrap-s-ad017a93-d08f-4970-8bd3-453b2311160f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  display: none;
}
#s-ad017a93-d08f-4970-8bd3-453b2311160f, #wrap-s-ad017a93-d08f-4970-8bd3-453b2311160f { display: none !important; }}@media (max-width: 767px){#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  display: none;
}
#s-ad017a93-d08f-4970-8bd3-453b2311160f, #wrap-s-ad017a93-d08f-4970-8bd3-453b2311160f { display: none !important; }}
#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  background-image: url(https://i.shgcdn.com/fab33ee5-4631-4f6c-9a21-385655ddd9aa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ad017a93-d08f-4970-8bd3-453b2311160f &gt; .shg-box-overlay {
  background-color: rgba(1, 1, 1, 1);
  opacity: 0;
  display: block;
}#s-ad017a93-d08f-4970-8bd3-453b2311160f {
  cursor: pointer;
}#s-ad017a93-d08f-4970-8bd3-453b2311160f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row &gt; * {
  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 &gt; div:empty {
  display: block;
}

#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 {
  margin-top: 10%;
margin-left: 9%;
margin-bottom: 10%;
margin-right: 9%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 {
  display: none;
}
#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0, #wrap-s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 {
  display: none;
}
#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0, #wrap-s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 { display: none !important; }}@media (max-width: 767px){#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 {
  display: none;
}
#s-6b032e12-dd97-4f7e-9fee-055a05c52dd0, #wrap-s-6b032e12-dd97-4f7e-9fee-055a05c52dd0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b032e12-dd97-4f7e-9fee-055a05c52dd0"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b032e12-dd97-4f7e-9fee-055a05c52dd0"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b032e12-dd97-4f7e-9fee-055a05c52dd0"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b032e12-dd97-4f7e-9fee-055a05c52dd0"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-0ba659b4-9ffd-437e-b2f1-74d31c64554a {
  margin-left: 8%;
margin-right: 8%;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-bd01a769-55a2-4fd8-b986-018de693eaa8 {
  margin-left: 8%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 250, 250, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bd01a769-55a2-4fd8-b986-018de693eaa8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd01a769-55a2-4fd8-b986-018de693eaa8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd01a769-55a2-4fd8-b986-018de693eaa8-root {
    text-align: left;
  }


#s-bd01a769-55a2-4fd8-b986-018de693eaa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd01a769-55a2-4fd8-b986-018de693eaa8-root {
    text-align: left;
  }


#s-bd01a769-55a2-4fd8-b986-018de693eaa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd01a769-55a2-4fd8-b986-018de693eaa8-root {
    text-align: left;
  }


#s-bd01a769-55a2-4fd8-b986-018de693eaa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd01a769-55a2-4fd8-b986-018de693eaa8-root {
    text-align: left;
  }


#s-bd01a769-55a2-4fd8-b986-018de693eaa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd01a769-55a2-4fd8-b986-018de693eaa8-root {
    text-align: left;
  }


#s-bd01a769-55a2-4fd8-b986-018de693eaa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 {
  display: none;
}
#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7, #wrap-s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 {
  display: none;
}
#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7, #wrap-s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 { display: none !important; }}@media (max-width: 767px){#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 {
  display: none;
}
#s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7, #wrap-s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0aacd1e8-c7cd-4c5d-8970-234f7eb159b7"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f6a79605-675e-45d2-932b-01f17c639f34 {
  margin-left: 14%;
margin-right: 4%;
}

#s-d47e32d3-d792-457e-ba07-694ada6919c3 {
  margin-left: 14%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 250, 250, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d47e32d3-d792-457e-ba07-694ada6919c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d47e32d3-d792-457e-ba07-694ada6919c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d47e32d3-d792-457e-ba07-694ada6919c3-root {
    text-align: left;
  }


#s-d47e32d3-d792-457e-ba07-694ada6919c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d47e32d3-d792-457e-ba07-694ada6919c3-root {
    text-align: left;
  }


#s-d47e32d3-d792-457e-ba07-694ada6919c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d47e32d3-d792-457e-ba07-694ada6919c3-root {
    text-align: left;
  }


#s-d47e32d3-d792-457e-ba07-694ada6919c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d47e32d3-d792-457e-ba07-694ada6919c3-root {
    text-align: left;
  }


#s-d47e32d3-d792-457e-ba07-694ada6919c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d47e32d3-d792-457e-ba07-694ada6919c3-root {
    text-align: left;
  }


#s-d47e32d3-d792-457e-ba07-694ada6919c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 {
  display: none;
}
#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65, #wrap-s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 { display: none !important; }}@media (max-width: 767px){#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 {
  display: none;
}
#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65, #wrap-s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 { display: none !important; }}
#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 {
  background-image: url(https://i.shgcdn.com/bbce22b6-8bd7-4b55-a21f-9bdf0c578fa6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 &gt; .shg-box-overlay {
  background-color: rgba(1, 1, 1, 1);
  opacity: 0;
  display: block;
}#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65 {
  cursor: pointer;
}#s-007abf55-fcb4-4b37-b74d-6f1dd3b6db65.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3fa6f407-4c38-4ebf-8c50-f2d8ce147e78 {
  margin-left: 10%;
margin-right: 0%;
}

#s-a641b750-868b-46eb-b0ed-3cc402375a3d {
  border-style: solid;
margin-top: 0%;
margin-left: 10%;
margin-bottom: 4%;
padding-top: 5px;
padding-left: 60px;
padding-bottom: 5px;
padding-right: 60px;
border-color: rgba(34, 25, 77, 0);
border-radius: 25px;
background-color: rgba(77, 107, 130, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 250, 250, 1);
letter-spacing: 2px;
}
#s-a641b750-868b-46eb-b0ed-3cc402375a3d:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(77, 107, 130, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a641b750-868b-46eb-b0ed-3cc402375a3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a641b750-868b-46eb-b0ed-3cc402375a3d-root {
    text-align: left;
  }


#s-a641b750-868b-46eb-b0ed-3cc402375a3d.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a641b750-868b-46eb-b0ed-3cc402375a3d-root {
    text-align: left;
  }


#s-a641b750-868b-46eb-b0ed-3cc402375a3d.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a641b750-868b-46eb-b0ed-3cc402375a3d-root {
    text-align: left;
  }


#s-a641b750-868b-46eb-b0ed-3cc402375a3d.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a641b750-868b-46eb-b0ed-3cc402375a3d-root {
    text-align: left;
  }


#s-a641b750-868b-46eb-b0ed-3cc402375a3d.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a641b750-868b-46eb-b0ed-3cc402375a3d-root {
    text-align: left;
  }


#s-a641b750-868b-46eb-b0ed-3cc402375a3d.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}
#s-e0ee97a6-a9e9-4558-b51e-83b996b40c1e {
  margin-left: 8%;
margin-right: 8%;
}

#s-7f648d53-748e-48e3-9a83-6f8bc683e068 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(238, 234, 231, 1);
}








#s-7f648d53-748e-48e3-9a83-6f8bc683e068 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f648d53-748e-48e3-9a83-6f8bc683e068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49554ec0-2823-42be-83a0-527eb9cd400d {
  margin-left: auto;
margin-right: auto;
}

#s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 4%;
margin-right: 9%;
padding-top: 19px;
padding-bottom: 19px;
background-color: rgba(217, 209, 201, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc {
  display: none;
}
#s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc, #wrap-s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc { display: none !important; }}@media (max-width: 767px){#s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc {
  display: none;
}
#s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc, #wrap-s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc { display: none !important; }}
@media (min-width: 0px) {
[id="s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 41.0px);
}

}

@media (min-width: 768px) {
[id="s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 68.33333333333333px);
}

}

@media (min-width: 992px) {
[id="s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 68.33333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-99bbdc4c-0ce8-4da3-897e-43c14be1dddc"] &gt; .shg-row &gt; .shg-c-lg-2 {
  width: calc(16.666666666666668% - 68.33333333333333px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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&gt;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&gt;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-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  max-width: 1200px;
aspect-ratio: 1200/311;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  
  
  
  
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
      position: relative;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  
  
  
  
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
      position: relative;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  
  
  
  
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
      position: relative;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  
  
  
  
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
      position: relative;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  
  
  
  
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container {
      position: relative;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ffe2d71-0e2a-4a48-8fa6-755948b686e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-17fde42b-180f-4d48-9d69-69c491f0214b {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-17fde42b-180f-4d48-9d69-69c491f0214b {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b {
  margin: 0 !important;
}





  img.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
    
    
    
    
  }


.s-17fde42b-180f-4d48-9d69-69c491f0214b .shogun-image-content {
  
    align-items: center;
  
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-17fde42b-180f-4d48-9d69-69c491f0214b {
  
  
  
  
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b {
  margin: 0 !important;
}





  img.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
    
    
    
    
  }


.s-17fde42b-180f-4d48-9d69-69c491f0214b .shogun-image-content {
  
    align-items: center;
  
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-17fde42b-180f-4d48-9d69-69c491f0214b {
  
  
  
  
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b {
  margin: 0 !important;
}





  img.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
    
    
    
    
  }


.s-17fde42b-180f-4d48-9d69-69c491f0214b .shogun-image-content {
  
    align-items: center;
  
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-17fde42b-180f-4d48-9d69-69c491f0214b {
  
  
  
  
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b {
  margin: 0 !important;
}





  img.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
    
    
    
    
  }


.s-17fde42b-180f-4d48-9d69-69c491f0214b .shogun-image-content {
  
    align-items: center;
  
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-17fde42b-180f-4d48-9d69-69c491f0214b {
  
  
  
  
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b {
  margin: 0 !important;
}





  img.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
    
    
    
    
  }


.s-17fde42b-180f-4d48-9d69-69c491f0214b .shogun-image-content {
  
    align-items: center;
  
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17fde42b-180f-4d48-9d69-69c491f0214b.shogun-image {
  box-sizing: border-box;
}




}
#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  
  
  
  
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  margin: 0 !important;
}





  img.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
    
    
    
    
  }


.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  
  
  
  
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  margin: 0 !important;
}





  img.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
    
    
    
    
  }


.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  
  
  
  
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  margin: 0 !important;
}





  img.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
    
    
    
    
  }


.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  
  
  
  
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  margin: 0 !important;
}





  img.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
    
    
    
    
  }


.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  
  
  
  
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 {
  margin: 0 !important;
}





  img.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
    
    
    
    
  }


.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f1da5-365c-4715-bcf9-db479e6aaf50.shogun-image {
  box-sizing: border-box;
}




}
#s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  
  
  
  
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  margin: 0 !important;
}





  img.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
    
    
    
    
  }


.s-89063607-7df4-44d7-baa2-1ca790ded8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  
  
  
  
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  margin: 0 !important;
}





  img.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
    
    
    
    
  }


.s-89063607-7df4-44d7-baa2-1ca790ded8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  
  
  
  
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  margin: 0 !important;
}





  img.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
    
    
    
    
  }


.s-89063607-7df4-44d7-baa2-1ca790ded8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  
  
  
  
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  margin: 0 !important;
}





  img.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
    
    
    
    
  }


.s-89063607-7df4-44d7-baa2-1ca790ded8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  
  
  
  
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3 {
  margin: 0 !important;
}





  img.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
    
    
    
    
  }


.s-89063607-7df4-44d7-baa2-1ca790ded8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89063607-7df4-44d7-baa2-1ca790ded8f3.shogun-image {
  box-sizing: border-box;
}




}
#s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  
  
  
  
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  margin: 0 !important;
}





  img.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
    
    
    
    
  }


.s-b7b95e94-9099-4845-9938-8d3c53c18a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  
  
  
  
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  margin: 0 !important;
}





  img.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
    
    
    
    
  }


.s-b7b95e94-9099-4845-9938-8d3c53c18a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  
  
  
  
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  margin: 0 !important;
}





  img.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
    
    
    
    
  }


.s-b7b95e94-9099-4845-9938-8d3c53c18a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  
  
  
  
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  margin: 0 !important;
}





  img.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
    
    
    
    
  }


.s-b7b95e94-9099-4845-9938-8d3c53c18a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  
  
  
  
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47 {
  margin: 0 !important;
}





  img.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
    
    
    
    
  }


.s-b7b95e94-9099-4845-9938-8d3c53c18a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b95e94-9099-4845-9938-8d3c53c18a47.shogun-image {
  box-sizing: border-box;
}




}
#s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin-left: 10%;
margin-right: 10%;
max-width: 1890px;
aspect-ratio: 1890/743;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17434cfe-4344-4f50-99f5-fc3053615b70 {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
      position: relative;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  
  
  
  
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17434cfe-4344-4f50-99f5-fc3053615b70 {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
      position: relative;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

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

.shg-image-margin-container-s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  
  
  
  
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17434cfe-4344-4f50-99f5-fc3053615b70 {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
      position: relative;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

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

.shg-image-margin-container-s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  
  
  
  
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17434cfe-4344-4f50-99f5-fc3053615b70 {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
      position: relative;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

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

.shg-image-margin-container-s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  
  
  
  
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17434cfe-4344-4f50-99f5-fc3053615b70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-17434cfe-4344-4f50-99f5-fc3053615b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17434cfe-4344-4f50-99f5-fc3053615b70 {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container {
      position: relative;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17434cfe-4344-4f50-99f5-fc3053615b70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

}
#s-a2bb4bea-78b8-48a9-9d83-c0115fed62df {
  min-height: 50px;
}








#s-a2bb4bea-78b8-48a9-9d83-c0115fed62df &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2bb4bea-78b8-48a9-9d83-c0115fed62df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc4e6782-2744-47c8-903b-9422a274ec7c {
  margin-left: auto;
margin-right: auto;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button &gt; svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 {
  display: none;
}
#s-e4e9e402-b9da-489f-9b3b-1e64d8942205, #wrap-s-e4e9e402-b9da-489f-9b3b-1e64d8942205 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 {
  display: none;
}
#s-e4e9e402-b9da-489f-9b3b-1e64d8942205, #wrap-s-e4e9e402-b9da-489f-9b3b-1e64d8942205 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 {
  
}
}@media (max-width: 767px){#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 {
  
}
}
#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 .shg-sld-nav-button.shg-sld-left,
#s-e4e9e402-b9da-489f-9b3b-1e64d8942205 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a181a78a-1574-412b-9c9d-bdaab94ecec3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-a181a78a-1574-412b-9c9d-bdaab94ecec3 {
  background-image: url(https://i.shgcdn.com/9dbf6b62-7ecf-4e14-ad58-da44be65490a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a181a78a-1574-412b-9c9d-bdaab94ecec3 &gt; .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-a181a78a-1574-412b-9c9d-bdaab94ecec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0c3a2be-5b74-4cc8-8ff4-180fc2f1baff {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
padding-top: 1px;
padding-left: 23%;
padding-bottom: 1px;
padding-right: 23%;
min-height: 138px;
background-position: center center;
}

#s-e0c3a2be-5b74-4cc8-8ff4-180fc2f1baff {
  background-image: url(https://i.shgcdn.com/76bac9f5-3925-460c-b74f-81027de541c4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e0c3a2be-5b74-4cc8-8ff4-180fc2f1baff &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0c3a2be-5b74-4cc8-8ff4-180fc2f1baff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ff619a5-92d9-4dfb-903c-f98e9b4fa133 {
  margin-left: 7%;
margin-right: 7%;
}

#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb {
  border-style: solid;
margin-top: -4px;
padding-top: 12px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(62, 72, 39, 1);
border-radius: 40px;
background-color: rgba(62, 72, 39, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 197, 184, 1);
letter-spacing: 2px;
}
#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb:hover {border-style: solid !important;
border-color: rgba(62, 72, 39, 1) !important;
border-radius: 22px !important;
background-color: rgba(62, 72, 39, 1) !important;
text-decoration: none !important;
color: rgba(244, 197, 184, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb-root {
    text-align: center;
  }


#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb.shg-btn {
  color: rgba(244, 197, 184, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb-root {
    text-align: center;
  }


#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb.shg-btn {
  color: rgba(244, 197, 184, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb-root {
    text-align: center;
  }


#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb.shg-btn {
  color: rgba(244, 197, 184, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb-root {
    text-align: center;
  }


#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb.shg-btn {
  color: rgba(244, 197, 184, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb-root {
    text-align: center;
  }


#s-dfb8655d-52ad-4a04-b043-a356f9ebc7bb.shg-btn {
  color: rgba(244, 197, 184, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}
#s-843c3da5-6cc6-4c89-9b3b-50346985b746 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-843c3da5-6cc6-4c89-9b3b-50346985b746 {
  display: none;
}
#s-843c3da5-6cc6-4c89-9b3b-50346985b746, #wrap-s-843c3da5-6cc6-4c89-9b3b-50346985b746 { display: none !important; }}@media (max-width: 767px){#s-843c3da5-6cc6-4c89-9b3b-50346985b746 {
  display: none;
}
#s-843c3da5-6cc6-4c89-9b3b-50346985b746, #wrap-s-843c3da5-6cc6-4c89-9b3b-50346985b746 { display: none !important; }}







#s-843c3da5-6cc6-4c89-9b3b-50346985b746 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-843c3da5-6cc6-4c89-9b3b-50346985b746.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90dc2014-b558-4403-8f9e-32bf3dab8b57 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-90dc2014-b558-4403-8f9e-32bf3dab8b57 {
  background-image: url(https://i.shgcdn.com/b4f31857-4000-4c28-9d75-be1c1772f03d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-90dc2014-b558-4403-8f9e-32bf3dab8b57 &gt; .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-90dc2014-b558-4403-8f9e-32bf3dab8b57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-989d0e29-4772-4b32-af28-d49de1a47bda {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-989d0e29-4772-4b32-af28-d49de1a47bda .shogun-heading-component h1 {
  color: rgba(236, 234, 227, 1);
  font-weight:  normal ;
  font-family: "Europa";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-8923ea00-23af-4d68-a16f-d1b248110d6a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(236, 234, 227, 1);
border-radius: 3px;
background-color: rgba(17, 38, 106, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(236, 234, 227, 1);
letter-spacing: 1px;
}
#s-8923ea00-23af-4d68-a16f-d1b248110d6a:hover {background-color: rgba(255, 255, 246, 1) !important;
text-decoration: none !important;
color: rgba(46, 41, 47, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8923ea00-23af-4d68-a16f-d1b248110d6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8923ea00-23af-4d68-a16f-d1b248110d6a-root {
    text-align: center;
  }


#s-8923ea00-23af-4d68-a16f-d1b248110d6a.shg-btn {
  color: rgba(236, 234, 227, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8923ea00-23af-4d68-a16f-d1b248110d6a-root {
    text-align: center;
  }


#s-8923ea00-23af-4d68-a16f-d1b248110d6a.shg-btn {
  color: rgba(236, 234, 227, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8923ea00-23af-4d68-a16f-d1b248110d6a-root {
    text-align: center;
  }


#s-8923ea00-23af-4d68-a16f-d1b248110d6a.shg-btn {
  color: rgba(236, 234, 227, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8923ea00-23af-4d68-a16f-d1b248110d6a-root {
    text-align: center;
  }


#s-8923ea00-23af-4d68-a16f-d1b248110d6a.shg-btn {
  color: rgba(236, 234, 227, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8923ea00-23af-4d68-a16f-d1b248110d6a-root {
    text-align: center;
  }


#s-8923ea00-23af-4d68-a16f-d1b248110d6a.shg-btn {
  color: rgba(236, 234, 227, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}
#s-ea20597a-fe34-44e9-ba9a-88b5f6003981 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 6%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea20597a-fe34-44e9-ba9a-88b5f6003981 {
  display: none;
}
#s-ea20597a-fe34-44e9-ba9a-88b5f6003981, #wrap-s-ea20597a-fe34-44e9-ba9a-88b5f6003981 { display: none !important; }}@media (max-width: 767px){#s-ea20597a-fe34-44e9-ba9a-88b5f6003981 {
  display: none;
}
#s-ea20597a-fe34-44e9-ba9a-88b5f6003981, #wrap-s-ea20597a-fe34-44e9-ba9a-88b5f6003981 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ea20597a-fe34-44e9-ba9a-88b5f6003981"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ea20597a-fe34-44e9-ba9a-88b5f6003981"] &gt; .shg-row &gt; .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-ea20597a-fe34-44e9-ba9a-88b5f6003981"] &gt; .shg-row &gt; .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea20597a-fe34-44e9-ba9a-88b5f6003981"] &gt; .shg-row &gt; .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-961192f3-600e-40d2-96bb-a7b11d069fbe {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
min-height: 400px;
background-position: center center;
}








#s-961192f3-600e-40d2-96bb-a7b11d069fbe &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-961192f3-600e-40d2-96bb-a7b11d069fbe {
  cursor: pointer;
}#s-961192f3-600e-40d2-96bb-a7b11d069fbe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2aca1bd0-7147-4733-95d9-fccff9a8073f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
min-height: 400px;
background-position: center center;
}








#s-2aca1bd0-7147-4733-95d9-fccff9a8073f &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-2aca1bd0-7147-4733-95d9-fccff9a8073f {
  cursor: pointer;
}#s-2aca1bd0-7147-4733-95d9-fccff9a8073f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6a79aa95-5556-4a43-8920-01e295330b5d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
min-height: 400px;
background-position: center center;
}








#s-6a79aa95-5556-4a43-8920-01e295330b5d &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-6a79aa95-5556-4a43-8920-01e295330b5d {
  cursor: pointer;
}#s-6a79aa95-5556-4a43-8920-01e295330b5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b55643bc-e12c-4085-abbf-efa205327aff {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
min-height: 400px;
background-position: center center;
}








#s-b55643bc-e12c-4085-abbf-efa205327aff &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-b55643bc-e12c-4085-abbf-efa205327aff {
  cursor: pointer;
}#s-b55643bc-e12c-4085-abbf-efa205327aff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eec09ae4-cb6d-47d9-95d9-f37135af8aad {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
min-height: 400px;
background-position: center center;
}








#s-eec09ae4-cb6d-47d9-95d9-f37135af8aad &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-eec09ae4-cb6d-47d9-95d9-f37135af8aad {
  cursor: pointer;
}#s-eec09ae4-cb6d-47d9-95d9-f37135af8aad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3 {
  display: none;
}
#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3, #wrap-s-c9d7ea76-f455-41f4-b57d-7f830b6690e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3 {
  display: none;
}
#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3, #wrap-s-c9d7ea76-f455-41f4-b57d-7f830b6690e3 { display: none !important; }}







#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9d7ea76-f455-41f4-b57d-7f830b6690e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
background-position: center center;
}

#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7158116d-7b5d-47e9-88fd-012581408c68 {
  background-image: url(https://i.shgcdn.com/13f2bd44-b427-4aee-a51c-6335edb34734/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7158116d-7b5d-47e9-88fd-012581408c68.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7158116d-7b5d-47e9-88fd-012581408c68 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7158116d-7b5d-47e9-88fd-012581408c68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1275399b-8f78-4f9c-a946-922c93f7e94f {
  margin-top: 3%;
margin-left: 3%;
margin-right: 3%;
}

#s-c0761e1c-72e2-47df-af16-db82d376dc17 {
  border-style: solid;
margin-top: 4%;
margin-bottom: 4%;
padding-top: 5px;
padding-left: 85px;
padding-bottom: 5px;
padding-right: 85px;
border-color: rgba(34, 25, 77, 0);
border-radius: 25px;
background-color: rgba(77, 107, 130, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 250, 250, 1);
letter-spacing: 2px;
}
#s-c0761e1c-72e2-47df-af16-db82d376dc17:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(77, 107, 130, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0761e1c-72e2-47df-af16-db82d376dc17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0761e1c-72e2-47df-af16-db82d376dc17-root {
    text-align: center;
  }


#s-c0761e1c-72e2-47df-af16-db82d376dc17.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0761e1c-72e2-47df-af16-db82d376dc17-root {
    text-align: center;
  }


#s-c0761e1c-72e2-47df-af16-db82d376dc17.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0761e1c-72e2-47df-af16-db82d376dc17-root {
    text-align: center;
  }


#s-c0761e1c-72e2-47df-af16-db82d376dc17.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0761e1c-72e2-47df-af16-db82d376dc17-root {
    text-align: center;
  }


#s-c0761e1c-72e2-47df-af16-db82d376dc17.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0761e1c-72e2-47df-af16-db82d376dc17-root {
    text-align: center;
  }


#s-c0761e1c-72e2-47df-af16-db82d376dc17.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 14px;
  
  
  font-family: Europa;
  display:  inline-block ;
}
}
#s-30e98591-9cd5-449e-9829-db6ab06bf9ea {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-30e98591-9cd5-449e-9829-db6ab06bf9ea &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30e98591-9cd5-449e-9829-db6ab06bf9ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31ea43ca-e3ff-4845-9553-030d456567da {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

#s-91641221-969b-4d3f-8459-7bf747aacbf6 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-91641221-969b-4d3f-8459-7bf747aacbf6 .shg-sld-dot {
  background-color: rgba(84, 66, 66, 1);
}

#s-91641221-969b-4d3f-8459-7bf747aacbf6 .shg-sld-nav-button.shg-sld-left,
#s-91641221-969b-4d3f-8459-7bf747aacbf6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(84, 66, 66, 1);
}

#s-2bde56cc-4fe8-45ae-9c5d-a80242869083 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
}

#s-569938ec-27ba-442f-95bb-dd993d02b54d {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(137, 94, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-569938ec-27ba-442f-95bb-dd993d02b54d:hover {background-color: rgba(90, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-569938ec-27ba-442f-95bb-dd993d02b54d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-569938ec-27ba-442f-95bb-dd993d02b54d-root {
    text-align: left;
  }


#s-569938ec-27ba-442f-95bb-dd993d02b54d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-569938ec-27ba-442f-95bb-dd993d02b54d-root {
    text-align: left;
  }


#s-569938ec-27ba-442f-95bb-dd993d02b54d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-569938ec-27ba-442f-95bb-dd993d02b54d-root {
    text-align: left;
  }


#s-569938ec-27ba-442f-95bb-dd993d02b54d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-569938ec-27ba-442f-95bb-dd993d02b54d-root {
    text-align: left;
  }


#s-569938ec-27ba-442f-95bb-dd993d02b54d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-569938ec-27ba-442f-95bb-dd993d02b54d-root {
    text-align: left;
  }


#s-569938ec-27ba-442f-95bb-dd993d02b54d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.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: 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 &gt; .shogun-image {
    width: 100%;
  }
}

#s-4c970db9-1da9-4651-aa4d-966ba727e2eb {
  margin-top: -6%;
margin-left: 6%;
margin-right: 6%;
text-align: left;
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb {
  max-width:  100%;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb {
  max-width:  100%;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb {
  max-width:  100%;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb {
  max-width:  100%;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb {
  max-width:  100%;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb .shg-image-zoom,
.shg-c#s-4c970db9-1da9-4651-aa4d-966ba727e2eb img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2cb0c98e-54d8-4f64-8c8d-6e2f2263cc72 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-2cb0c98e-54d8-4f64-8c8d-6e2f2263cc72"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2cb0c98e-54d8-4f64-8c8d-6e2f2263cc72"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cb0c98e-54d8-4f64-8c8d-6e2f2263cc72"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cb0c98e-54d8-4f64-8c8d-6e2f2263cc72"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-9cd9f675-c5e3-4f2d-844b-d0906fc1fdf4 {
  margin-left: 6%;
margin-right: -20%;
padding-bottom: 10px;
text-align: center;
}

#s-9cd9f675-c5e3-4f2d-844b-d0906fc1fdf4 .shg-product-title-component h1 {
  color: rgba(77, 107, 130, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-53e5808f-ea20-4728-b6fe-e324df847497 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}

#s-53e5808f-ea20-4728-b6fe-e324df847497 .shg-product-sold-out {
  display: none;
  color: rgba(157, 141, 141, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
}

#s-53e5808f-ea20-4728-b6fe-e324df847497 .shg-product-price {
  color: rgba(157, 141, 141, 1);
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
  font-size: 16px;
}

#s-53e5808f-ea20-4728-b6fe-e324df847497 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a18471ef-3907-4024-baac-9dcbd3f1b346 {
  margin-top: -3%;
margin-left: 6%;
margin-right: 6%;
}

#s-88b66ea0-4414-4278-978b-af1ee8734796 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
}

#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(137, 94, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a:hover {background-color: rgba(90, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a-root {
    text-align: left;
  }


#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a-root {
    text-align: left;
  }


#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a-root {
    text-align: left;
  }


#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a-root {
    text-align: left;
  }


#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a-root {
    text-align: left;
  }


#s-2754ef14-5a3a-479d-ab07-2fbe30a5c17a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-830c1ccf-ed65-456b-85b4-02d182ac8011 {
  margin-top: -6%;
margin-left: 6%;
margin-right: 6%;
text-align: left;
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 {
  max-width:  100%;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 {
  max-width:  100%;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 {
  max-width:  100%;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 {
  max-width:  100%;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 {
  max-width:  100%;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 .shg-image-zoom,
.shg-c#s-830c1ccf-ed65-456b-85b4-02d182ac8011 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d933d8ca-23ac-4ede-8140-0ff93511ed4f {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-d933d8ca-23ac-4ede-8140-0ff93511ed4f"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d933d8ca-23ac-4ede-8140-0ff93511ed4f"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d933d8ca-23ac-4ede-8140-0ff93511ed4f"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d933d8ca-23ac-4ede-8140-0ff93511ed4f"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39c746d6-8461-41a8-8bb2-340ba57e42d8 {
  margin-left: 6%;
margin-right: -20%;
padding-bottom: 10px;
text-align: center;
}

#s-39c746d6-8461-41a8-8bb2-340ba57e42d8 .shg-product-title-component h1 {
  color: rgba(77, 107, 130, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-5c8f317b-4fd6-4fb4-adf1-be649f4a2563 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}

#s-5c8f317b-4fd6-4fb4-adf1-be649f4a2563 .shg-product-sold-out {
  display: none;
  color: rgba(157, 141, 141, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
}

#s-5c8f317b-4fd6-4fb4-adf1-be649f4a2563 .shg-product-price {
  color: rgba(157, 141, 141, 1);
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
  font-size: 16px;
}

#s-5c8f317b-4fd6-4fb4-adf1-be649f4a2563 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f9ebb90-b43a-4651-9449-b04162e061da {
  margin-top: -3%;
margin-left: 6%;
margin-right: 6%;
}

#s-6485e4b5-6346-4f3f-8184-141b77844f83 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
}

#s-4c11bfc3-567d-4489-8cf2-12c629a18716 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(137, 94, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-4c11bfc3-567d-4489-8cf2-12c629a18716:hover {background-color: rgba(90, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c11bfc3-567d-4489-8cf2-12c629a18716:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c11bfc3-567d-4489-8cf2-12c629a18716-root {
    text-align: left;
  }


#s-4c11bfc3-567d-4489-8cf2-12c629a18716.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c11bfc3-567d-4489-8cf2-12c629a18716-root {
    text-align: left;
  }


#s-4c11bfc3-567d-4489-8cf2-12c629a18716.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c11bfc3-567d-4489-8cf2-12c629a18716-root {
    text-align: left;
  }


#s-4c11bfc3-567d-4489-8cf2-12c629a18716.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c11bfc3-567d-4489-8cf2-12c629a18716-root {
    text-align: left;
  }


#s-4c11bfc3-567d-4489-8cf2-12c629a18716.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c11bfc3-567d-4489-8cf2-12c629a18716-root {
    text-align: left;
  }


#s-4c11bfc3-567d-4489-8cf2-12c629a18716.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b {
  margin-top: -4%;
margin-left: 6%;
margin-right: 6%;
text-align: left;
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b {
  max-width:  100%;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b {
  max-width:  100%;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b {
  max-width:  100%;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b {
  max-width:  100%;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b {
  max-width:  100%;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b .shg-image-zoom,
.shg-c#s-184b0458-68dd-48d5-98aa-e7bf9a3aa00b img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b2885416-edec-405a-9a0c-245c41dfea87 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-b2885416-edec-405a-9a0c-245c41dfea87"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2885416-edec-405a-9a0c-245c41dfea87"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2885416-edec-405a-9a0c-245c41dfea87"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2885416-edec-405a-9a0c-245c41dfea87"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8db69de2-34f7-4184-86fa-eade3f8de8e5 {
  margin-left: 6%;
margin-right: -20%;
padding-bottom: 10px;
text-align: center;
}

#s-8db69de2-34f7-4184-86fa-eade3f8de8e5 .shg-product-title-component h1 {
  color: rgba(77, 107, 130, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}

#s-0a18dcaf-f0c3-438b-ae11-7ed9a7648b39 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}

#s-0a18dcaf-f0c3-438b-ae11-7ed9a7648b39 .shg-product-sold-out {
  display: none;
  color: rgba(157, 141, 141, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
}

#s-0a18dcaf-f0c3-438b-ae11-7ed9a7648b39 .shg-product-price {
  color: rgba(157, 141, 141, 1);
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
  font-size: 16px;
}

#s-0a18dcaf-f0c3-438b-ae11-7ed9a7648b39 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0c2a553-6f68-417f-a543-20053d3bf000 {
  margin-top: -3%;
margin-left: 6%;
margin-right: 6%;
}

#s-64d452f7-7dc4-4018-b0f1-8f87e47c9754 {
  margin-top: 3%;
margin-left: auto;
margin-right: auto;
}

#s-2d4dea9a-496c-4bfe-9cef-13258260b05a {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(137, 94, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-2d4dea9a-496c-4bfe-9cef-13258260b05a:hover {background-color: rgba(90, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d4dea9a-496c-4bfe-9cef-13258260b05a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d4dea9a-496c-4bfe-9cef-13258260b05a-root {
    text-align: left;
  }


#s-2d4dea9a-496c-4bfe-9cef-13258260b05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d4dea9a-496c-4bfe-9cef-13258260b05a-root {
    text-align: left;
  }


#s-2d4dea9a-496c-4bfe-9cef-13258260b05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d4dea9a-496c-4bfe-9cef-13258260b05a-root {
    text-align: left;
  }


#s-2d4dea9a-496c-4bfe-9cef-13258260b05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d4dea9a-496c-4bfe-9cef-13258260b05a-root {
    text-align: left;
  }


#s-2d4dea9a-496c-4bfe-9cef-13258260b05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d4dea9a-496c-4bfe-9cef-13258260b05a-root {
    text-align: left;
  }


#s-2d4dea9a-496c-4bfe-9cef-13258260b05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 {
  margin-top: -6%;
margin-left: 6%;
margin-right: 6%;
text-align: left;
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 {
  max-width:  100%;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 {
  max-width:  100%;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 {
  max-width:  100%;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 {
  max-width:  100%;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 {
  max-width:  100%;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  max-width: 2025px !important;
  
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 .shg-image-zoom,
.shg-c#s-a1f2e94d-f32a-4e6e-98e0-1b20a12e4432 img.shogun-image {
  aspect-ratio: 2025/2531;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a1ec8c33-075b-42c4-89cd-a5cd69a4357e {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-a1ec8c33-075b-42c4-89cd-a5cd69a4357e"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1ec8c33-075b-42c4-89cd-a5cd69a4357e"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1ec8c33-075b-42c4-89cd-a5cd69a4357e"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1ec8c33-075b-42c4-89cd-a5cd69a4357e"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48441390-8142-421f-83f9-fa5a85f43015 {
  margin-left: 6%;
margin-right: -20%;
padding-bottom: 10px;
text-align: center;
}

#s-48441390-8142-421f-83f9-fa5a85f43015 .shg-product-title-component h1 {
  color: rgba(77, 107, 130, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-f6ff4324-1713-4fa9-9adc-c6127b103402 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}

#s-f6ff4324-1713-4fa9-9adc-c6127b103402 .shg-product-sold-out {
  display: none;
  color: rgba(157, 141, 141, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
}

#s-f6ff4324-1713-4fa9-9adc-c6127b103402 .shg-product-price {
  color: rgba(157, 141, 141, 1);
  font-weight:   ;
  font-family: Europa;
  font-style:  normal ;
  font-size: 16px;
}

#s-f6ff4324-1713-4fa9-9adc-c6127b103402 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-929c5505-2294-4254-9349-8a89126c4620 {
  margin-top: -3%;
margin-left: 6%;
margin-right: 6%;
}

#s-c2782936-224b-4418-8be6-3cea9659b45b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2782936-224b-4418-8be6-3cea9659b45b {
  display: none;
}
#s-c2782936-224b-4418-8be6-3cea9659b45b, #wrap-s-c2782936-224b-4418-8be6-3cea9659b45b { display: none !important; }}@media (max-width: 767px){#s-c2782936-224b-4418-8be6-3cea9659b45b {
  display: none;
}
#s-c2782936-224b-4418-8be6-3cea9659b45b, #wrap-s-c2782936-224b-4418-8be6-3cea9659b45b { display: none !important; }}







#s-c2782936-224b-4418-8be6-3cea9659b45b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2782936-224b-4418-8be6-3cea9659b45b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae70c08d-538a-456c-b2bb-d692472adb1b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae70c08d-538a-456c-b2bb-d692472adb1b {
  display: none;
}
#s-ae70c08d-538a-456c-b2bb-d692472adb1b, #wrap-s-ae70c08d-538a-456c-b2bb-d692472adb1b { display: none !important; }}@media (max-width: 767px){#s-ae70c08d-538a-456c-b2bb-d692472adb1b {
  display: none;
}
#s-ae70c08d-538a-456c-b2bb-d692472adb1b, #wrap-s-ae70c08d-538a-456c-b2bb-d692472adb1b { display: none !important; }}







#s-ae70c08d-538a-456c-b2bb-d692472adb1b &gt; .shg-box-overlay {
  background-color: rgba(244, 240, 240, 1);
  opacity: 0.2;
  display: block;
}#s-ae70c08d-538a-456c-b2bb-d692472adb1b {
  cursor: pointer;
}#s-ae70c08d-538a-456c-b2bb-d692472adb1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23da35f1-12c6-4dd7-91ee-5b7e627eca53 {
  margin-left: 10%;
margin-right: 10%;
}

#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b {
  display: none;
}
#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b, #wrap-s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b {
  display: none;
}
#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b, #wrap-s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b { display: none !important; }}@media (max-width: 767px){#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b {
  display: none;
}
#s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b, #wrap-s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b { display: none !important; }}
@media (min-width: 0px) {
[id="s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aecaa47b-4023-433a-8eba-3eb0bbb64c5b"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f45bfb7c-6add-41b2-b73a-4d029abcfd40 {
  margin-left: 16%;
margin-right: 6%;
}

#s-39b8ef6e-609f-4c6d-80f9-feee9f852405 {
  margin-top: 1%;
margin-left: 16%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 40, 40, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 236, 236, 1);
}
#s-39b8ef6e-609f-4c6d-80f9-feee9f852405:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39b8ef6e-609f-4c6d-80f9-feee9f852405:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39b8ef6e-609f-4c6d-80f9-feee9f852405-root {
    text-align: left;
  }


#s-39b8ef6e-609f-4c6d-80f9-feee9f852405.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39b8ef6e-609f-4c6d-80f9-feee9f852405-root {
    text-align: left;
  }


#s-39b8ef6e-609f-4c6d-80f9-feee9f852405.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39b8ef6e-609f-4c6d-80f9-feee9f852405-root {
    text-align: left;
  }


#s-39b8ef6e-609f-4c6d-80f9-feee9f852405.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39b8ef6e-609f-4c6d-80f9-feee9f852405-root {
    text-align: left;
  }


#s-39b8ef6e-609f-4c6d-80f9-feee9f852405.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39b8ef6e-609f-4c6d-80f9-feee9f852405-root {
    text-align: left;
  }


#s-39b8ef6e-609f-4c6d-80f9-feee9f852405.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-165f74e3-9011-4277-aa05-f14db8b55c83 {
  background-size: contain;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-position: center center;
background-color: rgba(77, 107, 130, 1);
}








#s-165f74e3-9011-4277-aa05-f14db8b55c83 &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0;
  display: block;
}#s-165f74e3-9011-4277-aa05-f14db8b55c83 {
  cursor: pointer;
}#s-165f74e3-9011-4277-aa05-f14db8b55c83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
min-height: 500px;
background-position: center center;
}

#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc {
  background-image: url(https://i.shgcdn.com/6b51651e-eaac-479c-bcfd-9399395dd85b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fd969ca-c309-4d7d-b3d2-991c7b8b09fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac {
  display: none;
}
#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac, #wrap-s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac {
  display: none;
}
#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac, #wrap-s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac { display: none !important; }}







#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a5b2530-c0e6-40ec-87a4-bd2dafe0e5ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b939490a-b84b-44a4-9254-6ac79a956187 {
  margin-top: 15%;
margin-left: 5%;
margin-bottom: 12%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b939490a-b84b-44a4-9254-6ac79a956187 {
  display: none;
}
#s-b939490a-b84b-44a4-9254-6ac79a956187, #wrap-s-b939490a-b84b-44a4-9254-6ac79a956187 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b939490a-b84b-44a4-9254-6ac79a956187 {
  display: none;
}
#s-b939490a-b84b-44a4-9254-6ac79a956187, #wrap-s-b939490a-b84b-44a4-9254-6ac79a956187 { display: none !important; }}@media (max-width: 767px){#s-b939490a-b84b-44a4-9254-6ac79a956187 {
  display: none;
}
#s-b939490a-b84b-44a4-9254-6ac79a956187, #wrap-s-b939490a-b84b-44a4-9254-6ac79a956187 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b939490a-b84b-44a4-9254-6ac79a956187"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b939490a-b84b-44a4-9254-6ac79a956187"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b939490a-b84b-44a4-9254-6ac79a956187"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b939490a-b84b-44a4-9254-6ac79a956187"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8277618-1c24-4b4d-934f-7006c5420adc {
  margin-left: 16%;
margin-right: 6%;
}

#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda {
  margin-top: 1%;
margin-left: 16%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 40, 40, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 236, 236, 1);
}
#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda-root {
    text-align: left;
  }


#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda-root {
    text-align: left;
  }


#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda-root {
    text-align: left;
  }


#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda-root {
    text-align: left;
  }


#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda-root {
    text-align: left;
  }


#s-daa6ba91-d8e0-412f-afdc-f0adb15c9eda.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-56bd61ba-4731-4637-be89-964e101803b3 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 3%;
margin-left: 6%;
margin-bottom: 1px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 250px;
background-position: left center;
}








#s-56bd61ba-4731-4637-be89-964e101803b3 &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0;
  display: block;
}#s-56bd61ba-4731-4637-be89-964e101803b3 {
  cursor: pointer;
}#s-56bd61ba-4731-4637-be89-964e101803b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a57629aa-6108-468e-ba7a-a0040815a5ee {
  background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 200px;
background-position: center center;
background-color: rgba(77, 107, 130, 1);
}








#s-a57629aa-6108-468e-ba7a-a0040815a5ee &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a57629aa-6108-468e-ba7a-a0040815a5ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin-top: 7%;
margin-left: 7%;
margin-bottom: 9%;
margin-right: 25%;
max-width: 1637px;
aspect-ratio: 1637/1856;
text-align: center;
}



.shg-image-margin-container-s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin-left: 7%;
  margin-right: 25%;
  margin-top: 7%;
  margin-bottom: 9%;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }

    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-link {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1637px;
  }



  img.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
    
    
    
    max-height: 1637px;
  }


.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
      --shg-aspect-ratio: calc(1637/1856); 
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
      position: relative;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1637px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  
  
  
  
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }

    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-link {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1637px;
  }



  img.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
    
    
    
    max-height: 1637px;
  }


.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
      --shg-aspect-ratio: calc(1637/1856); 
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
      position: relative;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1637px;
    }
  }

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

.shg-image-margin-container-s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  
  
  
  
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }

    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-link {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1637px;
  }



  img.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
    
    
    
    max-height: 1637px;
  }


.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
      --shg-aspect-ratio: calc(1637/1856); 
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
      position: relative;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1637px;
    }
  }

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

.shg-image-margin-container-s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  
  
  
  
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }

    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-link {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1637px;
  }



  img.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
    
    
    
    max-height: 1637px;
  }


.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
      --shg-aspect-ratio: calc(1637/1856); 
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
      position: relative;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1637px;
    }
  }

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

.shg-image-margin-container-s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  
  
  
  
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }

    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-link {
      aspect-ratio: 1637/1856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1637px;
  }



  img.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
    
    
    
    max-height: 1637px;
  }


.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 {
      --shg-aspect-ratio: calc(1637/1856); 
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container {
      position: relative;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e06c65f-9d63-4aba-a883-78bfefbc9fe3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1637px;
    }
  }

}
#s-8066b01c-16b5-4ea5-9c63-50d4fd4a17f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(217, 209, 201, 0.38);
}








#s-8066b01c-16b5-4ea5-9c63-50d4fd4a17f9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8066b01c-16b5-4ea5-9c63-50d4fd4a17f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53004326-6a68-4491-b552-54e5bffd7204 {
  margin-left: auto;
margin-right: auto;
}

#s-9ba85bca-dfcf-474e-9025-2b464d19c83f {
  margin-left: 22%;
margin-bottom: 3%;
margin-right: 22%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9ba85bca-dfcf-474e-9025-2b464d19c83f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9ba85bca-dfcf-474e-9025-2b464d19c83f .shg-sld-nav-button.shg-sld-left,
#s-9ba85bca-dfcf-474e-9025-2b464d19c83f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin-left: 22%;
margin-right: 22%;
max-width: 1890px;
aspect-ratio: 1890/743;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin-left: 22%;
  margin-right: 22%;
  
  
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83cefe97-051f-4479-95ca-403ac5994f0b {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
      position: relative;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-83cefe97-051f-4479-95ca-403ac5994f0b {
  
  
  
  
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83cefe97-051f-4479-95ca-403ac5994f0b {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
      position: relative;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

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

.shg-image-margin-container-s-83cefe97-051f-4479-95ca-403ac5994f0b {
  
  
  
  
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83cefe97-051f-4479-95ca-403ac5994f0b {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
      position: relative;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

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

.shg-image-margin-container-s-83cefe97-051f-4479-95ca-403ac5994f0b {
  
  
  
  
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83cefe97-051f-4479-95ca-403ac5994f0b {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
      position: relative;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

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

.shg-image-margin-container-s-83cefe97-051f-4479-95ca-403ac5994f0b {
  
  
  
  
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }

    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-link {
      aspect-ratio: 1890/743;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83cefe97-051f-4479-95ca-403ac5994f0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1890px;
  }



  img.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
    
    
    
    max-height: 1890px;
  }


.s-83cefe97-051f-4479-95ca-403ac5994f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-83cefe97-051f-4479-95ca-403ac5994f0b {
      --shg-aspect-ratio: calc(1890/743); 
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container {
      position: relative;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83cefe97-051f-4479-95ca-403ac5994f0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1890px;
    }
  }

}
#s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin-left: 15%;
  margin-right: 15%;
  
  
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin: 0 !important;
}





  img.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
    
    
    
    
  }


.s-05498e40-93ad-4cae-8e70-3c7384f2eb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  
  
  
  
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin: 0 !important;
}





  img.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
    
    
    
    
  }


.s-05498e40-93ad-4cae-8e70-3c7384f2eb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  
  
  
  
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin: 0 !important;
}





  img.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
    
    
    
    
  }


.s-05498e40-93ad-4cae-8e70-3c7384f2eb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  
  
  
  
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin: 0 !important;
}





  img.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
    
    
    
    
  }


.s-05498e40-93ad-4cae-8e70-3c7384f2eb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  
  
  
  
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08 {
  margin: 0 !important;
}





  img.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
    
    
    
    
  }


.s-05498e40-93ad-4cae-8e70-3c7384f2eb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05498e40-93ad-4cae-8e70-3c7384f2eb08.shogun-image {
  box-sizing: border-box;
}




}
#s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin-left: 15%;
  margin-right: 15%;
  
  
}

#s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin: 0 !important;
}





  img.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
    
    
    
    
  }


.s-39888d53-ef42-4088-b125-348e0a68be62 .shogun-image-content {
  
    align-items: center;
  
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-39888d53-ef42-4088-b125-348e0a68be62 {
  
  
  
  
}

#s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin: 0 !important;
}





  img.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
    
    
    
    
  }


.s-39888d53-ef42-4088-b125-348e0a68be62 .shogun-image-content {
  
    align-items: center;
  
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39888d53-ef42-4088-b125-348e0a68be62 {
  
  
  
  
}

#s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin: 0 !important;
}





  img.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
    
    
    
    
  }


.s-39888d53-ef42-4088-b125-348e0a68be62 .shogun-image-content {
  
    align-items: center;
  
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39888d53-ef42-4088-b125-348e0a68be62 {
  
  
  
  
}

#s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin: 0 !important;
}





  img.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
    
    
    
    
  }


.s-39888d53-ef42-4088-b125-348e0a68be62 .shogun-image-content {
  
    align-items: center;
  
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39888d53-ef42-4088-b125-348e0a68be62 {
  
  
  
  
}

#s-39888d53-ef42-4088-b125-348e0a68be62 {
  margin: 0 !important;
}





  img.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
    
    
    
    
  }


.s-39888d53-ef42-4088-b125-348e0a68be62 .shogun-image-content {
  
    align-items: center;
  
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39888d53-ef42-4088-b125-348e0a68be62.shogun-image {
  box-sizing: border-box;
}




}
#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin-left: 15%;
  margin-right: 15%;
  
  
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin: 0 !important;
}





  img.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
    
    
    
    
  }


.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  
  
  
  
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin: 0 !important;
}





  img.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
    
    
    
    
  }


.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  
  
  
  
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin: 0 !important;
}





  img.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
    
    
    
    
  }


.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  
  
  
  
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin: 0 !important;
}





  img.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
    
    
    
    
  }


.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  
  
  
  
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c {
  margin: 0 !important;
}





  img.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
    
    
    
    
  }


.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a91773e-4016-40f2-aa8f-4aaec22c0e9c.shogun-image {
  box-sizing: border-box;
}




}
#s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin-top: 6%;
margin-left: 15%;
margin-bottom: 6%;
margin-right: 15%;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 6%;
  margin-bottom: 6%;
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin: 0 !important;
}





  img.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
    
    
    
    
  }


.s-d5af1493-f510-4556-8b32-0d0abb5755fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  
  
  
  
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin: 0 !important;
}





  img.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
    
    
    
    
  }


.s-d5af1493-f510-4556-8b32-0d0abb5755fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  
  
  
  
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin: 0 !important;
}





  img.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
    
    
    
    
  }


.s-d5af1493-f510-4556-8b32-0d0abb5755fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  
  
  
  
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin: 0 !important;
}





  img.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
    
    
    
    
  }


.s-d5af1493-f510-4556-8b32-0d0abb5755fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  
  
  
  
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe {
  margin: 0 !important;
}





  img.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
    
    
    
    
  }


.s-d5af1493-f510-4556-8b32-0d0abb5755fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5af1493-f510-4556-8b32-0d0abb5755fe.shogun-image {
  box-sizing: border-box;
}




}
#s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin-left: 15%;
margin-right: 15%;
max-width: 1200px;
aspect-ratio: 1200/311;
text-align: center;
opacity: 1;
}



.shg-image-margin-container-s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin-left: 15%;
  margin-right: 15%;
  
  
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
      position: relative;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  
  
  
  
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
      position: relative;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  
  
  
  
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
      position: relative;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  
  
  
  
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
      position: relative;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  
  
  
  
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }

    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-link {
      aspect-ratio: 1200/311;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2b8b539e-dffc-4659-841c-6a36f7396f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 {
      --shg-aspect-ratio: calc(1200/311); 
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container {
      position: relative;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b8b539e-dffc-4659-841c-6a36f7396f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin-top: 30px;
margin-left: 7%;
margin-right: 7%;
max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 30px;
  
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4000px;
  }



  img.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
      position: relative;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  
  
  
  
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4000px;
  }



  img.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
      position: relative;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

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

.shg-image-margin-container-s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  
  
  
  
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4000px;
  }



  img.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
      position: relative;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

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

.shg-image-margin-container-s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  
  
  
  
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4000px;
  }



  img.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
      position: relative;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

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

.shg-image-margin-container-s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  
  
  
  
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4000px;
  }



  img.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-bcfba71b-85b6-4df6-af6e-d5b72b999886 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container {
      position: relative;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfba71b-85b6-4df6-af6e-d5b72b999886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-31939172-88c7-41b9-8688-da496cb45649 {
  margin-left: 6%;
margin-right: 6%;
}

#s-d06429a6-5be5-4569-8d91-49100d9a579c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d06429a6-5be5-4569-8d91-49100d9a579c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d06429a6-5be5-4569-8d91-49100d9a579c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94 {
  margin-top: 1%;
margin-left: 6%;
margin-bottom: 5%;
margin-right: 3%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 25px;
background-color: rgba(77, 107, 130, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94:hover {background-color: rgba(77, 107, 130, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94 {
  display: none;
}
#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94, #wrap-s-312c2a5a-ea8d-47df-88bf-c73b285a2b94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94 {
  display: none;
}
#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94, #wrap-s-312c2a5a-ea8d-47df-88bf-c73b285a2b94 { display: none !important; }}

  #s-312c2a5a-ea8d-47df-88bf-c73b285a2b94-root {
    text-align: left;
  }


#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-312c2a5a-ea8d-47df-88bf-c73b285a2b94-root {
    text-align: left;
  }


#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-312c2a5a-ea8d-47df-88bf-c73b285a2b94-root {
    text-align: left;
  }


#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-312c2a5a-ea8d-47df-88bf-c73b285a2b94-root {
    text-align: left;
  }


#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-312c2a5a-ea8d-47df-88bf-c73b285a2b94-root {
    text-align: left;
  }


#s-312c2a5a-ea8d-47df-88bf-c73b285a2b94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd {
  display: none;
}
#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd, #wrap-s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd {
  display: none;
}
#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd, #wrap-s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd {
  display: none;
}
#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd, #wrap-s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd { display: none !important; }}@media (max-width: 767px){#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd {
  display: none;
}
#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd, #wrap-s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd { display: none !important; }}







#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f38d7d6-cff7-4f41-803f-5320ba9ef2fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5e3d01e-f75e-450d-937f-ede80b11972e {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5e3d01e-f75e-450d-937f-ede80b11972e {
  display: none;
}
#s-a5e3d01e-f75e-450d-937f-ede80b11972e, #wrap-s-a5e3d01e-f75e-450d-937f-ede80b11972e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5e3d01e-f75e-450d-937f-ede80b11972e {
  display: none;
}
#s-a5e3d01e-f75e-450d-937f-ede80b11972e, #wrap-s-a5e3d01e-f75e-450d-937f-ede80b11972e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5e3d01e-f75e-450d-937f-ede80b11972e {
  display: none;
}
#s-a5e3d01e-f75e-450d-937f-ede80b11972e, #wrap-s-a5e3d01e-f75e-450d-937f-ede80b11972e { display: none !important; }}@media (max-width: 767px){#s-a5e3d01e-f75e-450d-937f-ede80b11972e {
  display: none;
}
#s-a5e3d01e-f75e-450d-937f-ede80b11972e, #wrap-s-a5e3d01e-f75e-450d-937f-ede80b11972e { display: none !important; }}







#s-a5e3d01e-f75e-450d-937f-ede80b11972e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5e3d01e-f75e-450d-937f-ede80b11972e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cb2061c-83e9-4d35-aa48-1ba280c92175 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-1cb2061c-83e9-4d35-aa48-1ba280c92175 {
  display: none;
}
#s-1cb2061c-83e9-4d35-aa48-1ba280c92175, #wrap-s-1cb2061c-83e9-4d35-aa48-1ba280c92175 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cb2061c-83e9-4d35-aa48-1ba280c92175 {
  display: none;
}
#s-1cb2061c-83e9-4d35-aa48-1ba280c92175, #wrap-s-1cb2061c-83e9-4d35-aa48-1ba280c92175 { display: none !important; }}@media (max-width: 767px){#s-1cb2061c-83e9-4d35-aa48-1ba280c92175 {
  display: none;
}
#s-1cb2061c-83e9-4d35-aa48-1ba280c92175, #wrap-s-1cb2061c-83e9-4d35-aa48-1ba280c92175 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cb2061c-83e9-4d35-aa48-1ba280c92175"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-27fb546a-a9c8-4422-bb96-d098783af32f {
  margin-left: 3%;
margin-right: 3%;
}

#s-41d2e685-56a1-4208-a882-97d42ce86051 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(41, 40, 40, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 236, 236, 1);
}
#s-41d2e685-56a1-4208-a882-97d42ce86051:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41d2e685-56a1-4208-a882-97d42ce86051:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41d2e685-56a1-4208-a882-97d42ce86051-root {
    text-align: left;
  }


#s-41d2e685-56a1-4208-a882-97d42ce86051.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41d2e685-56a1-4208-a882-97d42ce86051-root {
    text-align: left;
  }


#s-41d2e685-56a1-4208-a882-97d42ce86051.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41d2e685-56a1-4208-a882-97d42ce86051-root {
    text-align: left;
  }


#s-41d2e685-56a1-4208-a882-97d42ce86051.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41d2e685-56a1-4208-a882-97d42ce86051-root {
    text-align: left;
  }


#s-41d2e685-56a1-4208-a882-97d42ce86051.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41d2e685-56a1-4208-a882-97d42ce86051-root {
    text-align: left;
  }


#s-41d2e685-56a1-4208-a882-97d42ce86051.shg-btn {
  color: rgba(241, 236, 236, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-b7372285-3b52-4eb4-a5d0-81cc8697af0d {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 3%;
margin-left: 6%;
margin-bottom: 1px;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 250px;
background-position: left center;
}








#s-b7372285-3b52-4eb4-a5d0-81cc8697af0d &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0;
  display: block;
}#s-b7372285-3b52-4eb4-a5d0-81cc8697af0d {
  cursor: pointer;
}#s-b7372285-3b52-4eb4-a5d0-81cc8697af0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59a06f6e-4480-4403-8187-2d701ad87a0f {
  min-height: 500px;
background-color: rgba(228, 216, 213, 0.47);
}








#s-59a06f6e-4480-4403-8187-2d701ad87a0f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59a06f6e-4480-4403-8187-2d701ad87a0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c24abc5c-d55f-446d-b977-d0a0559a1d45 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c24abc5c-d55f-446d-b977-d0a0559a1d45 {
  display: none;
}
#s-c24abc5c-d55f-446d-b977-d0a0559a1d45, #wrap-s-c24abc5c-d55f-446d-b977-d0a0559a1d45 { display: none !important; }}







#s-c24abc5c-d55f-446d-b977-d0a0559a1d45 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24abc5c-d55f-446d-b977-d0a0559a1d45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5e8c596-41ec-416d-8c64-a3faf20c65bd {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5e8c596-41ec-416d-8c64-a3faf20c65bd {
  display: none;
}
#s-f5e8c596-41ec-416d-8c64-a3faf20c65bd, #wrap-s-f5e8c596-41ec-416d-8c64-a3faf20c65bd { display: none !important; }}@media (max-width: 767px){#s-f5e8c596-41ec-416d-8c64-a3faf20c65bd {
  display: none;
}
#s-f5e8c596-41ec-416d-8c64-a3faf20c65bd, #wrap-s-f5e8c596-41ec-416d-8c64-a3faf20c65bd { display: none !important; }}
@media (min-width: 0px) {
[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5e8c596-41ec-416d-8c64-a3faf20c65bd"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-d0831452-4198-4562-99ec-66bb5c283e5b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
min-height: 450px;
background-position: center center;
}








#s-d0831452-4198-4562-99ec-66bb5c283e5b &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0;
  display: block;
}#s-d0831452-4198-4562-99ec-66bb5c283e5b {
  cursor: pointer;
}#s-d0831452-4198-4562-99ec-66bb5c283e5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc390ff5-3cab-47ce-8f69-9096fe77cba9 {
  margin-left: 2%;
margin-right: 2%;
}

#s-d926800f-0d23-4850-b60b-3ddd1bd517ce {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 250, 250, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(77, 107, 130, 1);
}
#s-d926800f-0d23-4850-b60b-3ddd1bd517ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d926800f-0d23-4850-b60b-3ddd1bd517ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d926800f-0d23-4850-b60b-3ddd1bd517ce-root {
    text-align: left;
  }


#s-d926800f-0d23-4850-b60b-3ddd1bd517ce.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d926800f-0d23-4850-b60b-3ddd1bd517ce-root {
    text-align: left;
  }


#s-d926800f-0d23-4850-b60b-3ddd1bd517ce.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d926800f-0d23-4850-b60b-3ddd1bd517ce-root {
    text-align: left;
  }


#s-d926800f-0d23-4850-b60b-3ddd1bd517ce.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d926800f-0d23-4850-b60b-3ddd1bd517ce-root {
    text-align: left;
  }


#s-d926800f-0d23-4850-b60b-3ddd1bd517ce.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d926800f-0d23-4850-b60b-3ddd1bd517ce-root {
    text-align: left;
  }


#s-d926800f-0d23-4850-b60b-3ddd1bd517ce.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-8956cd63-66ea-4a84-b37d-b237d823a819 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8956cd63-66ea-4a84-b37d-b237d823a819 {
  display: none;
}
#s-8956cd63-66ea-4a84-b37d-b237d823a819, #wrap-s-8956cd63-66ea-4a84-b37d-b237d823a819 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8956cd63-66ea-4a84-b37d-b237d823a819 {
  display: none;
}
#s-8956cd63-66ea-4a84-b37d-b237d823a819, #wrap-s-8956cd63-66ea-4a84-b37d-b237d823a819 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8956cd63-66ea-4a84-b37d-b237d823a819"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-07ca9593-731b-4cc5-9e04-949582b7ec70 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
min-height: 400px;
background-position: center center;
}








#s-07ca9593-731b-4cc5-9e04-949582b7ec70 &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0;
  display: block;
}#s-07ca9593-731b-4cc5-9e04-949582b7ec70 {
  cursor: pointer;
}#s-07ca9593-731b-4cc5-9e04-949582b7ec70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be49d0b5-ea99-46bd-b207-b1602a120e45 {
  margin-left: 4%;
margin-right: 4%;
}

#s-8fa8acb0-2684-4776-920a-04c5cf809832 {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 3%;
margin-right: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 250, 250, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(77, 107, 130, 1);
}
#s-8fa8acb0-2684-4776-920a-04c5cf809832:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fa8acb0-2684-4776-920a-04c5cf809832:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fa8acb0-2684-4776-920a-04c5cf809832-root {
    text-align: left;
  }


#s-8fa8acb0-2684-4776-920a-04c5cf809832.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fa8acb0-2684-4776-920a-04c5cf809832-root {
    text-align: left;
  }


#s-8fa8acb0-2684-4776-920a-04c5cf809832.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fa8acb0-2684-4776-920a-04c5cf809832-root {
    text-align: left;
  }


#s-8fa8acb0-2684-4776-920a-04c5cf809832.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fa8acb0-2684-4776-920a-04c5cf809832-root {
    text-align: left;
  }


#s-8fa8acb0-2684-4776-920a-04c5cf809832.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fa8acb0-2684-4776-920a-04c5cf809832-root {
    text-align: left;
  }


#s-8fa8acb0-2684-4776-920a-04c5cf809832.shg-btn {
  color: rgba(77, 107, 130, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c {
  display: none;
}
#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c, #wrap-s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c { display: none !important; }}@media (max-width: 767px){#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c {
  display: none;
}
#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c, #wrap-s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c { display: none !important; }}







#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f067b27d-c216-4be0-ad3d-2b83aa8f4b8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e402146c-1c13-4b15-8e54-7a2102a46ef1 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e402146c-1c13-4b15-8e54-7a2102a46ef1 {
  display: none;
}
#s-e402146c-1c13-4b15-8e54-7a2102a46ef1, #wrap-s-e402146c-1c13-4b15-8e54-7a2102a46ef1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e402146c-1c13-4b15-8e54-7a2102a46ef1 {
  display: none;
}
#s-e402146c-1c13-4b15-8e54-7a2102a46ef1, #wrap-s-e402146c-1c13-4b15-8e54-7a2102a46ef1 { display: none !important; }}@media (max-width: 767px){#s-e402146c-1c13-4b15-8e54-7a2102a46ef1 {
  display: none;
}
#s-e402146c-1c13-4b15-8e54-7a2102a46ef1, #wrap-s-e402146c-1c13-4b15-8e54-7a2102a46ef1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e402146c-1c13-4b15-8e54-7a2102a46ef1"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e402146c-1c13-4b15-8e54-7a2102a46ef1"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e402146c-1c13-4b15-8e54-7a2102a46ef1"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e402146c-1c13-4b15-8e54-7a2102a46ef1"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-acd14347-6341-4809-a7a5-df61c7510d2d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 16%;
margin-right: 4%;
min-height: 600px;
background-position: center center;
}








#s-acd14347-6341-4809-a7a5-df61c7510d2d &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-acd14347-6341-4809-a7a5-df61c7510d2d {
  cursor: pointer;
}#s-acd14347-6341-4809-a7a5-df61c7510d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-443e6586-de8b-4c37-aeaa-8625bf2e0984 {
  margin-left: 2%;
margin-right: 2%;
}

#s-ace96189-acc0-4a2f-9bca-f1316429dd36 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 250, 250, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ace96189-acc0-4a2f-9bca-f1316429dd36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ace96189-acc0-4a2f-9bca-f1316429dd36:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ace96189-acc0-4a2f-9bca-f1316429dd36-root {
    text-align: left;
  }


#s-ace96189-acc0-4a2f-9bca-f1316429dd36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ace96189-acc0-4a2f-9bca-f1316429dd36-root {
    text-align: left;
  }


#s-ace96189-acc0-4a2f-9bca-f1316429dd36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ace96189-acc0-4a2f-9bca-f1316429dd36-root {
    text-align: left;
  }


#s-ace96189-acc0-4a2f-9bca-f1316429dd36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ace96189-acc0-4a2f-9bca-f1316429dd36-root {
    text-align: left;
  }


#s-ace96189-acc0-4a2f-9bca-f1316429dd36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ace96189-acc0-4a2f-9bca-f1316429dd36-root {
    text-align: left;
  }


#s-ace96189-acc0-4a2f-9bca-f1316429dd36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b {
  display: none;
}
#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b, #wrap-s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b {
  display: none;
}
#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b, #wrap-s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b { display: none !important; }}@media (max-width: 767px){#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b {
  display: none;
}
#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b, #wrap-s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b { display: none !important; }}







#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63b329bb-ed17-4cbb-a87a-e2fb64e24d1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55fa4c11-a786-4529-a1fd-75775413bd0e {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-55fa4c11-a786-4529-a1fd-75775413bd0e {
  display: none;
}
#s-55fa4c11-a786-4529-a1fd-75775413bd0e, #wrap-s-55fa4c11-a786-4529-a1fd-75775413bd0e { display: none !important; }}@media (max-width: 767px){#s-55fa4c11-a786-4529-a1fd-75775413bd0e {
  display: none;
}
#s-55fa4c11-a786-4529-a1fd-75775413bd0e, #wrap-s-55fa4c11-a786-4529-a1fd-75775413bd0e { display: none !important; }}
@media (min-width: 0px) {
[id="s-55fa4c11-a786-4529-a1fd-75775413bd0e"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55fa4c11-a786-4529-a1fd-75775413bd0e"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55fa4c11-a786-4529-a1fd-75775413bd0e"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55fa4c11-a786-4529-a1fd-75775413bd0e"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af9d56d2-b76c-46c1-b9bb-1f8aebdb4e33 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 16%;
margin-right: 4%;
min-height: 500px;
background-position: center center;
}








#s-af9d56d2-b76c-46c1-b9bb-1f8aebdb4e33 &gt; .shg-box-overlay {
  background-color: rgba(46, 41, 47, 1);
  opacity: 0.3;
  display: block;
}#s-af9d56d2-b76c-46c1-b9bb-1f8aebdb4e33 {
  cursor: pointer;
}#s-af9d56d2-b76c-46c1-b9bb-1f8aebdb4e33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38c6c06c-7551-4d65-9780-3ad328650803 {
  margin-left: 2%;
margin-right: 2%;
}

#s-f2b4ed9d-38cc-4ada-b808-a824f563941c {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 250, 250, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f2b4ed9d-38cc-4ada-b808-a824f563941c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2b4ed9d-38cc-4ada-b808-a824f563941c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2b4ed9d-38cc-4ada-b808-a824f563941c-root {
    text-align: left;
  }


#s-f2b4ed9d-38cc-4ada-b808-a824f563941c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2b4ed9d-38cc-4ada-b808-a824f563941c-root {
    text-align: left;
  }


#s-f2b4ed9d-38cc-4ada-b808-a824f563941c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2b4ed9d-38cc-4ada-b808-a824f563941c-root {
    text-align: left;
  }


#s-f2b4ed9d-38cc-4ada-b808-a824f563941c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2b4ed9d-38cc-4ada-b808-a824f563941c-root {
    text-align: left;
  }


#s-f2b4ed9d-38cc-4ada-b808-a824f563941c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2b4ed9d-38cc-4ada-b808-a824f563941c-root {
    text-align: left;
  }


#s-f2b4ed9d-38cc-4ada-b808-a824f563941c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-d2fb0fd3-1060-4b1d-ab3f-c178dfb5cedd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d2fb0fd3-1060-4b1d-ab3f-c178dfb5cedd &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2fb0fd3-1060-4b1d-ab3f-c178dfb5cedd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ee025e7-4476-4d6f-ba69-7e2246caccaa {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ee025e7-4476-4d6f-ba69-7e2246caccaa .shogun-heading-component h1 {
  color: rgba(77, 107, 130, 1);
  font-weight:  normal ;
  font-family: "Young Serif";
  font-style:  normal ;
  
  
  
  
}



#s-68e391ca-7db8-4291-837a-6b301c772390 {
  margin-left: 4%;
margin-right: 4%;
}

/*
  $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;
  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 --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
</pre></body></html>