.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c0b1d50c-f821-42c7-bd43-7e45c25a3350 {
  margin-top: -45px;
margin-left: 0%;
margin-bottom: -19px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 11px;
background-repeat: no-repeat;
}








#s-c0b1d50c-f821-42c7-bd43-7e45c25a3350 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-c0b1d50c-f821-42c7-bd43-7e45c25a3350.shg-box.shg-c {
  justify-content: center;
}

#s-bb363d63-fff5-4e7a-b3ad-8de3daf22ad4 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

#s-bb363d63-fff5-4e7a-b3ad-8de3daf22ad4 {
  background-image: url(https://i.shgcdn.com/61f60e8a-0fdb-4645-8eba-ef1ca44c3fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bb363d63-fff5-4e7a-b3ad-8de3daf22ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb363d63-fff5-4e7a-b3ad-8de3daf22ad4.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-e393ad5d-6905-4b51-a1fd-f066d37868bc {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-e393ad5d-6905-4b51-a1fd-f066d37868bc {
  display: none;
}
#s-e393ad5d-6905-4b51-a1fd-f066d37868bc, #wrap-s-e393ad5d-6905-4b51-a1fd-f066d37868bc, #wrap-content-s-e393ad5d-6905-4b51-a1fd-f066d37868bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-e393ad5d-6905-4b51-a1fd-f066d37868bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-e393ad5d-6905-4b51-a1fd-f066d37868bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.833333333333333px);
}

}

@media (min-width: 992px) {
[id="s-e393ad5d-6905-4b51-a1fd-f066d37868bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.833333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-e393ad5d-6905-4b51-a1fd-f066d37868bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.833333333333333px);
}

}

@media (min-width: 0px) {
[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b6922b2c-9e6e-4fee-a085-a6e0a7c33bf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9a5d10d3-61d6-4be6-a703-a0d271d06669 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-9a5d10d3-61d6-4be6-a703-a0d271d06669 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a5d10d3-61d6-4be6-a703-a0d271d06669 .shogun-icon-wrapper > .shogun-icon {

  font-size: 23px !important;
  color: rgba(255, 255, 255, 1);
}

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

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

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-57604a15-d0d8-48b9-8627-4777832540d8 {
  margin-top: 0px;
margin-left: -2%;
margin-right: -2%;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(230, 230, 230, 1);
}
#s-57604a15-d0d8-48b9-8627-4777832540d8:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(233, 119, 23, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-57604a15-d0d8-48b9-8627-4777832540d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57604a15-d0d8-48b9-8627-4777832540d8-root {
    text-align: left;
  }


#s-57604a15-d0d8-48b9-8627-4777832540d8.shg-btn {
  color: rgba(230, 230, 230, 1);
  
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57604a15-d0d8-48b9-8627-4777832540d8-root {
    text-align: left;
  }


#s-57604a15-d0d8-48b9-8627-4777832540d8.shg-btn {
  color: rgba(230, 230, 230, 1);
  
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57604a15-d0d8-48b9-8627-4777832540d8-root {
    text-align: left;
  }


#s-57604a15-d0d8-48b9-8627-4777832540d8.shg-btn {
  color: rgba(230, 230, 230, 1);
  
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57604a15-d0d8-48b9-8627-4777832540d8-root {
    text-align: left;
  }


#s-57604a15-d0d8-48b9-8627-4777832540d8.shg-btn {
  color: rgba(230, 230, 230, 1);
  
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57604a15-d0d8-48b9-8627-4777832540d8-root {
    text-align: left;
  }


#s-57604a15-d0d8-48b9-8627-4777832540d8.shg-btn {
  color: rgba(230, 230, 230, 1);
  
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5f4b6fdf-bd69-419f-a6ab-6816bb4f9db5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -36px;
margin-left: -2%;
margin-bottom: -15px;
margin-right: -29%;
padding-left: 0%;
padding-right: 0%;
min-height: 491px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a {
  display: none;
}
#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a, #wrap-s-c1663f6a-e3be-45ef-9c3e-909d6211d80a, #wrap-content-s-c1663f6a-e3be-45ef-9c3e-909d6211d80a { display: none !important; }}@media (max-width: 767px){#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a {
  display: none;
}
#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a, #wrap-s-c1663f6a-e3be-45ef-9c3e-909d6211d80a, #wrap-content-s-c1663f6a-e3be-45ef-9c3e-909d6211d80a { display: none !important; }}
#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a {
  background-image: url(https://i.shgcdn.com/5ac12c93-ce7f-4517-9e50-8c5885e11d8a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1663f6a-e3be-45ef-9c3e-909d6211d80a.shg-box.shg-c {
  justify-content: center;
}

#s-d17c806e-3d74-4d00-9ee5-849049540b78 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: -41%;
margin-right: -41%;
min-height: 461px;
background-position: center center;
}
@media (max-width: 767px){#s-d17c806e-3d74-4d00-9ee5-849049540b78 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 443px;
}
}
#s-d17c806e-3d74-4d00-9ee5-849049540b78 {
  background-image: url(https://i.shgcdn.com/ffb490f9-3f8e-4862-a392-6c70f00a6d01/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d17c806e-3d74-4d00-9ee5-849049540b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d17c806e-3d74-4d00-9ee5-849049540b78.shg-box.shg-c {
  justify-content: center;
}

#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -66px;
margin-left: -43%;
margin-bottom: 15px;
margin-right: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d {
  display: none;
}
#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d, #wrap-s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d, #wrap-content-s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d { display: none !important; }}@media (max-width: 767px){#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d {
  display: none;
}
#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d, #wrap-s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d, #wrap-content-s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d { display: none !important; }}
#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d {
  background-image: url(https://i.shgcdn.com/18b20eb6-d3af-484a-bafd-70fab413dda5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c17b2d0-00e6-48ea-a916-f4381f4fad6d.shg-box.shg-c {
  justify-content: center;
}

#s-61f37310-3ee1-42cc-98ed-ea575bbcf920 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-df74d770-6325-4483-b46d-6c724e2df324 {
  min-height: 350px;
background-color: rgba(58, 58, 58, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-df74d770-6325-4483-b46d-6c724e2df324 {
  display: none;
}
#s-df74d770-6325-4483-b46d-6c724e2df324, #wrap-s-df74d770-6325-4483-b46d-6c724e2df324, #wrap-content-s-df74d770-6325-4483-b46d-6c724e2df324 { display: none !important; }}@media (max-width: 767px){#s-df74d770-6325-4483-b46d-6c724e2df324 {
  display: none;
}
#s-df74d770-6325-4483-b46d-6c724e2df324, #wrap-s-df74d770-6325-4483-b46d-6c724e2df324, #wrap-content-s-df74d770-6325-4483-b46d-6c724e2df324 { display: none !important; }}







#s-df74d770-6325-4483-b46d-6c724e2df324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df74d770-6325-4483-b46d-6c724e2df324.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-6c41e960-503c-4688-9838-09ebd678bff2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -33px;
margin-right: 0%;
}

#s-a0e6f508-1fa5-4dc7-9ad4-198640454e62 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-f8b99089-ad50-4955-a302-ee2cb9f17c94 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-f8b99089-ad50-4955-a302-ee2cb9f17c94 {
  display: none;
}
#s-f8b99089-ad50-4955-a302-ee2cb9f17c94, #wrap-s-f8b99089-ad50-4955-a302-ee2cb9f17c94, #wrap-content-s-f8b99089-ad50-4955-a302-ee2cb9f17c94 { display: none !important; }}
#s-49bd139a-a4d6-4d56-8536-0690029dbe7b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-49bd139a-a4d6-4d56-8536-0690029dbe7b {
  display: none;
}
#s-49bd139a-a4d6-4d56-8536-0690029dbe7b, #wrap-s-49bd139a-a4d6-4d56-8536-0690029dbe7b, #wrap-content-s-49bd139a-a4d6-4d56-8536-0690029dbe7b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49bd139a-a4d6-4d56-8536-0690029dbe7b {
  display: none;
}
#s-49bd139a-a4d6-4d56-8536-0690029dbe7b, #wrap-s-49bd139a-a4d6-4d56-8536-0690029dbe7b, #wrap-content-s-49bd139a-a4d6-4d56-8536-0690029dbe7b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49bd139a-a4d6-4d56-8536-0690029dbe7b {
  display: none;
}
#s-49bd139a-a4d6-4d56-8536-0690029dbe7b, #wrap-s-49bd139a-a4d6-4d56-8536-0690029dbe7b, #wrap-content-s-49bd139a-a4d6-4d56-8536-0690029dbe7b { display: none !important; }}
#s-9975f51a-07c0-4d1b-a4da-1dd779d81e7e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: left;
}

#s-56b02c52-8e19-46e9-816e-7a1a20b585a4 {
  min-height: 200px;
background-color: rgba(58, 58, 58, 1);
}
@media (min-width: 1200px){#s-56b02c52-8e19-46e9-816e-7a1a20b585a4 {
  display: none;
}
#s-56b02c52-8e19-46e9-816e-7a1a20b585a4, #wrap-s-56b02c52-8e19-46e9-816e-7a1a20b585a4, #wrap-content-s-56b02c52-8e19-46e9-816e-7a1a20b585a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56b02c52-8e19-46e9-816e-7a1a20b585a4 {
  display: none;
}
#s-56b02c52-8e19-46e9-816e-7a1a20b585a4, #wrap-s-56b02c52-8e19-46e9-816e-7a1a20b585a4, #wrap-content-s-56b02c52-8e19-46e9-816e-7a1a20b585a4 { display: none !important; }}@media (max-width: 767px){#s-56b02c52-8e19-46e9-816e-7a1a20b585a4 {
  min-height: 300px;
}
}







#s-56b02c52-8e19-46e9-816e-7a1a20b585a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56b02c52-8e19-46e9-816e-7a1a20b585a4.shg-box.shg-c {
  justify-content: center;
}

#s-faa9bdfd-2902-4cb3-bc21-7adb9a984f21 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: -33px;
margin-right: 0%;
}

#s-1d3dd0e5-ac93-47cf-9e45-8802e2160918 {
  margin-top: 40px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}

#s-87d72c11-28d3-45d3-83a4-e132b32c18cd {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-97e9e10a-3272-4ec8-8075-0f7dde67386d {
  text-align: left;
}
@media (max-width: 767px){#s-97e9e10a-3272-4ec8-8075-0f7dde67386d {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-24e26401-d0e9-43fd-b3df-22b51375b9e2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e35e9046-89d6-4103-bdbd-6f745e6c99ba {
  min-height: 650px;
background-color: rgba(31, 31, 31, 1);
}








#s-e35e9046-89d6-4103-bdbd-6f745e6c99ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e35e9046-89d6-4103-bdbd-6f745e6c99ba.shg-box.shg-c {
  justify-content: center;
}

#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e {
  display: none;
}
#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e, #wrap-s-8b6a75b7-95d3-438d-ada7-380c2596ba5e, #wrap-content-s-8b6a75b7-95d3-438d-ada7-380c2596ba5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e {
  display: none;
}
#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e, #wrap-s-8b6a75b7-95d3-438d-ada7-380c2596ba5e, #wrap-content-s-8b6a75b7-95d3-438d-ada7-380c2596ba5e { display: none !important; }}







#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b6a75b7-95d3-438d-ada7-380c2596ba5e.shg-box.shg-c {
  justify-content: center;
}

#s-7a548d1b-7a8f-4006-9247-fecb2f9dc127 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}

#s-7a548d1b-7a8f-4006-9247-fecb2f9dc127 {
  background-image: url();
}








#s-7a548d1b-7a8f-4006-9247-fecb2f9dc127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a548d1b-7a8f-4006-9247-fecb2f9dc127.shg-box.shg-c {
  justify-content: center;
}

#s-834a351e-17d9-4662-9175-56d3089a3d14 {
  margin-top: 60px;
margin-bottom: 60px;
}
@media (max-width: 767px){#s-834a351e-17d9-4662-9175-56d3089a3d14 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-834a351e-17d9-4662-9175-56d3089a3d14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-834a351e-17d9-4662-9175-56d3089a3d14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-834a351e-17d9-4662-9175-56d3089a3d14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-834a351e-17d9-4662-9175-56d3089a3d14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  max-width: 1090px;
text-align: center;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  margin: 0 !important;
  overflow: visible;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add background color handling */
  
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image {
  box-sizing: border-box;
}



.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  
}


@media (min-width: 1200px){#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  margin: 0 !important;
  overflow: visible;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add background color handling */
  
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image {
  box-sizing: border-box;
}



.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  margin: 0 !important;
  overflow: visible;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add background color handling */
  
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image {
  box-sizing: border-box;
}



.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  margin: 0 !important;
  overflow: visible;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add background color handling */
  
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image {
  box-sizing: border-box;
}



.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  
}


}@media (max-width: 767px){#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  margin: 0 !important;
  overflow: visible;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44caeccd-dfb2-4c4d-83f3-8246b71e773a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add background color handling */
  
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a .shogun-image-content {
  
    justify-content: center;
  
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caeccd-dfb2-4c4d-83f3-8246b71e773a.shogun-image {
  box-sizing: border-box;
}



.s-44caeccd-dfb2-4c4d-83f3-8246b71e773a img.shogun-image {
  
}


}
#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  max-width: 1453px;
text-align: center;
}
@media (min-width: 1200px){#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  
}
}
#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image {
  box-sizing: border-box;
}



.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image {
  box-sizing: border-box;
}



.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image {
  box-sizing: border-box;
}



.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image {
  box-sizing: border-box;
}



.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06444ba-26e7-455c-93e3-6e038ca0f7f8.shogun-image {
  box-sizing: border-box;
}



.s-d06444ba-26e7-455c-93e3-6e038ca0f7f8 img.shogun-image {
  
}


}
#s-b796e040-3c2b-493d-8ebd-aa425f1af08b {
  margin-top: -22px;
margin-left: auto;
margin-bottom: -22px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b796e040-3c2b-493d-8ebd-aa425f1af08b {
  margin-top: -24px;
margin-bottom: -24px;
}
}







#s-b796e040-3c2b-493d-8ebd-aa425f1af08b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b796e040-3c2b-493d-8ebd-aa425f1af08b.shg-box.shg-c {
  justify-content: center;
}

#s-1e9af9bc-0641-4272-85b9-e08a44634e04 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 700px;
}

#s-3ae728c3-25cd-4845-8555-082b6f139513 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-98e45f78-8fb8-408a-8c05-881e7b069899 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 700px;
}

#s-08db12ca-4671-43be-bcf0-2b5c0676c60a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-08db12ca-4671-43be-bcf0-2b5c0676c60a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08db12ca-4671-43be-bcf0-2b5c0676c60a.shg-box.shg-c {
  justify-content: center;
}

#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxMzQwOTUtYjNlZi00YTJlLTlhZjMtMGM2OTI4YTVhN2JlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjEzNDA5NS1iM2VmLTRhMmUtOWFmMy0wYzY5MjhhNWE3YmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 60px;
padding-bottom: 15px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 186, 54, 1);
border-style: solid;
border-radius: 6px;
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(10, 10, 10, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffba36"}, {"id"=>2, "pos"=>1, "color"=>"#f5901e"}];
}
#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmY4YWY4MDQtNWZlZS00ZDY3LTllMzEtODU3ODQ1Y2IwOWIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZjhhZjgwNC01ZmVlLTRkNjctOWUzMS04NTc4NDVjYjA5YjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328 {
  
}
#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBiNWVkNDctZTM2MS00MGZmLWI0NzgtMTMwMWYxYmY2MmQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjU5MDFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiYTM2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGI1ZWQ0Ny1lMzYxLTQwZmYtYjQ3OC0xMzAxZjFiZjYyZDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5901e"}, {"id"=>2, "pos"=>1, "color"=>"#ffba36"}] !important;}}

  #s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328-root {
    text-align: left;
  }


#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328-root {
    text-align: left;
  }


#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328-root {
    text-align: left;
  }


#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328-root {
    text-align: left;
  }


#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328-root {
    text-align: left;
  }


#s-da7b1c13-a885-4b64-bfa1-4ff9cca7d328.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-adf99044-0c0a-4ac2-ad83-325226feef05 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}

#s-adf99044-0c0a-4ac2-ad83-325226feef05 {
  background-image: url();
}








#s-adf99044-0c0a-4ac2-ad83-325226feef05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adf99044-0c0a-4ac2-ad83-325226feef05.shg-box.shg-c {
  justify-content: center;
}

#s-dd056701-779a-4ae9-9b4c-80e1767159bd {
  margin-top: 0px;
margin-bottom: -40px;
min-height: 320px;
}








#s-dd056701-779a-4ae9-9b4c-80e1767159bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd056701-779a-4ae9-9b4c-80e1767159bd.shg-box.shg-c {
  justify-content: center;
}

#s-3fcedd00-a181-4ecd-872e-a423b21018bf {
  min-height: 350px;
background-color: rgba(12, 12, 12, 1);
}








#s-3fcedd00-a181-4ecd-872e-a423b21018bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fcedd00-a181-4ecd-872e-a423b21018bf.shg-box.shg-c {
  justify-content: center;
}

#s-43da3d23-9a19-4cf8-8cec-cebe492f8095 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 19px;
margin-right: 0%;
}

#s-ef99674a-4d3f-4382-bdd5-76be28f5f1c8 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-ef99674a-4d3f-4382-bdd5-76be28f5f1c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef99674a-4d3f-4382-bdd5-76be28f5f1c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef99674a-4d3f-4382-bdd5-76be28f5f1c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef99674a-4d3f-4382-bdd5-76be28f5f1c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  max-width: 1200px;
text-align: center;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image {
  box-sizing: border-box;
}



.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image {
  box-sizing: border-box;
}



.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image {
  box-sizing: border-box;
}



.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image {
  box-sizing: border-box;
}



.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8782a6-174b-4e20-bf74-560b9128c3b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8782a6-174b-4e20-bf74-560b9128c3b9.shogun-image {
  box-sizing: border-box;
}



.s-ea8782a6-174b-4e20-bf74-560b9128c3b9 img.shogun-image {
  
}


}
#s-3670abc7-e7d7-4a3b-8bad-0c2125ccf7d3 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-3670abc7-e7d7-4a3b-8bad-0c2125ccf7d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3670abc7-e7d7-4a3b-8bad-0c2125ccf7d3.shg-box.shg-c {
  justify-content: center;
}

#s-2707f396-fac6-45cc-8dbe-9af78410bc66 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-b31510f2-dab1-4c5d-9bb6-75c3c547f701 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

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

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

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

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

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

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

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

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

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-04dbf3fd-8b47-4ee0-b841-309216216d0a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-04dbf3fd-8b47-4ee0-b841-309216216d0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04dbf3fd-8b47-4ee0-b841-309216216d0a-atc-btn-wrapper {
    text-align: left;
  }


#s-04dbf3fd-8b47-4ee0-b841-309216216d0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-04dbf3fd-8b47-4ee0-b841-309216216d0a-atc-btn-wrapper {
    text-align: left;
  }


#s-04dbf3fd-8b47-4ee0-b841-309216216d0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-04dbf3fd-8b47-4ee0-b841-309216216d0a-atc-btn-wrapper {
    text-align: left;
  }


#s-04dbf3fd-8b47-4ee0-b841-309216216d0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-04dbf3fd-8b47-4ee0-b841-309216216d0a-atc-btn-wrapper {
    text-align: left;
  }


#s-04dbf3fd-8b47-4ee0-b841-309216216d0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-04dbf3fd-8b47-4ee0-b841-309216216d0a-atc-btn-wrapper {
    text-align: left;
  }


#s-04dbf3fd-8b47-4ee0-b841-309216216d0a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-04dbf3fd-8b47-4ee0-b841-309216216d0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
  box-sizing: border-box;
}



.s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
      position: relative;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
  box-sizing: border-box;
}



.s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
      position: relative;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
  box-sizing: border-box;
}



.s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
      position: relative;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
  box-sizing: border-box;
}



.s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
      position: relative;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  margin: 0 !important;
  overflow: visible;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add background color handling */
  
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-5e5ff6a1-0237-464a-8316-bb5c16772623 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image {
  box-sizing: border-box;
}



.s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container {
      position: relative;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e5ff6a1-0237-464a-8316-bb5c16772623 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-067fe2d0-c60d-43d7-a339-661d57a9c94e {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-067fe2d0-c60d-43d7-a339-661d57a9c94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-067fe2d0-c60d-43d7-a339-661d57a9c94e.shg-box.shg-c {
  justify-content: center;
}

#s-c942f3f5-96c9-4d42-a0df-722ae8204cc4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-fddf53b4-67f0-4472-a18f-c2f17d79e823 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-fb100dda-08ff-4cda-83fa-fb5d34458023:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-fb100dda-08ff-4cda-83fa-fb5d34458023:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb100dda-08ff-4cda-83fa-fb5d34458023-atc-btn-wrapper {
    text-align: left;
  }


#s-fb100dda-08ff-4cda-83fa-fb5d34458023 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fb100dda-08ff-4cda-83fa-fb5d34458023-atc-btn-wrapper {
    text-align: left;
  }


#s-fb100dda-08ff-4cda-83fa-fb5d34458023 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb100dda-08ff-4cda-83fa-fb5d34458023-atc-btn-wrapper {
    text-align: left;
  }


#s-fb100dda-08ff-4cda-83fa-fb5d34458023 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fb100dda-08ff-4cda-83fa-fb5d34458023-atc-btn-wrapper {
    text-align: left;
  }


#s-fb100dda-08ff-4cda-83fa-fb5d34458023 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fb100dda-08ff-4cda-83fa-fb5d34458023-atc-btn-wrapper {
    text-align: left;
  }


#s-fb100dda-08ff-4cda-83fa-fb5d34458023 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-fb100dda-08ff-4cda-83fa-fb5d34458023.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  max-width: 1200px;
text-align: center;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-771fc7e2-e6c2-467f-a896-a1645f686b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image {
  box-sizing: border-box;
}



.s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  
}


@media (min-width: 1200px){#s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-771fc7e2-e6c2-467f-a896-a1645f686b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image {
  box-sizing: border-box;
}



.s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-771fc7e2-e6c2-467f-a896-a1645f686b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image {
  box-sizing: border-box;
}



.s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-771fc7e2-e6c2-467f-a896-a1645f686b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image {
  box-sizing: border-box;
}



.s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  
}


}@media (max-width: 767px){#s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-771fc7e2-e6c2-467f-a896-a1645f686b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-771fc7e2-e6c2-467f-a896-a1645f686b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771fc7e2-e6c2-467f-a896-a1645f686b84.shogun-image {
  box-sizing: border-box;
}



.s-771fc7e2-e6c2-467f-a896-a1645f686b84 img.shogun-image {
  
}


}
#s-2279ccaa-23ca-4616-9749-7d62872dd2b8 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-2279ccaa-23ca-4616-9749-7d62872dd2b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2279ccaa-23ca-4616-9749-7d62872dd2b8.shg-box.shg-c {
  justify-content: center;
}

#s-54987d3a-06aa-4e5d-bd00-b332c1cdd96a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-e6684535-7df0-4dbc-a49b-ad68e69b4458 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b05714fe-45ff-42e6-8bd9-34ece1c8e100-atc-btn-wrapper {
    text-align: left;
  }


#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b05714fe-45ff-42e6-8bd9-34ece1c8e100-atc-btn-wrapper {
    text-align: left;
  }


#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b05714fe-45ff-42e6-8bd9-34ece1c8e100-atc-btn-wrapper {
    text-align: left;
  }


#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b05714fe-45ff-42e6-8bd9-34ece1c8e100-atc-btn-wrapper {
    text-align: left;
  }


#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b05714fe-45ff-42e6-8bd9-34ece1c8e100-atc-btn-wrapper {
    text-align: left;
  }


#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b05714fe-45ff-42e6-8bd9-34ece1c8e100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dcb9dec1-074b-4688-86f7-89412edcd76c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-dcb9dec1-074b-4688-86f7-89412edcd76c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcb9dec1-074b-4688-86f7-89412edcd76c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcb9dec1-074b-4688-86f7-89412edcd76c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcb9dec1-074b-4688-86f7-89412edcd76c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
  box-sizing: border-box;
}



.s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a6fc528-6f72-4996-b402-a3def0e07984 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
      position: relative;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
  box-sizing: border-box;
}



.s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a6fc528-6f72-4996-b402-a3def0e07984 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
      position: relative;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
  box-sizing: border-box;
}



.s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a6fc528-6f72-4996-b402-a3def0e07984 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
      position: relative;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
  box-sizing: border-box;
}



.s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a6fc528-6f72-4996-b402-a3def0e07984 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
      position: relative;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a6fc528-6f72-4996-b402-a3def0e07984 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a6fc528-6f72-4996-b402-a3def0e07984 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a6fc528-6f72-4996-b402-a3def0e07984 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image {
  box-sizing: border-box;
}



.s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a6fc528-6f72-4996-b402-a3def0e07984 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container {
      position: relative;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a6fc528-6f72-4996-b402-a3def0e07984 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-a45ca986-c0d2-4044-ada7-163356291f8e {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-a45ca986-c0d2-4044-ada7-163356291f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a45ca986-c0d2-4044-ada7-163356291f8e.shg-box.shg-c {
  justify-content: center;
}

#s-e0db6972-5036-4d8c-b9b5-7dff002b127f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-9ae5a79d-c84a-4bf3-8537-2bbf5a541c7d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594 {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae4b4066-7a62-4c3f-ad10-9025b73f0594-atc-btn-wrapper {
    text-align: left;
  }


#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ae4b4066-7a62-4c3f-ad10-9025b73f0594-atc-btn-wrapper {
    text-align: left;
  }


#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae4b4066-7a62-4c3f-ad10-9025b73f0594-atc-btn-wrapper {
    text-align: left;
  }


#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ae4b4066-7a62-4c3f-ad10-9025b73f0594-atc-btn-wrapper {
    text-align: left;
  }


#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ae4b4066-7a62-4c3f-ad10-9025b73f0594-atc-btn-wrapper {
    text-align: left;
  }


#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ae4b4066-7a62-4c3f-ad10-9025b73f0594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0b0e5237-4200-458b-ba41-086a826894d7 {
  text-align: center;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
    
    
    
    
  }


.s-0b0e5237-4200-458b-ba41-086a826894d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
  box-sizing: border-box;
}



.s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0b0e5237-4200-458b-ba41-086a826894d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
    
    
    
    
  }


.s-0b0e5237-4200-458b-ba41-086a826894d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
  box-sizing: border-box;
}



.s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b0e5237-4200-458b-ba41-086a826894d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
    
    
    
    
  }


.s-0b0e5237-4200-458b-ba41-086a826894d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
  box-sizing: border-box;
}



.s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b0e5237-4200-458b-ba41-086a826894d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
    
    
    
    
  }


.s-0b0e5237-4200-458b-ba41-086a826894d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
  box-sizing: border-box;
}



.s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0b0e5237-4200-458b-ba41-086a826894d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b0e5237-4200-458b-ba41-086a826894d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
    
    
    
    
  }


.s-0b0e5237-4200-458b-ba41-086a826894d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e5237-4200-458b-ba41-086a826894d7.shogun-image {
  box-sizing: border-box;
}



.s-0b0e5237-4200-458b-ba41-086a826894d7 img.shogun-image {
  
}


}
#s-41193b32-7ef3-4b27-8f28-761342aa52f5 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-41193b32-7ef3-4b27-8f28-761342aa52f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41193b32-7ef3-4b27-8f28-761342aa52f5.shg-box.shg-c {
  justify-content: center;
}

#s-46112868-5505-4ddb-a6bf-1a2ace6a50f8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-aa27199b-120d-4ab4-ab59-05eb3f62c43b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-b167f9b6-35d4-4bb5-87c1-09791491fff0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-b167f9b6-35d4-4bb5-87c1-09791491fff0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b167f9b6-35d4-4bb5-87c1-09791491fff0-atc-btn-wrapper {
    text-align: left;
  }


#s-b167f9b6-35d4-4bb5-87c1-09791491fff0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b167f9b6-35d4-4bb5-87c1-09791491fff0-atc-btn-wrapper {
    text-align: left;
  }


#s-b167f9b6-35d4-4bb5-87c1-09791491fff0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b167f9b6-35d4-4bb5-87c1-09791491fff0-atc-btn-wrapper {
    text-align: left;
  }


#s-b167f9b6-35d4-4bb5-87c1-09791491fff0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b167f9b6-35d4-4bb5-87c1-09791491fff0-atc-btn-wrapper {
    text-align: left;
  }


#s-b167f9b6-35d4-4bb5-87c1-09791491fff0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b167f9b6-35d4-4bb5-87c1-09791491fff0-atc-btn-wrapper {
    text-align: left;
  }


#s-b167f9b6-35d4-4bb5-87c1-09791491fff0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-b167f9b6-35d4-4bb5-87c1-09791491fff0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
  box-sizing: border-box;
}



.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
      position: relative;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
  box-sizing: border-box;
}



.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
      position: relative;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
  box-sizing: border-box;
}



.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
      position: relative;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
  box-sizing: border-box;
}



.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
      position: relative;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image {
  box-sizing: border-box;
}



.s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container {
      position: relative;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f7c50d-f89a-473b-bc41-5ba0b6ad5558 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-135a9101-8a96-442f-9129-bdb0dea1e6fc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-135a9101-8a96-442f-9129-bdb0dea1e6fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-135a9101-8a96-442f-9129-bdb0dea1e6fc.shg-box.shg-c {
  justify-content: center;
}

#s-5690a19d-01eb-41a6-8b9b-521e1f9ca804 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-f95821d2-1cf4-4ce3-ad1b-38febd1d85ce {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563-atc-btn-wrapper {
    text-align: left;
  }


#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563-atc-btn-wrapper {
    text-align: left;
  }


#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563-atc-btn-wrapper {
    text-align: left;
  }


#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563-atc-btn-wrapper {
    text-align: left;
  }


#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563-atc-btn-wrapper {
    text-align: left;
  }


#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ea0fe6fc-682e-40b1-9b67-cbf1d724a563.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ad04dc04-9a28-4b10-aff7-1003b48aa27f {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-ad04dc04-9a28-4b10-aff7-1003b48aa27f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad04dc04-9a28-4b10-aff7-1003b48aa27f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad04dc04-9a28-4b10-aff7-1003b48aa27f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad04dc04-9a28-4b10-aff7-1003b48aa27f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  max-width: 1200px;
text-align: center;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a726427-a1f7-4454-9b0e-60db1d804da6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image {
  box-sizing: border-box;
}



.s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a726427-a1f7-4454-9b0e-60db1d804da6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image {
  box-sizing: border-box;
}



.s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a726427-a1f7-4454-9b0e-60db1d804da6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image {
  box-sizing: border-box;
}



.s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a726427-a1f7-4454-9b0e-60db1d804da6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image {
  box-sizing: border-box;
}



.s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a726427-a1f7-4454-9b0e-60db1d804da6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4a726427-a1f7-4454-9b0e-60db1d804da6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a726427-a1f7-4454-9b0e-60db1d804da6.shogun-image {
  box-sizing: border-box;
}



.s-4a726427-a1f7-4454-9b0e-60db1d804da6 img.shogun-image {
  
}


}
#s-21c8d3c9-ec78-4889-9786-ebbcee41b94c {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-21c8d3c9-ec78-4889-9786-ebbcee41b94c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21c8d3c9-ec78-4889-9786-ebbcee41b94c.shg-box.shg-c {
  justify-content: center;
}

#s-efe0c183-de54-44ea-a4bf-779883d38f0d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-9904bae7-80d2-4b0b-93b0-6dbdf7434295 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-a92d2875-7b2e-4cb1-9853-9840799ed960:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-a92d2875-7b2e-4cb1-9853-9840799ed960:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a92d2875-7b2e-4cb1-9853-9840799ed960-atc-btn-wrapper {
    text-align: left;
  }


#s-a92d2875-7b2e-4cb1-9853-9840799ed960 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a92d2875-7b2e-4cb1-9853-9840799ed960-atc-btn-wrapper {
    text-align: left;
  }


#s-a92d2875-7b2e-4cb1-9853-9840799ed960 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a92d2875-7b2e-4cb1-9853-9840799ed960-atc-btn-wrapper {
    text-align: left;
  }


#s-a92d2875-7b2e-4cb1-9853-9840799ed960 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a92d2875-7b2e-4cb1-9853-9840799ed960-atc-btn-wrapper {
    text-align: left;
  }


#s-a92d2875-7b2e-4cb1-9853-9840799ed960 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a92d2875-7b2e-4cb1-9853-9840799ed960-atc-btn-wrapper {
    text-align: left;
  }


#s-a92d2875-7b2e-4cb1-9853-9840799ed960 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-a92d2875-7b2e-4cb1-9853-9840799ed960.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  text-align: center;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  margin: 0 !important;
  overflow: visible;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add background color handling */
  
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
    
    
    
    
  }


.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
  box-sizing: border-box;
}



.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  
}


@media (min-width: 1200px){#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  margin: 0 !important;
  overflow: visible;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add background color handling */
  
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
    
    
    
    
  }


.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
  box-sizing: border-box;
}



.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  margin: 0 !important;
  overflow: visible;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add background color handling */
  
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
    
    
    
    
  }


.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
  box-sizing: border-box;
}



.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  margin: 0 !important;
  overflow: visible;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add background color handling */
  
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
    
    
    
    
  }


.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
  box-sizing: border-box;
}



.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  
}


}@media (max-width: 767px){#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  margin: 0 !important;
  overflow: visible;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52473823-5afd-44b9-9f9f-2b3a5d152b3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add background color handling */
  
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
    
    
    
    
  }


.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52473823-5afd-44b9-9f9f-2b3a5d152b3a.shogun-image {
  box-sizing: border-box;
}



.s-52473823-5afd-44b9-9f9f-2b3a5d152b3a img.shogun-image {
  
}


}
#s-b471a68d-810c-41d4-88a8-f2199d8859dc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-b471a68d-810c-41d4-88a8-f2199d8859dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b471a68d-810c-41d4-88a8-f2199d8859dc.shg-box.shg-c {
  justify-content: center;
}

#s-d2956c2e-1999-4fe4-b979-f3fd020f4c2b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-bbde41f1-52f3-4892-80cd-2eecd9f1bd22 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-d960a6fe-6113-459b-aed1-242fd534fe63 {
  margin-bottom: 40px;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649 {
  padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-d8ed6d74-f095-49b9-90c5-36bb6945f649:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-d8ed6d74-f095-49b9-90c5-36bb6945f649:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8ed6d74-f095-49b9-90c5-36bb6945f649-atc-btn-wrapper {
    text-align: left;
  }


#s-d8ed6d74-f095-49b9-90c5-36bb6945f649 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d8ed6d74-f095-49b9-90c5-36bb6945f649-atc-btn-wrapper {
    text-align: left;
  }


#s-d8ed6d74-f095-49b9-90c5-36bb6945f649 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8ed6d74-f095-49b9-90c5-36bb6945f649-atc-btn-wrapper {
    text-align: left;
  }


#s-d8ed6d74-f095-49b9-90c5-36bb6945f649 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d8ed6d74-f095-49b9-90c5-36bb6945f649-atc-btn-wrapper {
    text-align: left;
  }


#s-d8ed6d74-f095-49b9-90c5-36bb6945f649 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d8ed6d74-f095-49b9-90c5-36bb6945f649-atc-btn-wrapper {
    text-align: left;
  }


#s-d8ed6d74-f095-49b9-90c5-36bb6945f649 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d8ed6d74-f095-49b9-90c5-36bb6945f649.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  margin: 0 !important;
  overflow: visible;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add background color handling */
  
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
  box-sizing: border-box;
}



.s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
      position: relative;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  margin: 0 !important;
  overflow: visible;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add background color handling */
  
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
  box-sizing: border-box;
}



.s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
      position: relative;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  margin: 0 !important;
  overflow: visible;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add background color handling */
  
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
  box-sizing: border-box;
}



.s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
      position: relative;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  margin: 0 !important;
  overflow: visible;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add background color handling */
  
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
  box-sizing: border-box;
}



.s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
      position: relative;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  margin: 0 !important;
  overflow: visible;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add background color handling */
  
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-469fb875-c409-4d4d-bd0e-f1602941ae95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image {
  box-sizing: border-box;
}



.s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container {
      position: relative;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-469fb875-c409-4d4d-bd0e-f1602941ae95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-88ac485b-f825-48e4-9c2a-6ecafbad4203 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-88ac485b-f825-48e4-9c2a-6ecafbad4203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88ac485b-f825-48e4-9c2a-6ecafbad4203.shg-box.shg-c {
  justify-content: center;
}

#s-961e8724-563b-4dc1-8bfb-094604a13da4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-c1864342-51ff-4d19-aba4-902c59e8aa5c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-8492911b-72a9-4a6c-9bfe-2cefc701646b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-8492911b-72a9-4a6c-9bfe-2cefc701646b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8492911b-72a9-4a6c-9bfe-2cefc701646b-atc-btn-wrapper {
    text-align: left;
  }


#s-8492911b-72a9-4a6c-9bfe-2cefc701646b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8492911b-72a9-4a6c-9bfe-2cefc701646b-atc-btn-wrapper {
    text-align: left;
  }


#s-8492911b-72a9-4a6c-9bfe-2cefc701646b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8492911b-72a9-4a6c-9bfe-2cefc701646b-atc-btn-wrapper {
    text-align: left;
  }


#s-8492911b-72a9-4a6c-9bfe-2cefc701646b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8492911b-72a9-4a6c-9bfe-2cefc701646b-atc-btn-wrapper {
    text-align: left;
  }


#s-8492911b-72a9-4a6c-9bfe-2cefc701646b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8492911b-72a9-4a6c-9bfe-2cefc701646b-atc-btn-wrapper {
    text-align: left;
  }


#s-8492911b-72a9-4a6c-9bfe-2cefc701646b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-8492911b-72a9-4a6c-9bfe-2cefc701646b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-db1fac32-14ef-4af1-b2e9-26f3276289f4 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-db1fac32-14ef-4af1-b2e9-26f3276289f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db1fac32-14ef-4af1-b2e9-26f3276289f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db1fac32-14ef-4af1-b2e9-26f3276289f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db1fac32-14ef-4af1-b2e9-26f3276289f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2d396196-6f04-422a-990b-95b135a3522e {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2d396196-6f04-422a-990b-95b135a3522e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d396196-6f04-422a-990b-95b135a3522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
  box-sizing: border-box;
}



.s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d396196-6f04-422a-990b-95b135a3522e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
      position: relative;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-2d396196-6f04-422a-990b-95b135a3522e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d396196-6f04-422a-990b-95b135a3522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
  box-sizing: border-box;
}



.s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d396196-6f04-422a-990b-95b135a3522e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
      position: relative;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d396196-6f04-422a-990b-95b135a3522e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d396196-6f04-422a-990b-95b135a3522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
  box-sizing: border-box;
}



.s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d396196-6f04-422a-990b-95b135a3522e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
      position: relative;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d396196-6f04-422a-990b-95b135a3522e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d396196-6f04-422a-990b-95b135a3522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
  box-sizing: border-box;
}



.s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d396196-6f04-422a-990b-95b135a3522e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
      position: relative;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-2d396196-6f04-422a-990b-95b135a3522e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d396196-6f04-422a-990b-95b135a3522e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d396196-6f04-422a-990b-95b135a3522e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d396196-6f04-422a-990b-95b135a3522e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2d396196-6f04-422a-990b-95b135a3522e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image {
  box-sizing: border-box;
}



.s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d396196-6f04-422a-990b-95b135a3522e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container {
      position: relative;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d396196-6f04-422a-990b-95b135a3522e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-723d0e18-4da0-46b2-bdf1-36a9ca9d2ad0 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-723d0e18-4da0-46b2-bdf1-36a9ca9d2ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-723d0e18-4da0-46b2-bdf1-36a9ca9d2ad0.shg-box.shg-c {
  justify-content: center;
}

#s-ff75eddd-fd1f-4bda-887b-fb89447be1ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-bd08f541-3b5d-4b9b-a182-1ef335fac857 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614-atc-btn-wrapper {
    text-align: left;
  }


#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614-atc-btn-wrapper {
    text-align: left;
  }


#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614-atc-btn-wrapper {
    text-align: left;
  }


#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614-atc-btn-wrapper {
    text-align: left;
  }


#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614-atc-btn-wrapper {
    text-align: left;
  }


#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-ce6aba25-a3d2-4463-a7f1-e2bc73acc614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
  box-sizing: border-box;
}



.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
      position: relative;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
  box-sizing: border-box;
}



.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
      position: relative;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
  box-sizing: border-box;
}



.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
      position: relative;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
  box-sizing: border-box;
}



.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
      position: relative;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image {
  box-sizing: border-box;
}



.s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container {
      position: relative;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fea2e4f-3a1d-4c62-bba2-8aa0f17de0a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-afae7623-b669-4927-85ad-9f2beca13081 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-afae7623-b669-4927-85ad-9f2beca13081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afae7623-b669-4927-85ad-9f2beca13081.shg-box.shg-c {
  justify-content: center;
}

#s-9a64843d-4a5a-445e-899d-9a0e58b68909 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-75e369e9-8ecd-4e34-b67f-cb1db50df06e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-f1e71d93-4764-47d1-9355-ae5057579124:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-f1e71d93-4764-47d1-9355-ae5057579124:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1e71d93-4764-47d1-9355-ae5057579124-atc-btn-wrapper {
    text-align: left;
  }


#s-f1e71d93-4764-47d1-9355-ae5057579124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f1e71d93-4764-47d1-9355-ae5057579124-atc-btn-wrapper {
    text-align: left;
  }


#s-f1e71d93-4764-47d1-9355-ae5057579124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1e71d93-4764-47d1-9355-ae5057579124-atc-btn-wrapper {
    text-align: left;
  }


#s-f1e71d93-4764-47d1-9355-ae5057579124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f1e71d93-4764-47d1-9355-ae5057579124-atc-btn-wrapper {
    text-align: left;
  }


#s-f1e71d93-4764-47d1-9355-ae5057579124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f1e71d93-4764-47d1-9355-ae5057579124-atc-btn-wrapper {
    text-align: left;
  }


#s-f1e71d93-4764-47d1-9355-ae5057579124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f1e71d93-4764-47d1-9355-ae5057579124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  margin: 0 !important;
  overflow: visible;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add background color handling */
  
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
  box-sizing: border-box;
}



.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
      position: relative;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  margin: 0 !important;
  overflow: visible;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add background color handling */
  
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
  box-sizing: border-box;
}



.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
      position: relative;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  margin: 0 !important;
  overflow: visible;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add background color handling */
  
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
  box-sizing: border-box;
}



.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
      position: relative;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  margin: 0 !important;
  overflow: visible;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add background color handling */
  
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
  box-sizing: border-box;
}



.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
      position: relative;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  margin: 0 !important;
  overflow: visible;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add background color handling */
  
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image {
  box-sizing: border-box;
}



.s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container {
      position: relative;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b37d986c-6208-4d63-a8cc-70ae5c850e75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-da832f8e-4fb6-4fd6-ad29-3fc2b2e5b020 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-da832f8e-4fb6-4fd6-ad29-3fc2b2e5b020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da832f8e-4fb6-4fd6-ad29-3fc2b2e5b020.shg-box.shg-c {
  justify-content: center;
}

#s-17fad609-0997-4711-bf44-aebea2595b31 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-15798de6-3f0d-41e3-8c00-4f0a6d39ce86 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7048082-e0e4-4d7e-9513-26dcf3564c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f7048082-e0e4-4d7e-9513-26dcf3564c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7048082-e0e4-4d7e-9513-26dcf3564c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f7048082-e0e4-4d7e-9513-26dcf3564c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f7048082-e0e4-4d7e-9513-26dcf3564c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f7048082-e0e4-4d7e-9513-26dcf3564c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f7500358-c38d-4af3-9b06-268ac3a8e147 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-f7500358-c38d-4af3-9b06-268ac3a8e147"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7500358-c38d-4af3-9b06-268ac3a8e147"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7500358-c38d-4af3-9b06-268ac3a8e147"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7500358-c38d-4af3-9b06-268ac3a8e147"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  text-align: center;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
    
    
    
    
  }


.s-e9b1709f-545f-4888-90ad-2ca363970ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
  box-sizing: border-box;
}



.s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
    
    
    
    
  }


.s-e9b1709f-545f-4888-90ad-2ca363970ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
  box-sizing: border-box;
}



.s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
    
    
    
    
  }


.s-e9b1709f-545f-4888-90ad-2ca363970ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
  box-sizing: border-box;
}



.s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
    
    
    
    
  }


.s-e9b1709f-545f-4888-90ad-2ca363970ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
  box-sizing: border-box;
}



.s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9b1709f-545f-4888-90ad-2ca363970ad6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
    
    
    
    
  }


.s-e9b1709f-545f-4888-90ad-2ca363970ad6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9b1709f-545f-4888-90ad-2ca363970ad6.shogun-image {
  box-sizing: border-box;
}



.s-e9b1709f-545f-4888-90ad-2ca363970ad6 img.shogun-image {
  
}


}
#s-cd5ed0f1-b909-45a0-96ce-6f4ff6b58558 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-cd5ed0f1-b909-45a0-96ce-6f4ff6b58558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd5ed0f1-b909-45a0-96ce-6f4ff6b58558.shg-box.shg-c {
  justify-content: center;
}

#s-8ea2ecaf-c526-4804-a8aa-9bea3cfe4fd1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-dc76ad16-e5e3-451d-849d-92f4e3047d91 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-33194ef6-e778-442e-8438-88cbc688fcfa:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-33194ef6-e778-442e-8438-88cbc688fcfa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33194ef6-e778-442e-8438-88cbc688fcfa-atc-btn-wrapper {
    text-align: left;
  }


#s-33194ef6-e778-442e-8438-88cbc688fcfa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-33194ef6-e778-442e-8438-88cbc688fcfa-atc-btn-wrapper {
    text-align: left;
  }


#s-33194ef6-e778-442e-8438-88cbc688fcfa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-33194ef6-e778-442e-8438-88cbc688fcfa-atc-btn-wrapper {
    text-align: left;
  }


#s-33194ef6-e778-442e-8438-88cbc688fcfa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-33194ef6-e778-442e-8438-88cbc688fcfa-atc-btn-wrapper {
    text-align: left;
  }


#s-33194ef6-e778-442e-8438-88cbc688fcfa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-33194ef6-e778-442e-8438-88cbc688fcfa-atc-btn-wrapper {
    text-align: left;
  }


#s-33194ef6-e778-442e-8438-88cbc688fcfa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-33194ef6-e778-442e-8438-88cbc688fcfa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
  box-sizing: border-box;
}



.s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f902134-956d-4757-b1b9-14dbe5588d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
      position: relative;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
  box-sizing: border-box;
}



.s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f902134-956d-4757-b1b9-14dbe5588d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
      position: relative;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
  box-sizing: border-box;
}



.s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f902134-956d-4757-b1b9-14dbe5588d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
      position: relative;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
  box-sizing: border-box;
}



.s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f902134-956d-4757-b1b9-14dbe5588d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
      position: relative;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  margin: 0 !important;
  overflow: visible;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f902134-956d-4757-b1b9-14dbe5588d9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add background color handling */
  
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f902134-956d-4757-b1b9-14dbe5588d9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8f902134-956d-4757-b1b9-14dbe5588d9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image {
  box-sizing: border-box;
}



.s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8f902134-956d-4757-b1b9-14dbe5588d9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container {
      position: relative;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f902134-956d-4757-b1b9-14dbe5588d9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-bfc02f65-3051-452e-b795-6b838d9c6c09 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-bfc02f65-3051-452e-b795-6b838d9c6c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfc02f65-3051-452e-b795-6b838d9c6c09.shg-box.shg-c {
  justify-content: center;
}

#s-48086ec7-2407-4172-8dbe-ab426cdeefa6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-c2e68e9e-4b87-4eba-b993-c008510bf383 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490 {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-428cd307-c6d8-4876-8417-2fafa9dae490:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-428cd307-c6d8-4876-8417-2fafa9dae490:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-428cd307-c6d8-4876-8417-2fafa9dae490-atc-btn-wrapper {
    text-align: left;
  }


#s-428cd307-c6d8-4876-8417-2fafa9dae490 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-428cd307-c6d8-4876-8417-2fafa9dae490-atc-btn-wrapper {
    text-align: left;
  }


#s-428cd307-c6d8-4876-8417-2fafa9dae490 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-428cd307-c6d8-4876-8417-2fafa9dae490-atc-btn-wrapper {
    text-align: left;
  }


#s-428cd307-c6d8-4876-8417-2fafa9dae490 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-428cd307-c6d8-4876-8417-2fafa9dae490-atc-btn-wrapper {
    text-align: left;
  }


#s-428cd307-c6d8-4876-8417-2fafa9dae490 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-428cd307-c6d8-4876-8417-2fafa9dae490-atc-btn-wrapper {
    text-align: left;
  }


#s-428cd307-c6d8-4876-8417-2fafa9dae490 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-428cd307-c6d8-4876-8417-2fafa9dae490.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
  box-sizing: border-box;
}



.s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e255015-d6ff-4757-8302-c5dc213a8586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
      position: relative;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
  box-sizing: border-box;
}



.s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e255015-d6ff-4757-8302-c5dc213a8586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
      position: relative;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
  box-sizing: border-box;
}



.s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e255015-d6ff-4757-8302-c5dc213a8586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
      position: relative;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
  box-sizing: border-box;
}



.s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e255015-d6ff-4757-8302-c5dc213a8586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
      position: relative;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e255015-d6ff-4757-8302-c5dc213a8586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e255015-d6ff-4757-8302-c5dc213a8586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4e255015-d6ff-4757-8302-c5dc213a8586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image {
  box-sizing: border-box;
}



.s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e255015-d6ff-4757-8302-c5dc213a8586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container {
      position: relative;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e255015-d6ff-4757-8302-c5dc213a8586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-2a387ad5-abc6-4487-8ac0-b0a070667e34 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-2a387ad5-abc6-4487-8ac0-b0a070667e34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a387ad5-abc6-4487-8ac0-b0a070667e34.shg-box.shg-c {
  justify-content: center;
}

#s-c847c0d2-f608-4bab-8561-d7abe6a0b57a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-0322140f-8f89-489c-b395-9d5a87c3da12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-6889fee4-f14b-42d6-926e-5834a89f5c2c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-6889fee4-f14b-42d6-926e-5834a89f5c2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6889fee4-f14b-42d6-926e-5834a89f5c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-6889fee4-f14b-42d6-926e-5834a89f5c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6889fee4-f14b-42d6-926e-5834a89f5c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-6889fee4-f14b-42d6-926e-5834a89f5c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6889fee4-f14b-42d6-926e-5834a89f5c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-6889fee4-f14b-42d6-926e-5834a89f5c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6889fee4-f14b-42d6-926e-5834a89f5c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-6889fee4-f14b-42d6-926e-5834a89f5c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6889fee4-f14b-42d6-926e-5834a89f5c2c-atc-btn-wrapper {
    text-align: left;
  }


#s-6889fee4-f14b-42d6-926e-5834a89f5c2c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-6889fee4-f14b-42d6-926e-5834a89f5c2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-419e5e8b-80f6-454c-b78c-dff9e22cbd1e {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-419e5e8b-80f6-454c-b78c-dff9e22cbd1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-419e5e8b-80f6-454c-b78c-dff9e22cbd1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-419e5e8b-80f6-454c-b78c-dff9e22cbd1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-419e5e8b-80f6-454c-b78c-dff9e22cbd1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  text-align: center;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  margin: 0 !important;
  overflow: visible;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add background color handling */
  
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
    
    
    
    
  }


.s-793325b1-2153-439f-b49c-af8ccf2e2b03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
  box-sizing: border-box;
}



.s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  
}


@media (min-width: 1200px){#s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  margin: 0 !important;
  overflow: visible;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add background color handling */
  
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
    
    
    
    
  }


.s-793325b1-2153-439f-b49c-af8ccf2e2b03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
  box-sizing: border-box;
}



.s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  margin: 0 !important;
  overflow: visible;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add background color handling */
  
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
    
    
    
    
  }


.s-793325b1-2153-439f-b49c-af8ccf2e2b03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
  box-sizing: border-box;
}



.s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  margin: 0 !important;
  overflow: visible;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add background color handling */
  
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
    
    
    
    
  }


.s-793325b1-2153-439f-b49c-af8ccf2e2b03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
  box-sizing: border-box;
}



.s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  
}


}@media (max-width: 767px){#s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  margin: 0 !important;
  overflow: visible;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-793325b1-2153-439f-b49c-af8ccf2e2b03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add background color handling */
  
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
    
    
    
    
  }


.s-793325b1-2153-439f-b49c-af8ccf2e2b03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793325b1-2153-439f-b49c-af8ccf2e2b03.shogun-image {
  box-sizing: border-box;
}



.s-793325b1-2153-439f-b49c-af8ccf2e2b03 img.shogun-image {
  
}


}
#s-e284c14b-cb3a-44fb-9439-8ee7bdc5e9f9 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-e284c14b-cb3a-44fb-9439-8ee7bdc5e9f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e284c14b-cb3a-44fb-9439-8ee7bdc5e9f9.shg-box.shg-c {
  justify-content: center;
}

#s-4c2c8997-ee2a-468a-9585-ff34a358fa1d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-91c94ab1-8138-49a5-9332-1284711312ad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-b20ea9c8-44e4-4239-92ee-3c8ee7dece3f {
  margin-bottom: 40px;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476 {
  padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-efc92266-4a2a-4cac-b2b6-65353e46c476:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-efc92266-4a2a-4cac-b2b6-65353e46c476:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efc92266-4a2a-4cac-b2b6-65353e46c476-atc-btn-wrapper {
    text-align: left;
  }


#s-efc92266-4a2a-4cac-b2b6-65353e46c476 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-efc92266-4a2a-4cac-b2b6-65353e46c476-atc-btn-wrapper {
    text-align: left;
  }


#s-efc92266-4a2a-4cac-b2b6-65353e46c476 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-efc92266-4a2a-4cac-b2b6-65353e46c476-atc-btn-wrapper {
    text-align: left;
  }


#s-efc92266-4a2a-4cac-b2b6-65353e46c476 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-efc92266-4a2a-4cac-b2b6-65353e46c476-atc-btn-wrapper {
    text-align: left;
  }


#s-efc92266-4a2a-4cac-b2b6-65353e46c476 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-efc92266-4a2a-4cac-b2b6-65353e46c476-atc-btn-wrapper {
    text-align: left;
  }


#s-efc92266-4a2a-4cac-b2b6-65353e46c476 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-efc92266-4a2a-4cac-b2b6-65353e46c476.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  text-align: center;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  margin: 0 !important;
  overflow: visible;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add background color handling */
  
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
    
    
    
    
  }


.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c .shogun-image-content {
  
    justify-content: center;
  
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
  box-sizing: border-box;
}



.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  
}


@media (min-width: 1200px){#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  margin: 0 !important;
  overflow: visible;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add background color handling */
  
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
    
    
    
    
  }


.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c .shogun-image-content {
  
    justify-content: center;
  
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
  box-sizing: border-box;
}



.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  margin: 0 !important;
  overflow: visible;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add background color handling */
  
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
    
    
    
    
  }


.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c .shogun-image-content {
  
    justify-content: center;
  
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
  box-sizing: border-box;
}



.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  margin: 0 !important;
  overflow: visible;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add background color handling */
  
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
    
    
    
    
  }


.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c .shogun-image-content {
  
    justify-content: center;
  
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
  box-sizing: border-box;
}



.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  
}


}@media (max-width: 767px){#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  margin: 0 !important;
  overflow: visible;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22cd15bc-8dbd-4be0-aa82-c58144f5326c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add background color handling */
  
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
    
    
    
    
  }


.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c .shogun-image-content {
  
    justify-content: center;
  
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22cd15bc-8dbd-4be0-aa82-c58144f5326c.shogun-image {
  box-sizing: border-box;
}



.s-22cd15bc-8dbd-4be0-aa82-c58144f5326c img.shogun-image {
  
}


}
#s-57e69e00-275f-4518-a821-c6a893a0dc8d {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-57e69e00-275f-4518-a821-c6a893a0dc8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57e69e00-275f-4518-a821-c6a893a0dc8d.shg-box.shg-c {
  justify-content: center;
}

#s-202c0d61-5e15-4132-be34-aa63fdbad69d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-b2762e8e-77b4-4208-99d9-5467fd1f40fd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-e68bcd0c-90fc-44b8-ac38-62123ab800c3 {
  margin-bottom: 40px;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d {
  padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d-atc-btn-wrapper {
    text-align: left;
  }


#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d-atc-btn-wrapper {
    text-align: left;
  }


#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d-atc-btn-wrapper {
    text-align: left;
  }


#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d-atc-btn-wrapper {
    text-align: left;
  }


#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d-atc-btn-wrapper {
    text-align: left;
  }


#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-9a908339-35dc-406b-9eaa-aa5d5f6d6c0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2372dc24-06e9-472c-af26-d23d708b165a {
  text-align: center;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a {
  margin: 0 !important;
  overflow: visible;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add background color handling */
  
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
    
    
    
    
  }


.s-2372dc24-06e9-472c-af26-d23d708b165a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
  box-sizing: border-box;
}



.s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  
}


@media (min-width: 1200px){#s-2372dc24-06e9-472c-af26-d23d708b165a {
  margin: 0 !important;
  overflow: visible;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add background color handling */
  
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
    
    
    
    
  }


.s-2372dc24-06e9-472c-af26-d23d708b165a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
  box-sizing: border-box;
}



.s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2372dc24-06e9-472c-af26-d23d708b165a {
  margin: 0 !important;
  overflow: visible;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add background color handling */
  
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
    
    
    
    
  }


.s-2372dc24-06e9-472c-af26-d23d708b165a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
  box-sizing: border-box;
}



.s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2372dc24-06e9-472c-af26-d23d708b165a {
  margin: 0 !important;
  overflow: visible;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add background color handling */
  
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
    
    
    
    
  }


.s-2372dc24-06e9-472c-af26-d23d708b165a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
  box-sizing: border-box;
}



.s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  
}


}@media (max-width: 767px){#s-2372dc24-06e9-472c-af26-d23d708b165a {
  margin: 0 !important;
  overflow: visible;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2372dc24-06e9-472c-af26-d23d708b165a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add background color handling */
  
}

#s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
    
    
    
    
  }


.s-2372dc24-06e9-472c-af26-d23d708b165a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2372dc24-06e9-472c-af26-d23d708b165a.shogun-image {
  box-sizing: border-box;
}



.s-2372dc24-06e9-472c-af26-d23d708b165a img.shogun-image {
  
}


}
#s-9d1abde5-7e6c-49f1-8ae5-9b6bfc98f730 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-9d1abde5-7e6c-49f1-8ae5-9b6bfc98f730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d1abde5-7e6c-49f1-8ae5-9b6bfc98f730.shg-box.shg-c {
  justify-content: center;
}

#s-19d96658-96cc-4913-b9f4-399875a543f1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-6a93d218-cdf9-48ca-974f-e7f2ded3a080 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d167ac0d-4b39-472f-a19c-07e47c6cf34c-atc-btn-wrapper {
    text-align: left;
  }


#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d167ac0d-4b39-472f-a19c-07e47c6cf34c-atc-btn-wrapper {
    text-align: left;
  }


#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d167ac0d-4b39-472f-a19c-07e47c6cf34c-atc-btn-wrapper {
    text-align: left;
  }


#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d167ac0d-4b39-472f-a19c-07e47c6cf34c-atc-btn-wrapper {
    text-align: left;
  }


#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d167ac0d-4b39-472f-a19c-07e47c6cf34c-atc-btn-wrapper {
    text-align: left;
  }


#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-d167ac0d-4b39-472f-a19c-07e47c6cf34c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6a64d0bf-4bff-40ec-90be-b8d996c041dd {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-6a64d0bf-4bff-40ec-90be-b8d996c041dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a64d0bf-4bff-40ec-90be-b8d996c041dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a64d0bf-4bff-40ec-90be-b8d996c041dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a64d0bf-4bff-40ec-90be-b8d996c041dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
  box-sizing: border-box;
}



.s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d7350-516e-406c-8cc8-0f0215e29b7a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
      position: relative;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
  box-sizing: border-box;
}



.s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d7350-516e-406c-8cc8-0f0215e29b7a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
      position: relative;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
  box-sizing: border-box;
}



.s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d7350-516e-406c-8cc8-0f0215e29b7a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
      position: relative;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
  box-sizing: border-box;
}



.s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d7350-516e-406c-8cc8-0f0215e29b7a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
      position: relative;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  margin: 0 !important;
  overflow: visible;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489d7350-516e-406c-8cc8-0f0215e29b7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add background color handling */
  
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-489d7350-516e-406c-8cc8-0f0215e29b7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-489d7350-516e-406c-8cc8-0f0215e29b7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image {
  box-sizing: border-box;
}



.s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-489d7350-516e-406c-8cc8-0f0215e29b7a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container {
      position: relative;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-489d7350-516e-406c-8cc8-0f0215e29b7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-dbc7cbb7-4eec-41cf-86d2-ed90519987de {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-dbc7cbb7-4eec-41cf-86d2-ed90519987de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbc7cbb7-4eec-41cf-86d2-ed90519987de.shg-box.shg-c {
  justify-content: center;
}

#s-c849e9ee-e027-4fb8-a142-2abf799458f0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 700px;
}

#s-856ec07a-9648-4ce5-81cc-8206d815af24 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9 {
  margin-top: 2px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 6px;
background-color: rgba(255, 186, 54, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: #000;
}
#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: #000 !important;
background-image: none !important;
hover-type: color !important;}#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9-atc-btn-wrapper {
    text-align: left;
  }


#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9-atc-btn-wrapper {
    text-align: left;
  }


#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9-atc-btn-wrapper {
    text-align: left;
  }


#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9-atc-btn-wrapper {
    text-align: left;
  }


#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9-atc-btn-wrapper {
    text-align: left;
  }


#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn {
  color: #000;
  font-size: 16px;
  
  
  font-family: Urbanist;
  display:  inline-block ;
}

#s-f2280b2d-57f4-4ed7-82c4-828ceb14d7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-166ae769-568e-4200-9871-77ff7c988859 {
  margin-top: 40px;
max-width: 1920px;
aspect-ratio: 1920/640;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-166ae769-568e-4200-9871-77ff7c988859 {
  display: none;
}
#s-166ae769-568e-4200-9871-77ff7c988859, #wrap-s-166ae769-568e-4200-9871-77ff7c988859, #wrap-content-s-166ae769-568e-4200-9871-77ff7c988859 { display: none !important; }}@media (max-width: 767px){#s-166ae769-568e-4200-9871-77ff7c988859 {
  display: none;
}
#s-166ae769-568e-4200-9871-77ff7c988859, #wrap-s-166ae769-568e-4200-9871-77ff7c988859, #wrap-content-s-166ae769-568e-4200-9871-77ff7c988859 { display: none !important; }}
#s-166ae769-568e-4200-9871-77ff7c988859 {
  margin: 0 !important;
  overflow: visible;
}

#s-166ae769-568e-4200-9871-77ff7c988859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 40px;
  
}

.shg-image-content-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add background color handling */
  
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-166ae769-568e-4200-9871-77ff7c988859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
  box-sizing: border-box;
}



.s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-166ae769-568e-4200-9871-77ff7c988859 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
      position: relative;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-166ae769-568e-4200-9871-77ff7c988859 {
  margin: 0 !important;
  overflow: visible;
}

#s-166ae769-568e-4200-9871-77ff7c988859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add background color handling */
  
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-166ae769-568e-4200-9871-77ff7c988859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
  box-sizing: border-box;
}



.s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-166ae769-568e-4200-9871-77ff7c988859 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
      position: relative;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-166ae769-568e-4200-9871-77ff7c988859 {
  margin: 0 !important;
  overflow: visible;
}

#s-166ae769-568e-4200-9871-77ff7c988859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add background color handling */
  
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-166ae769-568e-4200-9871-77ff7c988859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
  box-sizing: border-box;
}



.s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-166ae769-568e-4200-9871-77ff7c988859 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
      position: relative;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-166ae769-568e-4200-9871-77ff7c988859 {
  margin: 0 !important;
  overflow: visible;
}

#s-166ae769-568e-4200-9871-77ff7c988859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add background color handling */
  
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-166ae769-568e-4200-9871-77ff7c988859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
  box-sizing: border-box;
}



.s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-166ae769-568e-4200-9871-77ff7c988859 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
      position: relative;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-166ae769-568e-4200-9871-77ff7c988859 {
  margin: 0 !important;
  overflow: visible;
}

#s-166ae769-568e-4200-9871-77ff7c988859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-166ae769-568e-4200-9871-77ff7c988859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add background color handling */
  
}

#s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }

    #s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-link {
      aspect-ratio: 1920/640;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-166ae769-568e-4200-9871-77ff7c988859 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-166ae769-568e-4200-9871-77ff7c988859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-166ae769-568e-4200-9871-77ff7c988859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-166ae769-568e-4200-9871-77ff7c988859.shogun-image {
  box-sizing: border-box;
}



.s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-166ae769-568e-4200-9871-77ff7c988859 {
      --shg-aspect-ratio: calc(1920/640); 
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container {
      position: relative;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-166ae769-568e-4200-9871-77ff7c988859.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-166ae769-568e-4200-9871-77ff7c988859 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  margin-top: 40px;
max-width: 720px;
aspect-ratio: 720/960;
text-align: center;
}
@media (min-width: 1200px){#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  display: none;
}
#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6, #wrap-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6, #wrap-content-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  display: none;
}
#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6, #wrap-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6, #wrap-content-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 { display: none !important; }}
#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 40px;
  
}

.shg-image-content-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }

    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-link {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
  box-sizing: border-box;
}



.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
      --shg-aspect-ratio: calc(720/960); 
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
      position: relative;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }

    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-link {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
  box-sizing: border-box;
}



.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
      --shg-aspect-ratio: calc(720/960); 
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
      position: relative;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }

    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-link {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
  box-sizing: border-box;
}



.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
      --shg-aspect-ratio: calc(720/960); 
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
      position: relative;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }

    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-link {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
  box-sizing: border-box;
}



.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
      --shg-aspect-ratio: calc(720/960); 
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
      position: relative;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }

    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-link {
      aspect-ratio: 720/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image {
  box-sizing: border-box;
}



.s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 {
      --shg-aspect-ratio: calc(720/960); 
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container {
      position: relative;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dacfbd6-9c36-4723-a65f-31ef9d8a5fc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-935eb485-2766-4ecb-add1-621b0d549a92 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 22px;
margin-left: 5%;
margin-bottom: 22px;
margin-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-935eb485-2766-4ecb-add1-621b0d549a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-935eb485-2766-4ecb-add1-621b0d549a92.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}