.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-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (max-width: 767px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}







#s-bca27ead-8b4b-4350-ad9e-94e696d22715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bca27ead-8b4b-4350-ad9e-94e696d22715.shg-box.shg-c {
  justify-content: center;
}

#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center top;
}
@media (min-width: 1200px){#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  
}
}
#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  background-image: url(https://i.shgcdn.com/ab244965-fa6d-4ca6-92d1-480d13883cec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875.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-9b6b821d-a7f7-494e-888f-91454e09db16 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b6b821d-a7f7-494e-888f-91454e09db16 {
  display: none;
}
#s-9b6b821d-a7f7-494e-888f-91454e09db16, #wrap-s-9b6b821d-a7f7-494e-888f-91454e09db16 { display: none !important; }}@media (max-width: 767px){#s-9b6b821d-a7f7-494e-888f-91454e09db16 {
  display: none;
}
#s-9b6b821d-a7f7-494e-888f-91454e09db16, #wrap-s-9b6b821d-a7f7-494e-888f-91454e09db16 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b6b821d-a7f7-494e-888f-91454e09db16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9b6b821d-a7f7-494e-888f-91454e09db16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b6b821d-a7f7-494e-888f-91454e09db16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b6b821d-a7f7-494e-888f-91454e09db16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-73bd4d21-977a-45d4-b9de-2929a7bffd50 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-73bd4d21-977a-45d4-b9de-2929a7bffd50 {
  display: none;
}
#s-73bd4d21-977a-45d4-b9de-2929a7bffd50, #wrap-s-73bd4d21-977a-45d4-b9de-2929a7bffd50 { display: none !important; }}@media (max-width: 767px){#s-73bd4d21-977a-45d4-b9de-2929a7bffd50 {
  display: none;
}
#s-73bd4d21-977a-45d4-b9de-2929a7bffd50, #wrap-s-73bd4d21-977a-45d4-b9de-2929a7bffd50 { display: none !important; }}







#s-73bd4d21-977a-45d4-b9de-2929a7bffd50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73bd4d21-977a-45d4-b9de-2929a7bffd50.shg-box.shg-c {
  justify-content: flex-end;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f2303b30-7f21-4169-8d34-e18fb1aaee38 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1122px;
aspect-ratio: 2048/1462;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-f2303b30-7f21-4169-8d34-e18fb1aaee38 img.shogun-image,
  #s-f2303b30-7f21-4169-8d34-e18fb1aaee38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2303b30-7f21-4169-8d34-e18fb1aaee38 {
    width: 100%;
    height: auto;
  }



  #s-f2303b30-7f21-4169-8d34-e18fb1aaee38 img.shogun-image {
    

    
    
    
  }


#s-f2303b30-7f21-4169-8d34-e18fb1aaee38 .shogun-image-content {
  
    align-items: center;
  
}

.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-fa823c9e-3943-4bd0-a1a7-1b86d83154c9 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 197, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9-root {
    text-align: left;
  }


#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9-root {
    text-align: left;
  }


#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9-root {
    text-align: left;
  }


#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9-root {
    text-align: left;
  }


#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9-root {
    text-align: left;
  }


#s-fa823c9e-3943-4bd0-a1a7-1b86d83154c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e7361a48-7f65-4695-a886-6adb60447e2c {
  margin-left: 11px;
margin-right: 50px;
}

#s-e7361a48-7f65-4695-a886-6adb60447e2c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e7361a48-7f65-4695-a886-6adb60447e2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e7361a48-7f65-4695-a886-6adb60447e2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e7361a48-7f65-4695-a886-6adb60447e2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e7361a48-7f65-4695-a886-6adb60447e2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-e7361a48-7f65-4695-a886-6adb60447e2c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4-root {
    text-align: left;
  }


#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4-root {
    text-align: left;
  }


#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4-root {
    text-align: left;
  }


#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4-root {
    text-align: left;
  }


#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4-root {
    text-align: left;
  }


#s-db561dc2-fc9a-4196-b1b5-d2cc7c74f7a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f-root {
    text-align: left;
  }


#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f-root {
    text-align: left;
  }


#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f-root {
    text-align: left;
  }


#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f-root {
    text-align: left;
  }


#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f-root {
    text-align: left;
  }


#s-46cb6e2f-dc11-4910-af03-312a5cf1fd4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0-root {
    text-align: left;
  }


#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0-root {
    text-align: left;
  }


#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0-root {
    text-align: left;
  }


#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0-root {
    text-align: left;
  }


#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0-root {
    text-align: left;
  }


#s-f4ca5fcd-64e7-40d9-9656-842bd4e862c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-695d88ee-25c5-4efd-8363-12525106a1be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-695d88ee-25c5-4efd-8363-12525106a1be:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-695d88ee-25c5-4efd-8363-12525106a1be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-695d88ee-25c5-4efd-8363-12525106a1be-root {
    text-align: left;
  }


#s-695d88ee-25c5-4efd-8363-12525106a1be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-695d88ee-25c5-4efd-8363-12525106a1be-root {
    text-align: left;
  }


#s-695d88ee-25c5-4efd-8363-12525106a1be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-695d88ee-25c5-4efd-8363-12525106a1be-root {
    text-align: left;
  }


#s-695d88ee-25c5-4efd-8363-12525106a1be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-695d88ee-25c5-4efd-8363-12525106a1be-root {
    text-align: left;
  }


#s-695d88ee-25c5-4efd-8363-12525106a1be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-695d88ee-25c5-4efd-8363-12525106a1be-root {
    text-align: left;
  }


#s-695d88ee-25c5-4efd-8363-12525106a1be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8c81d3e0-b394-4c6a-835c-cafde3a07965 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8c81d3e0-b394-4c6a-835c-cafde3a07965:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8c81d3e0-b394-4c6a-835c-cafde3a07965:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c81d3e0-b394-4c6a-835c-cafde3a07965-root {
    text-align: left;
  }


#s-8c81d3e0-b394-4c6a-835c-cafde3a07965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c81d3e0-b394-4c6a-835c-cafde3a07965-root {
    text-align: left;
  }


#s-8c81d3e0-b394-4c6a-835c-cafde3a07965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c81d3e0-b394-4c6a-835c-cafde3a07965-root {
    text-align: left;
  }


#s-8c81d3e0-b394-4c6a-835c-cafde3a07965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c81d3e0-b394-4c6a-835c-cafde3a07965-root {
    text-align: left;
  }


#s-8c81d3e0-b394-4c6a-835c-cafde3a07965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c81d3e0-b394-4c6a-835c-cafde3a07965-root {
    text-align: left;
  }


#s-8c81d3e0-b394-4c6a-835c-cafde3a07965.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39537e50-0d5f-4e9e-9417-cfff43cc5d79-root {
    text-align: left;
  }


#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-39537e50-0d5f-4e9e-9417-cfff43cc5d79-root {
    text-align: left;
  }


#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39537e50-0d5f-4e9e-9417-cfff43cc5d79-root {
    text-align: left;
  }


#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39537e50-0d5f-4e9e-9417-cfff43cc5d79-root {
    text-align: left;
  }


#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-39537e50-0d5f-4e9e-9417-cfff43cc5d79-root {
    text-align: left;
  }


#s-39537e50-0d5f-4e9e-9417-cfff43cc5d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6-root {
    text-align: left;
  }


#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6-root {
    text-align: left;
  }


#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6-root {
    text-align: left;
  }


#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6-root {
    text-align: left;
  }


#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6-root {
    text-align: left;
  }


#s-8b5ee93c-591b-4dfe-9965-f8a2d06d79c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-00ac0fb5-baab-44f1-ba47-2b2403b14296 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-00ac0fb5-baab-44f1-ba47-2b2403b14296:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-00ac0fb5-baab-44f1-ba47-2b2403b14296:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00ac0fb5-baab-44f1-ba47-2b2403b14296-root {
    text-align: left;
  }


#s-00ac0fb5-baab-44f1-ba47-2b2403b14296.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00ac0fb5-baab-44f1-ba47-2b2403b14296-root {
    text-align: left;
  }


#s-00ac0fb5-baab-44f1-ba47-2b2403b14296.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00ac0fb5-baab-44f1-ba47-2b2403b14296-root {
    text-align: left;
  }


#s-00ac0fb5-baab-44f1-ba47-2b2403b14296.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00ac0fb5-baab-44f1-ba47-2b2403b14296-root {
    text-align: left;
  }


#s-00ac0fb5-baab-44f1-ba47-2b2403b14296.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00ac0fb5-baab-44f1-ba47-2b2403b14296-root {
    text-align: left;
  }


#s-00ac0fb5-baab-44f1-ba47-2b2403b14296.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c4304c71-88a2-4fe3-8688-a545053fa4ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c4304c71-88a2-4fe3-8688-a545053fa4ed:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c4304c71-88a2-4fe3-8688-a545053fa4ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4304c71-88a2-4fe3-8688-a545053fa4ed-root {
    text-align: left;
  }


#s-c4304c71-88a2-4fe3-8688-a545053fa4ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c4304c71-88a2-4fe3-8688-a545053fa4ed-root {
    text-align: left;
  }


#s-c4304c71-88a2-4fe3-8688-a545053fa4ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4304c71-88a2-4fe3-8688-a545053fa4ed-root {
    text-align: left;
  }


#s-c4304c71-88a2-4fe3-8688-a545053fa4ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4304c71-88a2-4fe3-8688-a545053fa4ed-root {
    text-align: left;
  }


#s-c4304c71-88a2-4fe3-8688-a545053fa4ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c4304c71-88a2-4fe3-8688-a545053fa4ed-root {
    text-align: left;
  }


#s-c4304c71-88a2-4fe3-8688-a545053fa4ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0-root {
    text-align: left;
  }


#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0-root {
    text-align: left;
  }


#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0-root {
    text-align: left;
  }


#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0-root {
    text-align: left;
  }


#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0-root {
    text-align: left;
  }


#s-b0e3299e-e567-4fa1-bd1c-0f7d414276a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-531178d2-bfbf-486f-a03e-d3a3a0649203 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-531178d2-bfbf-486f-a03e-d3a3a0649203:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-531178d2-bfbf-486f-a03e-d3a3a0649203:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-531178d2-bfbf-486f-a03e-d3a3a0649203-root {
    text-align: center;
  }


#s-531178d2-bfbf-486f-a03e-d3a3a0649203.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-531178d2-bfbf-486f-a03e-d3a3a0649203-root {
    text-align: center;
  }


#s-531178d2-bfbf-486f-a03e-d3a3a0649203.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-531178d2-bfbf-486f-a03e-d3a3a0649203-root {
    text-align: center;
  }


#s-531178d2-bfbf-486f-a03e-d3a3a0649203.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-531178d2-bfbf-486f-a03e-d3a3a0649203-root {
    text-align: center;
  }


#s-531178d2-bfbf-486f-a03e-d3a3a0649203.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-531178d2-bfbf-486f-a03e-d3a3a0649203-root {
    text-align: center;
  }


#s-531178d2-bfbf-486f-a03e-d3a3a0649203.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4b0847c8-bb49-4318-898d-b5385a037130 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-4b0847c8-bb49-4318-898d-b5385a037130 {
  display: none;
}
#s-4b0847c8-bb49-4318-898d-b5385a037130, #wrap-s-4b0847c8-bb49-4318-898d-b5385a037130 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b0847c8-bb49-4318-898d-b5385a037130 {
  display: none;
}
#s-4b0847c8-bb49-4318-898d-b5385a037130, #wrap-s-4b0847c8-bb49-4318-898d-b5385a037130 { display: none !important; }}







#s-4b0847c8-bb49-4318-898d-b5385a037130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b0847c8-bb49-4318-898d-b5385a037130.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e16f75a2-fe18-471e-b6ca-d601eee9e500 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e16f75a2-fe18-471e-b6ca-d601eee9e500 img.shogun-image {
    

    
    
    
  }


#s-e16f75a2-fe18-471e-b6ca-d601eee9e500 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c88b097-d97f-44ad-b066-707ab470c8ce {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5c88b097-d97f-44ad-b066-707ab470c8ce:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c88b097-d97f-44ad-b066-707ab470c8ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c88b097-d97f-44ad-b066-707ab470c8ce-root {
    text-align: left;
  }


#s-5c88b097-d97f-44ad-b066-707ab470c8ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5c88b097-d97f-44ad-b066-707ab470c8ce-root {
    text-align: left;
  }


#s-5c88b097-d97f-44ad-b066-707ab470c8ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c88b097-d97f-44ad-b066-707ab470c8ce-root {
    text-align: left;
  }


#s-5c88b097-d97f-44ad-b066-707ab470c8ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c88b097-d97f-44ad-b066-707ab470c8ce-root {
    text-align: left;
  }


#s-5c88b097-d97f-44ad-b066-707ab470c8ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5c88b097-d97f-44ad-b066-707ab470c8ce-root {
    text-align: left;
  }


#s-5c88b097-d97f-44ad-b066-707ab470c8ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-276c1152-70d1-40b0-83dd-293f510e6e4d {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-276c1152-70d1-40b0-83dd-293f510e6e4d {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-276c1152-70d1-40b0-83dd-293f510e6e4d {
  margin-right: 0px;
}
}
#s-276c1152-70d1-40b0-83dd-293f510e6e4d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-276c1152-70d1-40b0-83dd-293f510e6e4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-276c1152-70d1-40b0-83dd-293f510e6e4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-276c1152-70d1-40b0-83dd-293f510e6e4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-276c1152-70d1-40b0-83dd-293f510e6e4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-276c1152-70d1-40b0-83dd-293f510e6e4d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-215bdcb4-4142-48c4-8c36-1ac9d21745d2-root {
    text-align: left;
  }


#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-215bdcb4-4142-48c4-8c36-1ac9d21745d2-root {
    text-align: left;
  }


#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-215bdcb4-4142-48c4-8c36-1ac9d21745d2-root {
    text-align: left;
  }


#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-215bdcb4-4142-48c4-8c36-1ac9d21745d2-root {
    text-align: left;
  }


#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-215bdcb4-4142-48c4-8c36-1ac9d21745d2-root {
    text-align: left;
  }


#s-215bdcb4-4142-48c4-8c36-1ac9d21745d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab-root {
    text-align: left;
  }


#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab-root {
    text-align: left;
  }


#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab-root {
    text-align: left;
  }


#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab-root {
    text-align: left;
  }


#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab-root {
    text-align: left;
  }


#s-8d1f88ee-68f4-4fe1-a0c0-d1e24d2298ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0ad2da67-bf13-468a-8f16-9307606084b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0ad2da67-bf13-468a-8f16-9307606084b6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0ad2da67-bf13-468a-8f16-9307606084b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ad2da67-bf13-468a-8f16-9307606084b6-root {
    text-align: left;
  }


#s-0ad2da67-bf13-468a-8f16-9307606084b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ad2da67-bf13-468a-8f16-9307606084b6-root {
    text-align: left;
  }


#s-0ad2da67-bf13-468a-8f16-9307606084b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ad2da67-bf13-468a-8f16-9307606084b6-root {
    text-align: left;
  }


#s-0ad2da67-bf13-468a-8f16-9307606084b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ad2da67-bf13-468a-8f16-9307606084b6-root {
    text-align: left;
  }


#s-0ad2da67-bf13-468a-8f16-9307606084b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ad2da67-bf13-468a-8f16-9307606084b6-root {
    text-align: left;
  }


#s-0ad2da67-bf13-468a-8f16-9307606084b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-db417d2a-d128-4031-9375-3756702f11f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-db417d2a-d128-4031-9375-3756702f11f0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-db417d2a-d128-4031-9375-3756702f11f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db417d2a-d128-4031-9375-3756702f11f0-root {
    text-align: left;
  }


#s-db417d2a-d128-4031-9375-3756702f11f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db417d2a-d128-4031-9375-3756702f11f0-root {
    text-align: left;
  }


#s-db417d2a-d128-4031-9375-3756702f11f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db417d2a-d128-4031-9375-3756702f11f0-root {
    text-align: left;
  }


#s-db417d2a-d128-4031-9375-3756702f11f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db417d2a-d128-4031-9375-3756702f11f0-root {
    text-align: left;
  }


#s-db417d2a-d128-4031-9375-3756702f11f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db417d2a-d128-4031-9375-3756702f11f0-root {
    text-align: left;
  }


#s-db417d2a-d128-4031-9375-3756702f11f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-509f61d1-c342-42cc-9ef2-67c95a5504a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-509f61d1-c342-42cc-9ef2-67c95a5504a3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-509f61d1-c342-42cc-9ef2-67c95a5504a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-509f61d1-c342-42cc-9ef2-67c95a5504a3-root {
    text-align: left;
  }


#s-509f61d1-c342-42cc-9ef2-67c95a5504a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-509f61d1-c342-42cc-9ef2-67c95a5504a3-root {
    text-align: left;
  }


#s-509f61d1-c342-42cc-9ef2-67c95a5504a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-509f61d1-c342-42cc-9ef2-67c95a5504a3-root {
    text-align: left;
  }


#s-509f61d1-c342-42cc-9ef2-67c95a5504a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-509f61d1-c342-42cc-9ef2-67c95a5504a3-root {
    text-align: left;
  }


#s-509f61d1-c342-42cc-9ef2-67c95a5504a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-509f61d1-c342-42cc-9ef2-67c95a5504a3-root {
    text-align: left;
  }


#s-509f61d1-c342-42cc-9ef2-67c95a5504a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948-root {
    text-align: left;
  }


#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948-root {
    text-align: left;
  }


#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948-root {
    text-align: left;
  }


#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948-root {
    text-align: left;
  }


#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948-root {
    text-align: left;
  }


#s-fcc9f258-9fc0-4b02-98ef-f2ab705a2948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b-root {
    text-align: left;
  }


#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b-root {
    text-align: left;
  }


#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b-root {
    text-align: left;
  }


#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b-root {
    text-align: left;
  }


#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b-root {
    text-align: left;
  }


#s-d5dd2ff7-1fc3-4208-b386-3b6817513c2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ca5946b2-ef09-4f52-b458-8e0098690ac0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ca5946b2-ef09-4f52-b458-8e0098690ac0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ca5946b2-ef09-4f52-b458-8e0098690ac0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca5946b2-ef09-4f52-b458-8e0098690ac0-root {
    text-align: left;
  }


#s-ca5946b2-ef09-4f52-b458-8e0098690ac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca5946b2-ef09-4f52-b458-8e0098690ac0-root {
    text-align: left;
  }


#s-ca5946b2-ef09-4f52-b458-8e0098690ac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca5946b2-ef09-4f52-b458-8e0098690ac0-root {
    text-align: left;
  }


#s-ca5946b2-ef09-4f52-b458-8e0098690ac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca5946b2-ef09-4f52-b458-8e0098690ac0-root {
    text-align: left;
  }


#s-ca5946b2-ef09-4f52-b458-8e0098690ac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca5946b2-ef09-4f52-b458-8e0098690ac0-root {
    text-align: left;
  }


#s-ca5946b2-ef09-4f52-b458-8e0098690ac0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-db789442-4d8c-4dcc-8d77-93b6770bc345 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-db789442-4d8c-4dcc-8d77-93b6770bc345:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-db789442-4d8c-4dcc-8d77-93b6770bc345:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db789442-4d8c-4dcc-8d77-93b6770bc345-root {
    text-align: left;
  }


#s-db789442-4d8c-4dcc-8d77-93b6770bc345.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db789442-4d8c-4dcc-8d77-93b6770bc345-root {
    text-align: left;
  }


#s-db789442-4d8c-4dcc-8d77-93b6770bc345.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db789442-4d8c-4dcc-8d77-93b6770bc345-root {
    text-align: left;
  }


#s-db789442-4d8c-4dcc-8d77-93b6770bc345.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db789442-4d8c-4dcc-8d77-93b6770bc345-root {
    text-align: left;
  }


#s-db789442-4d8c-4dcc-8d77-93b6770bc345.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db789442-4d8c-4dcc-8d77-93b6770bc345-root {
    text-align: left;
  }


#s-db789442-4d8c-4dcc-8d77-93b6770bc345.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-72c0afd2-fdae-4fdc-9340-a719670fe935 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-72c0afd2-fdae-4fdc-9340-a719670fe935:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72c0afd2-fdae-4fdc-9340-a719670fe935:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72c0afd2-fdae-4fdc-9340-a719670fe935-root {
    text-align: center;
  }


#s-72c0afd2-fdae-4fdc-9340-a719670fe935.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-72c0afd2-fdae-4fdc-9340-a719670fe935-root {
    text-align: center;
  }


#s-72c0afd2-fdae-4fdc-9340-a719670fe935.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72c0afd2-fdae-4fdc-9340-a719670fe935-root {
    text-align: center;
  }


#s-72c0afd2-fdae-4fdc-9340-a719670fe935.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72c0afd2-fdae-4fdc-9340-a719670fe935-root {
    text-align: center;
  }


#s-72c0afd2-fdae-4fdc-9340-a719670fe935.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-72c0afd2-fdae-4fdc-9340-a719670fe935-root {
    text-align: center;
  }


#s-72c0afd2-fdae-4fdc-9340-a719670fe935.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-31240100-d179-4080-a588-287cbee6a857 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-31240100-d179-4080-a588-287cbee6a857 {
  display: none;
}
#s-31240100-d179-4080-a588-287cbee6a857, #wrap-s-31240100-d179-4080-a588-287cbee6a857 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31240100-d179-4080-a588-287cbee6a857 {
  display: none;
}
#s-31240100-d179-4080-a588-287cbee6a857, #wrap-s-31240100-d179-4080-a588-287cbee6a857 { display: none !important; }}







#s-31240100-d179-4080-a588-287cbee6a857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31240100-d179-4080-a588-287cbee6a857.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7e203f07-b4f3-4518-97cc-3cd6d34065ee {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-7e203f07-b4f3-4518-97cc-3cd6d34065ee img.shogun-image {
    

    
    
    
  }


#s-7e203f07-b4f3-4518-97cc-3cd6d34065ee .shogun-image-content {
  
    align-items: center;
  
}

#s-5186e751-74dd-44a2-8721-d01137a019f5 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5186e751-74dd-44a2-8721-d01137a019f5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5186e751-74dd-44a2-8721-d01137a019f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5186e751-74dd-44a2-8721-d01137a019f5-root {
    text-align: left;
  }


#s-5186e751-74dd-44a2-8721-d01137a019f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5186e751-74dd-44a2-8721-d01137a019f5-root {
    text-align: left;
  }


#s-5186e751-74dd-44a2-8721-d01137a019f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5186e751-74dd-44a2-8721-d01137a019f5-root {
    text-align: left;
  }


#s-5186e751-74dd-44a2-8721-d01137a019f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5186e751-74dd-44a2-8721-d01137a019f5-root {
    text-align: left;
  }


#s-5186e751-74dd-44a2-8721-d01137a019f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5186e751-74dd-44a2-8721-d01137a019f5-root {
    text-align: left;
  }


#s-5186e751-74dd-44a2-8721-d01137a019f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca {
  margin-right: 0px;
}
}
#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-f09b5f64-4484-45b6-9bcb-1c7edcdf98ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-b52849fe-1da2-400a-b2bf-49f771d38b34 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b52849fe-1da2-400a-b2bf-49f771d38b34:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b52849fe-1da2-400a-b2bf-49f771d38b34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b52849fe-1da2-400a-b2bf-49f771d38b34-root {
    text-align: left;
  }


#s-b52849fe-1da2-400a-b2bf-49f771d38b34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b52849fe-1da2-400a-b2bf-49f771d38b34-root {
    text-align: left;
  }


#s-b52849fe-1da2-400a-b2bf-49f771d38b34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b52849fe-1da2-400a-b2bf-49f771d38b34-root {
    text-align: left;
  }


#s-b52849fe-1da2-400a-b2bf-49f771d38b34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b52849fe-1da2-400a-b2bf-49f771d38b34-root {
    text-align: left;
  }


#s-b52849fe-1da2-400a-b2bf-49f771d38b34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b52849fe-1da2-400a-b2bf-49f771d38b34-root {
    text-align: left;
  }


#s-b52849fe-1da2-400a-b2bf-49f771d38b34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-38ce99cb-33df-4132-9183-3d1e98ab09d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-38ce99cb-33df-4132-9183-3d1e98ab09d5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-38ce99cb-33df-4132-9183-3d1e98ab09d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38ce99cb-33df-4132-9183-3d1e98ab09d5-root {
    text-align: left;
  }


#s-38ce99cb-33df-4132-9183-3d1e98ab09d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-38ce99cb-33df-4132-9183-3d1e98ab09d5-root {
    text-align: left;
  }


#s-38ce99cb-33df-4132-9183-3d1e98ab09d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38ce99cb-33df-4132-9183-3d1e98ab09d5-root {
    text-align: left;
  }


#s-38ce99cb-33df-4132-9183-3d1e98ab09d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38ce99cb-33df-4132-9183-3d1e98ab09d5-root {
    text-align: left;
  }


#s-38ce99cb-33df-4132-9183-3d1e98ab09d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-38ce99cb-33df-4132-9183-3d1e98ab09d5-root {
    text-align: left;
  }


#s-38ce99cb-33df-4132-9183-3d1e98ab09d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6f562c7a-7557-4df8-8d68-971601440d79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6f562c7a-7557-4df8-8d68-971601440d79:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6f562c7a-7557-4df8-8d68-971601440d79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f562c7a-7557-4df8-8d68-971601440d79-root {
    text-align: left;
  }


#s-6f562c7a-7557-4df8-8d68-971601440d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f562c7a-7557-4df8-8d68-971601440d79-root {
    text-align: left;
  }


#s-6f562c7a-7557-4df8-8d68-971601440d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f562c7a-7557-4df8-8d68-971601440d79-root {
    text-align: left;
  }


#s-6f562c7a-7557-4df8-8d68-971601440d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f562c7a-7557-4df8-8d68-971601440d79-root {
    text-align: left;
  }


#s-6f562c7a-7557-4df8-8d68-971601440d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f562c7a-7557-4df8-8d68-971601440d79-root {
    text-align: left;
  }


#s-6f562c7a-7557-4df8-8d68-971601440d79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6-root {
    text-align: left;
  }


#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6-root {
    text-align: left;
  }


#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6-root {
    text-align: left;
  }


#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6-root {
    text-align: left;
  }


#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6-root {
    text-align: left;
  }


#s-aca2796b-9df7-40d1-b3ac-91966c8d0ee6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a-root {
    text-align: left;
  }


#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a-root {
    text-align: left;
  }


#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a-root {
    text-align: left;
  }


#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a-root {
    text-align: left;
  }


#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a-root {
    text-align: left;
  }


#s-ec5e5dec-1f2b-4a8b-ac50-7504bdec637a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd6fd37c-2546-411b-8499-5bdcd599bb6c-root {
    text-align: left;
  }


#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd6fd37c-2546-411b-8499-5bdcd599bb6c-root {
    text-align: left;
  }


#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd6fd37c-2546-411b-8499-5bdcd599bb6c-root {
    text-align: left;
  }


#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd6fd37c-2546-411b-8499-5bdcd599bb6c-root {
    text-align: left;
  }


#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd6fd37c-2546-411b-8499-5bdcd599bb6c-root {
    text-align: left;
  }


#s-cd6fd37c-2546-411b-8499-5bdcd599bb6c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6f28cdd8-a240-4241-910d-b6575948b093 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6f28cdd8-a240-4241-910d-b6575948b093:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6f28cdd8-a240-4241-910d-b6575948b093:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f28cdd8-a240-4241-910d-b6575948b093-root {
    text-align: left;
  }


#s-6f28cdd8-a240-4241-910d-b6575948b093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f28cdd8-a240-4241-910d-b6575948b093-root {
    text-align: left;
  }


#s-6f28cdd8-a240-4241-910d-b6575948b093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f28cdd8-a240-4241-910d-b6575948b093-root {
    text-align: left;
  }


#s-6f28cdd8-a240-4241-910d-b6575948b093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f28cdd8-a240-4241-910d-b6575948b093-root {
    text-align: left;
  }


#s-6f28cdd8-a240-4241-910d-b6575948b093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f28cdd8-a240-4241-910d-b6575948b093-root {
    text-align: left;
  }


#s-6f28cdd8-a240-4241-910d-b6575948b093.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08-root {
    text-align: left;
  }


#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08-root {
    text-align: left;
  }


#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08-root {
    text-align: left;
  }


#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08-root {
    text-align: left;
  }


#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08-root {
    text-align: left;
  }


#s-d3d3b95b-2802-4d2c-b5a0-efacb02d7a08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723-root {
    text-align: left;
  }


#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723-root {
    text-align: left;
  }


#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723-root {
    text-align: left;
  }


#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723-root {
    text-align: left;
  }


#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723-root {
    text-align: left;
  }


#s-59046f4d-1fbc-4c62-a1d5-e2d0a4baa723.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4cc596d6-773d-40a2-b957-c7c6b3531007 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-4cc596d6-773d-40a2-b957-c7c6b3531007:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4cc596d6-773d-40a2-b957-c7c6b3531007:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4cc596d6-773d-40a2-b957-c7c6b3531007-root {
    text-align: center;
  }


#s-4cc596d6-773d-40a2-b957-c7c6b3531007.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4cc596d6-773d-40a2-b957-c7c6b3531007-root {
    text-align: center;
  }


#s-4cc596d6-773d-40a2-b957-c7c6b3531007.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cc596d6-773d-40a2-b957-c7c6b3531007-root {
    text-align: center;
  }


#s-4cc596d6-773d-40a2-b957-c7c6b3531007.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cc596d6-773d-40a2-b957-c7c6b3531007-root {
    text-align: center;
  }


#s-4cc596d6-773d-40a2-b957-c7c6b3531007.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4cc596d6-773d-40a2-b957-c7c6b3531007-root {
    text-align: center;
  }


#s-4cc596d6-773d-40a2-b957-c7c6b3531007.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  display: none;
}
#s-4570650c-60bd-456d-9e5e-d8566023cfcd, #wrap-s-4570650c-60bd-456d-9e5e-d8566023cfcd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  display: none;
}
#s-4570650c-60bd-456d-9e5e-d8566023cfcd, #wrap-s-4570650c-60bd-456d-9e5e-d8566023cfcd { display: none !important; }}


.shg-image-margin-container-s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-content {
  
    align-items: center;
  
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4570650c-60bd-456d-9e5e-d8566023cfcd {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
      position: relative;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  
  
  
  
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-content {
  
    align-items: center;
  
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4570650c-60bd-456d-9e5e-d8566023cfcd {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
      position: relative;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  
  
  
  
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-content {
  
    align-items: center;
  
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4570650c-60bd-456d-9e5e-d8566023cfcd {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
      position: relative;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  
  
  
  
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-content {
  
    align-items: center;
  
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4570650c-60bd-456d-9e5e-d8566023cfcd {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
      position: relative;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  
  
  
  
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4570650c-60bd-456d-9e5e-d8566023cfcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-4570650c-60bd-456d-9e5e-d8566023cfcd .shogun-image-content {
  
    align-items: center;
  
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4570650c-60bd-456d-9e5e-d8566023cfcd {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container {
      position: relative;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4570650c-60bd-456d-9e5e-d8566023cfcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

}
#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e {
  min-height: 50px;
}








#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e.shg-box.shg-c {
  justify-content: center;
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 5213/3475;
text-align: center;
}
@media (min-width: 1200px){#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  display: none;
}
#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6, #wrap-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  display: none;
}
#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6, #wrap-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 { display: none !important; }}


.shg-image-margin-container-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }

    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-link {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
      --shg-aspect-ratio: calc(5213/3475); 
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
      position: relative;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  
  
  
  
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }

    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-link {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
      --shg-aspect-ratio: calc(5213/3475); 
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
      position: relative;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  
  
  
  
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }

    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-link {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
      --shg-aspect-ratio: calc(5213/3475); 
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
      position: relative;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  
  
  
  
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }

    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-link {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
      --shg-aspect-ratio: calc(5213/3475); 
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
      position: relative;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  
  
  
  
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }

    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-link {
      aspect-ratio: 5213/3475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 {
      --shg-aspect-ratio: calc(5213/3475); 
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container {
      position: relative;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8956f6c6-b787-4623-ad08-0dfdffcbabd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e {
  display: none;
}
#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e, #wrap-s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e {
  display: none;
}
#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e, #wrap-s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e { display: none !important; }}
#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-7bbcc7a0-3edf-40c1-99e2-94dfcea8432e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc {
  padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc-root {
    text-align: center;
  }


#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc-root {
    text-align: center;
  }


#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc-root {
    text-align: center;
  }


#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc-root {
    text-align: center;
  }


#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc-root {
    text-align: center;
  }


#s-cc31101d-d1a4-4ea5-82ee-8cb32eaf8cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6ff036f2-a749-423c-814d-d7dec6f8d72c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6ff036f2-a749-423c-814d-d7dec6f8d72c:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6ff036f2-a749-423c-814d-d7dec6f8d72c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ff036f2-a749-423c-814d-d7dec6f8d72c-root {
    text-align: center;
  }


#s-6ff036f2-a749-423c-814d-d7dec6f8d72c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ff036f2-a749-423c-814d-d7dec6f8d72c-root {
    text-align: center;
  }


#s-6ff036f2-a749-423c-814d-d7dec6f8d72c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ff036f2-a749-423c-814d-d7dec6f8d72c-root {
    text-align: center;
  }


#s-6ff036f2-a749-423c-814d-d7dec6f8d72c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ff036f2-a749-423c-814d-d7dec6f8d72c-root {
    text-align: center;
  }


#s-6ff036f2-a749-423c-814d-d7dec6f8d72c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ff036f2-a749-423c-814d-d7dec6f8d72c-root {
    text-align: center;
  }


#s-6ff036f2-a749-423c-814d-d7dec6f8d72c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a-root {
    text-align: center;
  }


#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a-root {
    text-align: center;
  }


#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a-root {
    text-align: center;
  }


#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a-root {
    text-align: center;
  }


#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a-root {
    text-align: center;
  }


#s-c3cb18ea-facc-4a28-bdd2-aafbc343d34a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-00a4301a-31b4-465d-9046-42c912c96281 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-00a4301a-31b4-465d-9046-42c912c96281:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-00a4301a-31b4-465d-9046-42c912c96281:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00a4301a-31b4-465d-9046-42c912c96281-root {
    text-align: center;
  }


#s-00a4301a-31b4-465d-9046-42c912c96281.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00a4301a-31b4-465d-9046-42c912c96281-root {
    text-align: center;
  }


#s-00a4301a-31b4-465d-9046-42c912c96281.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00a4301a-31b4-465d-9046-42c912c96281-root {
    text-align: center;
  }


#s-00a4301a-31b4-465d-9046-42c912c96281.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00a4301a-31b4-465d-9046-42c912c96281-root {
    text-align: center;
  }


#s-00a4301a-31b4-465d-9046-42c912c96281.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00a4301a-31b4-465d-9046-42c912c96281-root {
    text-align: center;
  }


#s-00a4301a-31b4-465d-9046-42c912c96281.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d-root {
    text-align: center;
  }


#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d-root {
    text-align: center;
  }


#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d-root {
    text-align: center;
  }


#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d-root {
    text-align: center;
  }


#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d-root {
    text-align: center;
  }


#s-7704b2fc-8fc7-4a8a-b6b7-180ac69b444d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2456c5d-2263-4a20-a9ee-f12847e25fc5-root {
    text-align: center;
  }


#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2456c5d-2263-4a20-a9ee-f12847e25fc5-root {
    text-align: center;
  }


#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2456c5d-2263-4a20-a9ee-f12847e25fc5-root {
    text-align: center;
  }


#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2456c5d-2263-4a20-a9ee-f12847e25fc5-root {
    text-align: center;
  }


#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2456c5d-2263-4a20-a9ee-f12847e25fc5-root {
    text-align: center;
  }


#s-a2456c5d-2263-4a20-a9ee-f12847e25fc5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-98f24081-8c4a-4367-95ba-994dd60b309a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-98f24081-8c4a-4367-95ba-994dd60b309a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-98f24081-8c4a-4367-95ba-994dd60b309a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98f24081-8c4a-4367-95ba-994dd60b309a-root {
    text-align: center;
  }


#s-98f24081-8c4a-4367-95ba-994dd60b309a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98f24081-8c4a-4367-95ba-994dd60b309a-root {
    text-align: center;
  }


#s-98f24081-8c4a-4367-95ba-994dd60b309a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98f24081-8c4a-4367-95ba-994dd60b309a-root {
    text-align: center;
  }


#s-98f24081-8c4a-4367-95ba-994dd60b309a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98f24081-8c4a-4367-95ba-994dd60b309a-root {
    text-align: center;
  }


#s-98f24081-8c4a-4367-95ba-994dd60b309a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98f24081-8c4a-4367-95ba-994dd60b309a-root {
    text-align: center;
  }


#s-98f24081-8c4a-4367-95ba-994dd60b309a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-79613ebc-bb84-4f3e-b00e-471821153253 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-79613ebc-bb84-4f3e-b00e-471821153253:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79613ebc-bb84-4f3e-b00e-471821153253:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79613ebc-bb84-4f3e-b00e-471821153253-root {
    text-align: center;
  }


#s-79613ebc-bb84-4f3e-b00e-471821153253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79613ebc-bb84-4f3e-b00e-471821153253-root {
    text-align: center;
  }


#s-79613ebc-bb84-4f3e-b00e-471821153253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79613ebc-bb84-4f3e-b00e-471821153253-root {
    text-align: center;
  }


#s-79613ebc-bb84-4f3e-b00e-471821153253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79613ebc-bb84-4f3e-b00e-471821153253-root {
    text-align: center;
  }


#s-79613ebc-bb84-4f3e-b00e-471821153253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79613ebc-bb84-4f3e-b00e-471821153253-root {
    text-align: center;
  }


#s-79613ebc-bb84-4f3e-b00e-471821153253.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4e1f2640-ad38-4dc8-9182-55011da38baa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4e1f2640-ad38-4dc8-9182-55011da38baa:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4e1f2640-ad38-4dc8-9182-55011da38baa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e1f2640-ad38-4dc8-9182-55011da38baa-root {
    text-align: center;
  }


#s-4e1f2640-ad38-4dc8-9182-55011da38baa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e1f2640-ad38-4dc8-9182-55011da38baa-root {
    text-align: center;
  }


#s-4e1f2640-ad38-4dc8-9182-55011da38baa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e1f2640-ad38-4dc8-9182-55011da38baa-root {
    text-align: center;
  }


#s-4e1f2640-ad38-4dc8-9182-55011da38baa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e1f2640-ad38-4dc8-9182-55011da38baa-root {
    text-align: center;
  }


#s-4e1f2640-ad38-4dc8-9182-55011da38baa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e1f2640-ad38-4dc8-9182-55011da38baa-root {
    text-align: center;
  }


#s-4e1f2640-ad38-4dc8-9182-55011da38baa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cfc69c62-0b58-442f-bf26-938b94607843 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cfc69c62-0b58-442f-bf26-938b94607843:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cfc69c62-0b58-442f-bf26-938b94607843:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfc69c62-0b58-442f-bf26-938b94607843-root {
    text-align: center;
  }


#s-cfc69c62-0b58-442f-bf26-938b94607843.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfc69c62-0b58-442f-bf26-938b94607843-root {
    text-align: center;
  }


#s-cfc69c62-0b58-442f-bf26-938b94607843.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfc69c62-0b58-442f-bf26-938b94607843-root {
    text-align: center;
  }


#s-cfc69c62-0b58-442f-bf26-938b94607843.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfc69c62-0b58-442f-bf26-938b94607843-root {
    text-align: center;
  }


#s-cfc69c62-0b58-442f-bf26-938b94607843.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfc69c62-0b58-442f-bf26-938b94607843-root {
    text-align: center;
  }


#s-cfc69c62-0b58-442f-bf26-938b94607843.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb-root {
    text-align: center;
  }


#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb-root {
    text-align: center;
  }


#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb-root {
    text-align: center;
  }


#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb-root {
    text-align: center;
  }


#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb-root {
    text-align: center;
  }


#s-10b1eb29-f53e-4fd7-b83d-340f1f1a2ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f-root {
    text-align: center;
  }


#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f-root {
    text-align: center;
  }


#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f-root {
    text-align: center;
  }


#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f-root {
    text-align: center;
  }


#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f-root {
    text-align: center;
  }


#s-c994c797-a7f2-4b72-9308-7fa3d7a97f0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.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-2367a234-4460-4474-89aa-600b1f837920 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-63ab03bd-e6ac-45e3-9897-b58488af1142 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-63ab03bd-e6ac-45e3-9897-b58488af1142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63ab03bd-e6ac-45e3-9897-b58488af1142.shg-box.shg-c {
  justify-content: center;
}

#s-1d2dbb92-5f89-4338-b06d-7edb755bb6a9 {
  margin-left: auto;
margin-right: auto;
}

#s-4d2baba0-2933-43fa-8328-abe44957e8fb {
  margin-left: auto;
margin-right: auto;
min-height: 45px;
}








#s-4d2baba0-2933-43fa-8328-abe44957e8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d2baba0-2933-43fa-8328-abe44957e8fb.shg-box.shg-c {
  justify-content: center;
}

#s-64b0491b-92a5-4b6f-8925-4866c6e055b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-64b0491b-92a5-4b6f-8925-4866c6e055b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64b0491b-92a5-4b6f-8925-4866c6e055b2.shg-box.shg-c {
  justify-content: center;
}

#s-ffd3fd8f-8686-4084-b659-8f7aa767cb0a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ffd3fd8f-8686-4084-b659-8f7aa767cb0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffd3fd8f-8686-4084-b659-8f7aa767cb0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ffd3fd8f-8686-4084-b659-8f7aa767cb0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffd3fd8f-8686-4084-b659-8f7aa767cb0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.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-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-imageV3-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  
}
}@media (max-width: 767px){#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  display: none;
}
#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7, #wrap-s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 { display: none !important; }}
.shg-image-margin-container-s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  
  
  
  
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  
  
  
  
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  
  
  
  
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  
  
  
  
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c42af5-7249-4e29-8326-db32c4d6ddc7.shogun-image {
  box-sizing: border-box;
}




}
#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  display: none;
}
#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424, #wrap-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  display: none;
}
#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424, #wrap-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  display: none;
}
#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424, #wrap-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 { display: none !important; }}
.shg-image-margin-container-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  
  
  
  
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  
  
  
  
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  
  
  
  
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  
  
  
  
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f40924eb-f93b-49ba-9ea3-c35ccc96b424.shogun-image {
  box-sizing: border-box;
}




}
#s-fbf05c07-19f3-465e-a283-082b3c744507 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fbf05c07-19f3-465e-a283-082b3c744507 {
  display: none;
}
#s-fbf05c07-19f3-465e-a283-082b3c744507, #wrap-s-fbf05c07-19f3-465e-a283-082b3c744507 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbf05c07-19f3-465e-a283-082b3c744507 {
  display: none;
}
#s-fbf05c07-19f3-465e-a283-082b3c744507, #wrap-s-fbf05c07-19f3-465e-a283-082b3c744507 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbf05c07-19f3-465e-a283-082b3c744507 {
  display: none;
}
#s-fbf05c07-19f3-465e-a283-082b3c744507, #wrap-s-fbf05c07-19f3-465e-a283-082b3c744507 { display: none !important; }}
#s-8f984024-6ea5-4f08-9a21-892a98df87d9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-8f984024-6ea5-4f08-9a21-892a98df87d9:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f984024-6ea5-4f08-9a21-892a98df87d9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8f984024-6ea5-4f08-9a21-892a98df87d9 {
  display: none;
}
#s-8f984024-6ea5-4f08-9a21-892a98df87d9, #wrap-s-8f984024-6ea5-4f08-9a21-892a98df87d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f984024-6ea5-4f08-9a21-892a98df87d9 {
  display: none;
}
#s-8f984024-6ea5-4f08-9a21-892a98df87d9, #wrap-s-8f984024-6ea5-4f08-9a21-892a98df87d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f984024-6ea5-4f08-9a21-892a98df87d9 {
  display: none;
}
#s-8f984024-6ea5-4f08-9a21-892a98df87d9, #wrap-s-8f984024-6ea5-4f08-9a21-892a98df87d9 { display: none !important; }}

  #s-8f984024-6ea5-4f08-9a21-892a98df87d9-root {
    text-align: center;
  }


#s-8f984024-6ea5-4f08-9a21-892a98df87d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f984024-6ea5-4f08-9a21-892a98df87d9-root {
    text-align: center;
  }


#s-8f984024-6ea5-4f08-9a21-892a98df87d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f984024-6ea5-4f08-9a21-892a98df87d9-root {
    text-align: center;
  }


#s-8f984024-6ea5-4f08-9a21-892a98df87d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f984024-6ea5-4f08-9a21-892a98df87d9-root {
    text-align: center;
  }


#s-8f984024-6ea5-4f08-9a21-892a98df87d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f984024-6ea5-4f08-9a21-892a98df87d9-root {
    text-align: center;
  }


#s-8f984024-6ea5-4f08-9a21-892a98df87d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-07184c4c-64af-4a6c-aa26-0a800bedad4d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-07184c4c-64af-4a6c-aa26-0a800bedad4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07184c4c-64af-4a6c-aa26-0a800bedad4d.shg-box.shg-c {
  justify-content: center;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  display: none;
}
#s-50ea7abb-78d6-47f3-832a-bf23be73a35a, #wrap-s-50ea7abb-78d6-47f3-832a-bf23be73a35a { display: none !important; }}
.shg-image-margin-container-s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-50ea7abb-78d6-47f3-832a-bf23be73a35a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  
  
  
  
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-50ea7abb-78d6-47f3-832a-bf23be73a35a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  
  
  
  
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-50ea7abb-78d6-47f3-832a-bf23be73a35a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  
  
  
  
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-50ea7abb-78d6-47f3-832a-bf23be73a35a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  
  
  
  
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-50ea7abb-78d6-47f3-832a-bf23be73a35a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ea7abb-78d6-47f3-832a-bf23be73a35a.shogun-image {
  box-sizing: border-box;
}




}
#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  display: none;
}
#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f, #wrap-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  display: none;
}
#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f, #wrap-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  display: none;
}
#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f, #wrap-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f { display: none !important; }}
.shg-image-margin-container-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  
  
  
  
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  
  
  
  
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  
  
  
  
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  
  
  
  
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd7341a-0f7b-4f53-b3ba-43934665df8f.shogun-image {
  box-sizing: border-box;
}




}
#s-b60bd952-5651-4143-af79-98d21ef90b27 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b60bd952-5651-4143-af79-98d21ef90b27 {
  display: none;
}
#s-b60bd952-5651-4143-af79-98d21ef90b27, #wrap-s-b60bd952-5651-4143-af79-98d21ef90b27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b60bd952-5651-4143-af79-98d21ef90b27 {
  display: none;
}
#s-b60bd952-5651-4143-af79-98d21ef90b27, #wrap-s-b60bd952-5651-4143-af79-98d21ef90b27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b60bd952-5651-4143-af79-98d21ef90b27 {
  display: none;
}
#s-b60bd952-5651-4143-af79-98d21ef90b27, #wrap-s-b60bd952-5651-4143-af79-98d21ef90b27 { display: none !important; }}@media (max-width: 767px){#s-b60bd952-5651-4143-af79-98d21ef90b27 {
  
}
}
#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  display: none;
}
#s-d2542728-d244-43b3-8c88-168e4144d0dc, #wrap-s-d2542728-d244-43b3-8c88-168e4144d0dc { display: none !important; }}
.shg-image-margin-container-s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d2542728-d244-43b3-8c88-168e4144d0dc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-d2542728-d244-43b3-8c88-168e4144d0dc {
  
  
  
  
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d2542728-d244-43b3-8c88-168e4144d0dc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-d2542728-d244-43b3-8c88-168e4144d0dc {
  
  
  
  
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d2542728-d244-43b3-8c88-168e4144d0dc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-d2542728-d244-43b3-8c88-168e4144d0dc {
  
  
  
  
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d2542728-d244-43b3-8c88-168e4144d0dc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-d2542728-d244-43b3-8c88-168e4144d0dc {
  
  
  
  
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d2542728-d244-43b3-8c88-168e4144d0dc .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2542728-d244-43b3-8c88-168e4144d0dc.shogun-image {
  box-sizing: border-box;
}




}
#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf {
  display: none;
}
#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf, #wrap-s-136f9040-f267-4dbc-a1f5-a57d7a6861bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf {
  display: none;
}
#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf, #wrap-s-136f9040-f267-4dbc-a1f5-a57d7a6861bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf {
  display: none;
}
#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf, #wrap-s-136f9040-f267-4dbc-a1f5-a57d7a6861bf { display: none !important; }}

  #s-136f9040-f267-4dbc-a1f5-a57d7a6861bf-root {
    text-align: center;
  }


#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-136f9040-f267-4dbc-a1f5-a57d7a6861bf-root {
    text-align: center;
  }


#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-136f9040-f267-4dbc-a1f5-a57d7a6861bf-root {
    text-align: center;
  }


#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-136f9040-f267-4dbc-a1f5-a57d7a6861bf-root {
    text-align: center;
  }


#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-136f9040-f267-4dbc-a1f5-a57d7a6861bf-root {
    text-align: center;
  }


#s-136f9040-f267-4dbc-a1f5-a57d7a6861bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1c3b6a91-e425-493d-93ae-79d3bac2b617 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1c3b6a91-e425-493d-93ae-79d3bac2b617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c3b6a91-e425-493d-93ae-79d3bac2b617.shg-box.shg-c {
  justify-content: center;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  display: none;
}
#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64, #wrap-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  display: none;
}
#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64, #wrap-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  display: none;
}
#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64, #wrap-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 { display: none !important; }}
.shg-image-margin-container-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  
  
  
  
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  
  
  
  
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  
  
  
  
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  
  
  
  
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f9ab36-56bb-4b5f-8a46-dcf61b243b64.shogun-image {
  box-sizing: border-box;
}




}
#s-f74704c3-1b9e-45e3-9aab-8763cb65ce94 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f74704c3-1b9e-45e3-9aab-8763cb65ce94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f74704c3-1b9e-45e3-9aab-8763cb65ce94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f74704c3-1b9e-45e3-9aab-8763cb65ce94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f74704c3-1b9e-45e3-9aab-8763cb65ce94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1580e021-5dbe-4d05-9378-c7ff84c4dfd2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1580e021-5dbe-4d05-9378-c7ff84c4dfd2 {
  display: none;
}
#s-1580e021-5dbe-4d05-9378-c7ff84c4dfd2, #wrap-s-1580e021-5dbe-4d05-9378-c7ff84c4dfd2 { display: none !important; }}
#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca {
  display: none;
}
#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca, #wrap-s-212d58f7-1085-4ffc-a9f3-4f799510f1ca { display: none !important; }}

  #s-212d58f7-1085-4ffc-a9f3-4f799510f1ca-root {
    text-align: center;
  }


#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-212d58f7-1085-4ffc-a9f3-4f799510f1ca-root {
    text-align: center;
  }


#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-212d58f7-1085-4ffc-a9f3-4f799510f1ca-root {
    text-align: center;
  }


#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-212d58f7-1085-4ffc-a9f3-4f799510f1ca-root {
    text-align: center;
  }


#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-212d58f7-1085-4ffc-a9f3-4f799510f1ca-root {
    text-align: center;
  }


#s-212d58f7-1085-4ffc-a9f3-4f799510f1ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-32a7de90-f5a4-46a4-82ce-d4ce11f71367 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-32a7de90-f5a4-46a4-82ce-d4ce11f71367 {
  display: none;
}
#s-32a7de90-f5a4-46a4-82ce-d4ce11f71367, #wrap-s-32a7de90-f5a4-46a4-82ce-d4ce11f71367 { display: none !important; }}
#s-850142a1-066b-493f-8f96-f5e583eaf979 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-850142a1-066b-493f-8f96-f5e583eaf979:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-850142a1-066b-493f-8f96-f5e583eaf979:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-850142a1-066b-493f-8f96-f5e583eaf979 {
  display: none;
}
#s-850142a1-066b-493f-8f96-f5e583eaf979, #wrap-s-850142a1-066b-493f-8f96-f5e583eaf979 { display: none !important; }}

  #s-850142a1-066b-493f-8f96-f5e583eaf979-root {
    text-align: center;
  }


#s-850142a1-066b-493f-8f96-f5e583eaf979.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-850142a1-066b-493f-8f96-f5e583eaf979-root {
    text-align: center;
  }


#s-850142a1-066b-493f-8f96-f5e583eaf979.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-850142a1-066b-493f-8f96-f5e583eaf979-root {
    text-align: center;
  }


#s-850142a1-066b-493f-8f96-f5e583eaf979.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-850142a1-066b-493f-8f96-f5e583eaf979-root {
    text-align: center;
  }


#s-850142a1-066b-493f-8f96-f5e583eaf979.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-850142a1-066b-493f-8f96-f5e583eaf979-root {
    text-align: center;
  }


#s-850142a1-066b-493f-8f96-f5e583eaf979.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a923a341-1db3-4905-ad99-b3711df42e57 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a923a341-1db3-4905-ad99-b3711df42e57 {
  display: none;
}
#s-a923a341-1db3-4905-ad99-b3711df42e57, #wrap-s-a923a341-1db3-4905-ad99-b3711df42e57 { display: none !important; }}
#s-b4b615b5-1164-4517-98ef-b357f3da5b06 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b4b615b5-1164-4517-98ef-b357f3da5b06 {
  display: none;
}
#s-b4b615b5-1164-4517-98ef-b357f3da5b06, #wrap-s-b4b615b5-1164-4517-98ef-b357f3da5b06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4b615b5-1164-4517-98ef-b357f3da5b06 {
  display: none;
}
#s-b4b615b5-1164-4517-98ef-b357f3da5b06, #wrap-s-b4b615b5-1164-4517-98ef-b357f3da5b06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4b615b5-1164-4517-98ef-b357f3da5b06 {
  display: none;
}
#s-b4b615b5-1164-4517-98ef-b357f3da5b06, #wrap-s-b4b615b5-1164-4517-98ef-b357f3da5b06 { display: none !important; }}
#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898 {
  display: none;
}
#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898, #wrap-s-578149d4-0ca2-41c1-8b8a-794a8c5f2898 { display: none !important; }}

  #s-578149d4-0ca2-41c1-8b8a-794a8c5f2898-root {
    text-align: center;
  }


#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-578149d4-0ca2-41c1-8b8a-794a8c5f2898-root {
    text-align: center;
  }


#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-578149d4-0ca2-41c1-8b8a-794a8c5f2898-root {
    text-align: center;
  }


#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-578149d4-0ca2-41c1-8b8a-794a8c5f2898-root {
    text-align: center;
  }


#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-578149d4-0ca2-41c1-8b8a-794a8c5f2898-root {
    text-align: center;
  }


#s-578149d4-0ca2-41c1-8b8a-794a8c5f2898.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-233a8855-497e-4efa-91bc-86611a75aacc {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-233a8855-497e-4efa-91bc-86611a75aacc:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-233a8855-497e-4efa-91bc-86611a75aacc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-233a8855-497e-4efa-91bc-86611a75aacc {
  display: none;
}
#s-233a8855-497e-4efa-91bc-86611a75aacc, #wrap-s-233a8855-497e-4efa-91bc-86611a75aacc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-233a8855-497e-4efa-91bc-86611a75aacc {
  display: none;
}
#s-233a8855-497e-4efa-91bc-86611a75aacc, #wrap-s-233a8855-497e-4efa-91bc-86611a75aacc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-233a8855-497e-4efa-91bc-86611a75aacc {
  display: none;
}
#s-233a8855-497e-4efa-91bc-86611a75aacc, #wrap-s-233a8855-497e-4efa-91bc-86611a75aacc { display: none !important; }}@media (max-width: 767px){#s-233a8855-497e-4efa-91bc-86611a75aacc {
  
}
}

  #s-233a8855-497e-4efa-91bc-86611a75aacc-root {
    text-align: center;
  }


#s-233a8855-497e-4efa-91bc-86611a75aacc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-233a8855-497e-4efa-91bc-86611a75aacc-root {
    text-align: center;
  }


#s-233a8855-497e-4efa-91bc-86611a75aacc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-233a8855-497e-4efa-91bc-86611a75aacc-root {
    text-align: center;
  }


#s-233a8855-497e-4efa-91bc-86611a75aacc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-233a8855-497e-4efa-91bc-86611a75aacc-root {
    text-align: center;
  }


#s-233a8855-497e-4efa-91bc-86611a75aacc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-233a8855-497e-4efa-91bc-86611a75aacc-root {
    text-align: center;
  }


#s-233a8855-497e-4efa-91bc-86611a75aacc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6f739c22-26a0-41b1-8b2f-4d925d6a18a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6f739c22-26a0-41b1-8b2f-4d925d6a18a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f739c22-26a0-41b1-8b2f-4d925d6a18a6.shg-box.shg-c {
  justify-content: center;
}

#s-a14688a0-1084-40c0-b51f-b5dbe6e2cb60 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-378f22d9-9f4b-400e-b71a-807a7411ef9c {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-378f22d9-9f4b-400e-b71a-807a7411ef9c {
  display: none;
}
#s-378f22d9-9f4b-400e-b71a-807a7411ef9c, #wrap-s-378f22d9-9f4b-400e-b71a-807a7411ef9c { display: none !important; }}@media (max-width: 767px){#s-378f22d9-9f4b-400e-b71a-807a7411ef9c {
  display: none;
}
#s-378f22d9-9f4b-400e-b71a-807a7411ef9c, #wrap-s-378f22d9-9f4b-400e-b71a-807a7411ef9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-378f22d9-9f4b-400e-b71a-807a7411ef9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-378f22d9-9f4b-400e-b71a-807a7411ef9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-378f22d9-9f4b-400e-b71a-807a7411ef9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-378f22d9-9f4b-400e-b71a-807a7411ef9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin-left: auto;
margin-right: auto;
max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
      position: relative;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  
  
  
  
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
      position: relative;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

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

.shg-image-margin-container-s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  
  
  
  
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
      position: relative;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

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

.shg-image-margin-container-s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  
  
  
  
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
      position: relative;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

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

.shg-image-margin-container-s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  
  
  
  
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-247953fc-9cfb-44ba-a11c-ed51dee547b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container {
      position: relative;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-247953fc-9cfb-44ba-a11c-ed51dee547b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

}
#s-989a8e41-a831-4318-80a3-ad18645f5155 {
  margin-left: auto;
margin-right: auto;
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-content {
  
    align-items: center;
  
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
      position: relative;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  
  
  
  
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-content {
  
    align-items: center;
  
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
      position: relative;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

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

.shg-image-margin-container-s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  
  
  
  
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-content {
  
    align-items: center;
  
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
      position: relative;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

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

.shg-image-margin-container-s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  
  
  
  
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-content {
  
    align-items: center;
  
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
      position: relative;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

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

.shg-image-margin-container-s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  
  
  
  
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c278816f-ab73-4f6c-a1f1-c75a140d499b .shogun-image-content {
  
    align-items: center;
  
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container {
      position: relative;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c278816f-ab73-4f6c-a1f1-c75a140d499b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

}
#s-2014d72b-0d4c-41dc-a27e-21ca826ee245 {
  margin-left: auto;
margin-right: auto;
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin-left: auto;
margin-right: auto;
max-width: 1364px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-content {
  
    align-items: center;
  
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d22a63f-a539-4298-96ac-c92ae32b792d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
      position: relative;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  
  
  
  
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-content {
  
    align-items: center;
  
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d22a63f-a539-4298-96ac-c92ae32b792d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
      position: relative;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

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

.shg-image-margin-container-s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  
  
  
  
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-content {
  
    align-items: center;
  
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d22a63f-a539-4298-96ac-c92ae32b792d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
      position: relative;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

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

.shg-image-margin-container-s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  
  
  
  
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-content {
  
    align-items: center;
  
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d22a63f-a539-4298-96ac-c92ae32b792d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
      position: relative;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

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

.shg-image-margin-container-s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  
  
  
  
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d22a63f-a539-4298-96ac-c92ae32b792d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-8d22a63f-a539-4298-96ac-c92ae32b792d .shogun-image-content {
  
    align-items: center;
  
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d22a63f-a539-4298-96ac-c92ae32b792d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container {
      position: relative;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d22a63f-a539-4298-96ac-c92ae32b792d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

}
#s-488c1d2e-8dc5-4fda-be40-f4305880cee8 {
  margin-left: auto;
margin-right: auto;
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin-left: auto;
margin-right: auto;
max-width: 980px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-content {
  
    align-items: center;
  
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
      position: relative;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  
  
  
  
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-content {
  
    align-items: center;
  
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
      position: relative;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

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

.shg-image-margin-container-s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  
  
  
  
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-content {
  
    align-items: center;
  
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
      position: relative;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

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

.shg-image-margin-container-s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  
  
  
  
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-content {
  
    align-items: center;
  
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
      position: relative;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

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

.shg-image-margin-container-s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  
  
  
  
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-d98a31b0-523b-41a0-9526-9d4ef96a6098 .shogun-image-content {
  
    align-items: center;
  
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container {
      position: relative;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d98a31b0-523b-41a0-9526-9d4ef96a6098 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

}
#s-2d13a524-c89c-4470-a1c9-88d0b001b706 {
  margin-left: auto;
margin-right: auto;
}

#s-187411b2-ceda-49ab-91be-692f9ddc834c {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-187411b2-ceda-49ab-91be-692f9ddc834c {
  display: none;
}
#s-187411b2-ceda-49ab-91be-692f9ddc834c, #wrap-s-187411b2-ceda-49ab-91be-692f9ddc834c { display: none !important; }}@media (max-width: 767px){#s-187411b2-ceda-49ab-91be-692f9ddc834c {
  display: none;
}
#s-187411b2-ceda-49ab-91be-692f9ddc834c, #wrap-s-187411b2-ceda-49ab-91be-692f9ddc834c { display: none !important; }}
@media (min-width: 0px) {
[id="s-187411b2-ceda-49ab-91be-692f9ddc834c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-187411b2-ceda-49ab-91be-692f9ddc834c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-187411b2-ceda-49ab-91be-692f9ddc834c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-187411b2-ceda-49ab-91be-692f9ddc834c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7151fe3f-a93d-4c3d-b801-118edb6c892c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-7151fe3f-a93d-4c3d-b801-118edb6c892c:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7151fe3f-a93d-4c3d-b801-118edb6c892c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7151fe3f-a93d-4c3d-b801-118edb6c892c-root {
    text-align: center;
  }


#s-7151fe3f-a93d-4c3d-b801-118edb6c892c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7151fe3f-a93d-4c3d-b801-118edb6c892c-root {
    text-align: center;
  }


#s-7151fe3f-a93d-4c3d-b801-118edb6c892c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7151fe3f-a93d-4c3d-b801-118edb6c892c-root {
    text-align: center;
  }


#s-7151fe3f-a93d-4c3d-b801-118edb6c892c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7151fe3f-a93d-4c3d-b801-118edb6c892c-root {
    text-align: center;
  }


#s-7151fe3f-a93d-4c3d-b801-118edb6c892c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7151fe3f-a93d-4c3d-b801-118edb6c892c-root {
    text-align: center;
  }


#s-7151fe3f-a93d-4c3d-b801-118edb6c892c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5a97416d-e7a6-453d-96ac-d85f455366b9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-5a97416d-e7a6-453d-96ac-d85f455366b9:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a97416d-e7a6-453d-96ac-d85f455366b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a97416d-e7a6-453d-96ac-d85f455366b9-root {
    text-align: center;
  }


#s-5a97416d-e7a6-453d-96ac-d85f455366b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a97416d-e7a6-453d-96ac-d85f455366b9-root {
    text-align: center;
  }


#s-5a97416d-e7a6-453d-96ac-d85f455366b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a97416d-e7a6-453d-96ac-d85f455366b9-root {
    text-align: center;
  }


#s-5a97416d-e7a6-453d-96ac-d85f455366b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a97416d-e7a6-453d-96ac-d85f455366b9-root {
    text-align: center;
  }


#s-5a97416d-e7a6-453d-96ac-d85f455366b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a97416d-e7a6-453d-96ac-d85f455366b9-root {
    text-align: center;
  }


#s-5a97416d-e7a6-453d-96ac-d85f455366b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06-root {
    text-align: center;
  }


#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06-root {
    text-align: center;
  }


#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06-root {
    text-align: center;
  }


#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06-root {
    text-align: center;
  }


#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06-root {
    text-align: center;
  }


#s-c8d0cc32-74ab-4c61-9466-0c06b3ebaa06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcabce57-f6ee-4926-b677-55d4b07bd8ea-root {
    text-align: center;
  }


#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcabce57-f6ee-4926-b677-55d4b07bd8ea-root {
    text-align: center;
  }


#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcabce57-f6ee-4926-b677-55d4b07bd8ea-root {
    text-align: center;
  }


#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcabce57-f6ee-4926-b677-55d4b07bd8ea-root {
    text-align: center;
  }


#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcabce57-f6ee-4926-b677-55d4b07bd8ea-root {
    text-align: center;
  }


#s-dcabce57-f6ee-4926-b677-55d4b07bd8ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f {
  display: none;
}
#s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f, #wrap-s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f {
  display: none;
}
#s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f, #wrap-s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f { display: none !important; }}
@media (min-width: 0px) {
[id="s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d7b32c4-5fbe-4fcf-b802-3c7371c48d3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin-left: auto;
margin-right: auto;
max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc94762a-e5bd-4be5-a987-16aec9693997 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
      position: relative;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  
  
  
  
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc94762a-e5bd-4be5-a987-16aec9693997 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
      position: relative;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

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

.shg-image-margin-container-s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  
  
  
  
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc94762a-e5bd-4be5-a987-16aec9693997 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
      position: relative;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

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

.shg-image-margin-container-s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  
  
  
  
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc94762a-e5bd-4be5-a987-16aec9693997 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
      position: relative;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

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

.shg-image-margin-container-s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  
  
  
  
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc94762a-e5bd-4be5-a987-16aec9693997 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 667px;
  }



  img.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
    
    
    
    max-height: 667px;
  }


.s-fc94762a-e5bd-4be5-a987-16aec9693997 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc94762a-e5bd-4be5-a987-16aec9693997 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container {
      position: relative;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc94762a-e5bd-4be5-a987-16aec9693997 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 667px;
    }
  }

}
#s-430bdf69-f1cd-46b7-add0-8536cc70e70a {
  margin-left: auto;
margin-right: auto;
}

#s-4a897b43-968c-46c9-853a-c2f80d77d5d3 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-4a897b43-968c-46c9-853a-c2f80d77d5d3:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a897b43-968c-46c9-853a-c2f80d77d5d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a897b43-968c-46c9-853a-c2f80d77d5d3-root {
    text-align: center;
  }


#s-4a897b43-968c-46c9-853a-c2f80d77d5d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4a897b43-968c-46c9-853a-c2f80d77d5d3-root {
    text-align: center;
  }


#s-4a897b43-968c-46c9-853a-c2f80d77d5d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a897b43-968c-46c9-853a-c2f80d77d5d3-root {
    text-align: center;
  }


#s-4a897b43-968c-46c9-853a-c2f80d77d5d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a897b43-968c-46c9-853a-c2f80d77d5d3-root {
    text-align: center;
  }


#s-4a897b43-968c-46c9-853a-c2f80d77d5d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4a897b43-968c-46c9-853a-c2f80d77d5d3-root {
    text-align: center;
  }


#s-4a897b43-968c-46c9-853a-c2f80d77d5d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c49430dd-d222-4410-b56a-78285f17cff3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
      position: relative;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c49430dd-d222-4410-b56a-78285f17cff3 {
  
  
  
  
}

#s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c49430dd-d222-4410-b56a-78285f17cff3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
      position: relative;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

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

.shg-image-margin-container-s-c49430dd-d222-4410-b56a-78285f17cff3 {
  
  
  
  
}

#s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c49430dd-d222-4410-b56a-78285f17cff3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
      position: relative;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

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

.shg-image-margin-container-s-c49430dd-d222-4410-b56a-78285f17cff3 {
  
  
  
  
}

#s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c49430dd-d222-4410-b56a-78285f17cff3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
      position: relative;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

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

.shg-image-margin-container-s-c49430dd-d222-4410-b56a-78285f17cff3 {
  
  
  
  
}

#s-c49430dd-d222-4410-b56a-78285f17cff3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c49430dd-d222-4410-b56a-78285f17cff3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1366px;
  }



  img.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
    
    
    
    max-height: 1366px;
  }


.s-c49430dd-d222-4410-b56a-78285f17cff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c49430dd-d222-4410-b56a-78285f17cff3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container {
      position: relative;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c49430dd-d222-4410-b56a-78285f17cff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1366px;
    }
  }

}
#s-961c53a7-c98b-4d14-abc6-107e408a5333 {
  margin-left: auto;
margin-right: auto;
}

#s-d63223eb-bea1-433e-8797-af496c9eb83a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d63223eb-bea1-433e-8797-af496c9eb83a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d63223eb-bea1-433e-8797-af496c9eb83a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d63223eb-bea1-433e-8797-af496c9eb83a-root {
    text-align: center;
  }


#s-d63223eb-bea1-433e-8797-af496c9eb83a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d63223eb-bea1-433e-8797-af496c9eb83a-root {
    text-align: center;
  }


#s-d63223eb-bea1-433e-8797-af496c9eb83a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d63223eb-bea1-433e-8797-af496c9eb83a-root {
    text-align: center;
  }


#s-d63223eb-bea1-433e-8797-af496c9eb83a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d63223eb-bea1-433e-8797-af496c9eb83a-root {
    text-align: center;
  }


#s-d63223eb-bea1-433e-8797-af496c9eb83a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d63223eb-bea1-433e-8797-af496c9eb83a-root {
    text-align: center;
  }


#s-d63223eb-bea1-433e-8797-af496c9eb83a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin-left: auto;
margin-right: auto;
max-width: 1364px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-content {
  
    align-items: center;
  
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-228291fb-1230-4d2b-aebb-f6618270c251 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
      position: relative;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-228291fb-1230-4d2b-aebb-f6618270c251 {
  
  
  
  
}

#s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-content {
  
    align-items: center;
  
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-228291fb-1230-4d2b-aebb-f6618270c251 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
      position: relative;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

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

.shg-image-margin-container-s-228291fb-1230-4d2b-aebb-f6618270c251 {
  
  
  
  
}

#s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-content {
  
    align-items: center;
  
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-228291fb-1230-4d2b-aebb-f6618270c251 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
      position: relative;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

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

.shg-image-margin-container-s-228291fb-1230-4d2b-aebb-f6618270c251 {
  
  
  
  
}

#s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-content {
  
    align-items: center;
  
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-228291fb-1230-4d2b-aebb-f6618270c251 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
      position: relative;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

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

.shg-image-margin-container-s-228291fb-1230-4d2b-aebb-f6618270c251 {
  
  
  
  
}

#s-228291fb-1230-4d2b-aebb-f6618270c251 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-228291fb-1230-4d2b-aebb-f6618270c251 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1364px;
  }



  img.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
    
    
    
    max-height: 1364px;
  }


.s-228291fb-1230-4d2b-aebb-f6618270c251 .shogun-image-content {
  
    align-items: center;
  
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-228291fb-1230-4d2b-aebb-f6618270c251 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container {
      position: relative;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-228291fb-1230-4d2b-aebb-f6618270c251 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1364px;
    }
  }

}
#s-0050eb98-0f16-45a3-87ee-69341925e4e1 {
  margin-left: auto;
margin-right: auto;
}

#s-5476e229-e167-41a4-9927-990dc5fb9a4a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-5476e229-e167-41a4-9927-990dc5fb9a4a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5476e229-e167-41a4-9927-990dc5fb9a4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5476e229-e167-41a4-9927-990dc5fb9a4a-root {
    text-align: center;
  }


#s-5476e229-e167-41a4-9927-990dc5fb9a4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5476e229-e167-41a4-9927-990dc5fb9a4a-root {
    text-align: center;
  }


#s-5476e229-e167-41a4-9927-990dc5fb9a4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5476e229-e167-41a4-9927-990dc5fb9a4a-root {
    text-align: center;
  }


#s-5476e229-e167-41a4-9927-990dc5fb9a4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5476e229-e167-41a4-9927-990dc5fb9a4a-root {
    text-align: center;
  }


#s-5476e229-e167-41a4-9927-990dc5fb9a4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5476e229-e167-41a4-9927-990dc5fb9a4a-root {
    text-align: center;
  }


#s-5476e229-e167-41a4-9927-990dc5fb9a4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin-left: auto;
margin-right: auto;
max-width: 980px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-content {
  
    align-items: center;
  
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4140979d-98e5-48cf-b4ae-89e78f51024d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
      position: relative;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  
  
  
  
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-content {
  
    align-items: center;
  
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4140979d-98e5-48cf-b4ae-89e78f51024d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
      position: relative;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

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

.shg-image-margin-container-s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  
  
  
  
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-content {
  
    align-items: center;
  
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4140979d-98e5-48cf-b4ae-89e78f51024d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
      position: relative;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

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

.shg-image-margin-container-s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  
  
  
  
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-content {
  
    align-items: center;
  
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4140979d-98e5-48cf-b4ae-89e78f51024d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
      position: relative;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

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

.shg-image-margin-container-s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  
  
  
  
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4140979d-98e5-48cf-b4ae-89e78f51024d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 980px;
  }



  img.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
    
    
    
    max-height: 980px;
  }


.s-4140979d-98e5-48cf-b4ae-89e78f51024d .shogun-image-content {
  
    align-items: center;
  
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4140979d-98e5-48cf-b4ae-89e78f51024d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container {
      position: relative;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4140979d-98e5-48cf-b4ae-89e78f51024d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 980px;
    }
  }

}
#s-9e69e79b-88e7-4200-89b4-aea9bf325145 {
  margin-left: auto;
margin-right: auto;
}

#s-e29caaea-6370-47b7-9a96-e3b233a27497 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-e29caaea-6370-47b7-9a96-e3b233a27497:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e29caaea-6370-47b7-9a96-e3b233a27497:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e29caaea-6370-47b7-9a96-e3b233a27497-root {
    text-align: center;
  }


#s-e29caaea-6370-47b7-9a96-e3b233a27497.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e29caaea-6370-47b7-9a96-e3b233a27497-root {
    text-align: center;
  }


#s-e29caaea-6370-47b7-9a96-e3b233a27497.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e29caaea-6370-47b7-9a96-e3b233a27497-root {
    text-align: center;
  }


#s-e29caaea-6370-47b7-9a96-e3b233a27497.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e29caaea-6370-47b7-9a96-e3b233a27497-root {
    text-align: center;
  }


#s-e29caaea-6370-47b7-9a96-e3b233a27497.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e29caaea-6370-47b7-9a96-e3b233a27497-root {
    text-align: center;
  }


#s-e29caaea-6370-47b7-9a96-e3b233a27497.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f7cf59ec-f7ac-4b84-a741-6aba9fe7899e {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3 {
  display: none;
}
#s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3, #wrap-s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3 { display: none !important; }}@media (max-width: 767px){#s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3 {
  display: none;
}
#s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3, #wrap-s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3dbc1f75-c1cb-46bd-b57e-11fa425c59c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
      position: relative;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  
  
  
  
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
      position: relative;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  
  
  
  
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
      position: relative;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  
  
  
  
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
      position: relative;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  
  
  
  
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container {
      position: relative;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b313ca-7c88-47c5-92c6-0516d1b7ccb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-b8888cfd-2c49-4920-9038-60ca8e056f78 {
  margin-left: auto;
margin-right: auto;
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
      position: relative;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  
  
  
  
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
      position: relative;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  
  
  
  
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
      position: relative;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  
  
  
  
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
      position: relative;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  
  
  
  
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9b85a1e3-3f84-497c-84f9-924f44e522bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container {
      position: relative;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b85a1e3-3f84-497c-84f9-924f44e522bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-bb4534c5-1939-48e2-943a-cce229ca7a1c {
  margin-left: auto;
margin-right: auto;
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
      position: relative;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  
  
  
  
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
      position: relative;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  
  
  
  
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
      position: relative;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  
  
  
  
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
      position: relative;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  
  
  
  
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-8564ffac-4192-4043-8b7a-79e4734a6fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container {
      position: relative;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8564ffac-4192-4043-8b7a-79e4734a6fc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-e65db3a5-c047-4339-ac57-820be6aaf28b {
  margin-left: auto;
margin-right: auto;
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin-left: auto;
margin-right: auto;
max-width: 768px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-content {
  
    align-items: center;
  
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
      position: relative;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  
  
  
  
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-content {
  
    align-items: center;
  
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
      position: relative;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  
  
  
  
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-content {
  
    align-items: center;
  
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
      position: relative;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  
  
  
  
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-content {
  
    align-items: center;
  
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
      position: relative;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  
  
  
  
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 .shogun-image-content {
  
    align-items: center;
  
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container {
      position: relative;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c699c1-98be-43a8-b1b6-0a0ba0501a90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

}
#s-1797e101-1684-48e2-8512-4f0a9dd0c7c4 {
  margin-left: auto;
margin-right: auto;
}

#s-c34b061e-78de-46f0-a066-3f86cf9a701b {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c34b061e-78de-46f0-a066-3f86cf9a701b {
  display: none;
}
#s-c34b061e-78de-46f0-a066-3f86cf9a701b, #wrap-s-c34b061e-78de-46f0-a066-3f86cf9a701b { display: none !important; }}@media (max-width: 767px){#s-c34b061e-78de-46f0-a066-3f86cf9a701b {
  display: none;
}
#s-c34b061e-78de-46f0-a066-3f86cf9a701b, #wrap-s-c34b061e-78de-46f0-a066-3f86cf9a701b { display: none !important; }}
@media (min-width: 0px) {
[id="s-c34b061e-78de-46f0-a066-3f86cf9a701b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c34b061e-78de-46f0-a066-3f86cf9a701b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c34b061e-78de-46f0-a066-3f86cf9a701b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c34b061e-78de-46f0-a066-3f86cf9a701b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff-root {
    text-align: center;
  }


#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff-root {
    text-align: center;
  }


#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff-root {
    text-align: center;
  }


#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff-root {
    text-align: center;
  }


#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff-root {
    text-align: center;
  }


#s-9a8fd9dc-0156-4ce0-afd7-ef39d69d91ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dfffbe22-b7c3-4474-9193-312cf55c25e7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-dfffbe22-b7c3-4474-9193-312cf55c25e7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfffbe22-b7c3-4474-9193-312cf55c25e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfffbe22-b7c3-4474-9193-312cf55c25e7-root {
    text-align: center;
  }


#s-dfffbe22-b7c3-4474-9193-312cf55c25e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dfffbe22-b7c3-4474-9193-312cf55c25e7-root {
    text-align: center;
  }


#s-dfffbe22-b7c3-4474-9193-312cf55c25e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfffbe22-b7c3-4474-9193-312cf55c25e7-root {
    text-align: center;
  }


#s-dfffbe22-b7c3-4474-9193-312cf55c25e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfffbe22-b7c3-4474-9193-312cf55c25e7-root {
    text-align: center;
  }


#s-dfffbe22-b7c3-4474-9193-312cf55c25e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dfffbe22-b7c3-4474-9193-312cf55c25e7-root {
    text-align: center;
  }


#s-dfffbe22-b7c3-4474-9193-312cf55c25e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-325b8ae7-be8c-417b-bde5-eaec08d7acb8-root {
    text-align: center;
  }


#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-325b8ae7-be8c-417b-bde5-eaec08d7acb8-root {
    text-align: center;
  }


#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-325b8ae7-be8c-417b-bde5-eaec08d7acb8-root {
    text-align: center;
  }


#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-325b8ae7-be8c-417b-bde5-eaec08d7acb8-root {
    text-align: center;
  }


#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-325b8ae7-be8c-417b-bde5-eaec08d7acb8-root {
    text-align: center;
  }


#s-325b8ae7-be8c-417b-bde5-eaec08d7acb8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54-root {
    text-align: center;
  }


#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54-root {
    text-align: center;
  }


#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54-root {
    text-align: center;
  }


#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54-root {
    text-align: center;
  }


#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54-root {
    text-align: center;
  }


#s-d54691e8-c4aa-4bc0-b7b0-0ec8f5c81a54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-afb668fa-2376-4493-8a61-117c70d647d1 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-afb668fa-2376-4493-8a61-117c70d647d1 {
  display: none;
}
#s-afb668fa-2376-4493-8a61-117c70d647d1, #wrap-s-afb668fa-2376-4493-8a61-117c70d647d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afb668fa-2376-4493-8a61-117c70d647d1 {
  display: none;
}
#s-afb668fa-2376-4493-8a61-117c70d647d1, #wrap-s-afb668fa-2376-4493-8a61-117c70d647d1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-afb668fa-2376-4493-8a61-117c70d647d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-afb668fa-2376-4493-8a61-117c70d647d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-afb668fa-2376-4493-8a61-117c70d647d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-afb668fa-2376-4493-8a61-117c70d647d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-content {
  
    align-items: center;
  
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
      position: relative;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  
  
  
  
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-content {
  
    align-items: center;
  
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
      position: relative;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  
  
  
  
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-content {
  
    align-items: center;
  
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
      position: relative;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  
  
  
  
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-content {
  
    align-items: center;
  
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
      position: relative;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  
  
  
  
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a .shogun-image-content {
  
    align-items: center;
  
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container {
      position: relative;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d86bde6-a5b7-47fd-8a57-b1b7af49d51a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-88d9bc28-2d2e-4ab5-ba52-f6f6310e3fef {
  margin-left: auto;
margin-right: auto;
}

#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80ab6d03-62a4-43a7-b1a9-13e26934afb5-root {
    text-align: center;
  }


#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-80ab6d03-62a4-43a7-b1a9-13e26934afb5-root {
    text-align: center;
  }


#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80ab6d03-62a4-43a7-b1a9-13e26934afb5-root {
    text-align: center;
  }


#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80ab6d03-62a4-43a7-b1a9-13e26934afb5-root {
    text-align: center;
  }


#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-80ab6d03-62a4-43a7-b1a9-13e26934afb5-root {
    text-align: center;
  }


#s-80ab6d03-62a4-43a7-b1a9-13e26934afb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
      position: relative;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  
  
  
  
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
      position: relative;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  
  
  
  
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
      position: relative;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  
  
  
  
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
      position: relative;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  
  
  
  
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container {
      position: relative;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb9f0684-9c31-4f09-a7e8-3f3f9932b112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-b8897cd8-dfc9-4071-b688-dbc2d3f8e9a3 {
  margin-left: auto;
margin-right: auto;
}

#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab-root {
    text-align: center;
  }


#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab-root {
    text-align: center;
  }


#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab-root {
    text-align: center;
  }


#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab-root {
    text-align: center;
  }


#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab-root {
    text-align: center;
  }


#s-01fd1950-4bf8-4a10-8b19-350d6f9f99ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-content {
  
    align-items: center;
  
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
      position: relative;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  
  
  
  
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-content {
  
    align-items: center;
  
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
      position: relative;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  
  
  
  
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-content {
  
    align-items: center;
  
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
      position: relative;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  
  
  
  
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-content {
  
    align-items: center;
  
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
      position: relative;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

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

.shg-image-margin-container-s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  
  
  
  
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 640px;
  }



  img.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
    
    
    
    max-height: 640px;
  }


.s-d939db66-0a45-4f26-b12c-2f7f9475ef23 .shogun-image-content {
  
    align-items: center;
  
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container {
      position: relative;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d939db66-0a45-4f26-b12c-2f7f9475ef23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 640px;
    }
  }

}
#s-a1c87723-3ad5-402d-bf0c-c0798e6c7d9c {
  margin-left: auto;
margin-right: auto;
}

#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf-root {
    text-align: center;
  }


#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf-root {
    text-align: center;
  }


#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf-root {
    text-align: center;
  }


#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf-root {
    text-align: center;
  }


#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf-root {
    text-align: center;
  }


#s-819a7d56-2e77-48fa-9d1b-acfee5dc3caf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin-left: auto;
margin-right: auto;
max-width: 768px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-content {
  
    align-items: center;
  
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98060a78-555d-45b9-b445-61cf253c7054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
      position: relative;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-98060a78-555d-45b9-b445-61cf253c7054 {
  
  
  
  
}

#s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-content {
  
    align-items: center;
  
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98060a78-555d-45b9-b445-61cf253c7054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
      position: relative;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-98060a78-555d-45b9-b445-61cf253c7054 {
  
  
  
  
}

#s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-content {
  
    align-items: center;
  
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98060a78-555d-45b9-b445-61cf253c7054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
      position: relative;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-98060a78-555d-45b9-b445-61cf253c7054 {
  
  
  
  
}

#s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-content {
  
    align-items: center;
  
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98060a78-555d-45b9-b445-61cf253c7054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
      position: relative;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

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

.shg-image-margin-container-s-98060a78-555d-45b9-b445-61cf253c7054 {
  
  
  
  
}

#s-98060a78-555d-45b9-b445-61cf253c7054 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98060a78-555d-45b9-b445-61cf253c7054 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 768px;
  }



  img.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
    
    
    
    max-height: 768px;
  }


.s-98060a78-555d-45b9-b445-61cf253c7054 .shogun-image-content {
  
    align-items: center;
  
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98060a78-555d-45b9-b445-61cf253c7054 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container {
      position: relative;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98060a78-555d-45b9-b445-61cf253c7054 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 768px;
    }
  }

}
#s-fea18387-35e6-450f-9c1d-c0f86d0011af {
  margin-left: auto;
margin-right: auto;
}

#s-320be593-ecab-4492-9830-b21350fe8c8a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-320be593-ecab-4492-9830-b21350fe8c8a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-320be593-ecab-4492-9830-b21350fe8c8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-320be593-ecab-4492-9830-b21350fe8c8a-root {
    text-align: center;
  }


#s-320be593-ecab-4492-9830-b21350fe8c8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-320be593-ecab-4492-9830-b21350fe8c8a-root {
    text-align: center;
  }


#s-320be593-ecab-4492-9830-b21350fe8c8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-320be593-ecab-4492-9830-b21350fe8c8a-root {
    text-align: center;
  }


#s-320be593-ecab-4492-9830-b21350fe8c8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-320be593-ecab-4492-9830-b21350fe8c8a-root {
    text-align: center;
  }


#s-320be593-ecab-4492-9830-b21350fe8c8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-320be593-ecab-4492-9830-b21350fe8c8a-root {
    text-align: center;
  }


#s-320be593-ecab-4492-9830-b21350fe8c8a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ec42f44d-1f31-412a-97b1-209f7e4405e4 {
  min-height: 50px;
}








#s-ec42f44d-1f31-412a-97b1-209f7e4405e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec42f44d-1f31-412a-97b1-209f7e4405e4.shg-box.shg-c {
  justify-content: center;
}

#s-88eb8743-6e69-4fb9-8728-49f43f105ca2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-88eb8743-6e69-4fb9-8728-49f43f105ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88eb8743-6e69-4fb9-8728-49f43f105ca2.shg-box.shg-c {
  justify-content: center;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-840ea2e9-8a8f-4064-b1b5-10f4999ac835 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 197, 191, 1);
}

#s-840ea2e9-8a8f-4064-b1b5-10f4999ac835 .shogun-countdown span, #s-840ea2e9-8a8f-4064-b1b5-10f4999ac835 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-027d415b-5718-4445-b9af-1e8178c9d062 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-027d415b-5718-4445-b9af-1e8178c9d062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-027d415b-5718-4445-b9af-1e8178c9d062.shg-box.shg-c {
  justify-content: center;
}

#s-d803d235-4326-4413-ae1b-857d509a7edf {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-b80ffc3c-3996-4832-bebf-833217810f51 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b80ffc3c-3996-4832-bebf-833217810f51 {
  display: none;
}
#s-b80ffc3c-3996-4832-bebf-833217810f51, #wrap-s-b80ffc3c-3996-4832-bebf-833217810f51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b80ffc3c-3996-4832-bebf-833217810f51 {
  display: none;
}
#s-b80ffc3c-3996-4832-bebf-833217810f51, #wrap-s-b80ffc3c-3996-4832-bebf-833217810f51 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b80ffc3c-3996-4832-bebf-833217810f51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b80ffc3c-3996-4832-bebf-833217810f51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b80ffc3c-3996-4832-bebf-833217810f51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b80ffc3c-3996-4832-bebf-833217810f51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-14f73572-757a-4edd-85db-0acef7b5e489 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-14f73572-757a-4edd-85db-0acef7b5e489 img.shogun-image,
  #s-14f73572-757a-4edd-85db-0acef7b5e489 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14f73572-757a-4edd-85db-0acef7b5e489 {
    width: 100%;
    height: auto;
  }



  #s-14f73572-757a-4edd-85db-0acef7b5e489 img.shogun-image {
    

    
    
    
  }


#s-14f73572-757a-4edd-85db-0acef7b5e489 .shogun-image-content {
  
    align-items: center;
  
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-content {
  
    align-items: center;
  
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2afe68f9-1880-4b36-9e5a-91a002208182 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
      position: relative;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  
  
  
  
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-content {
  
    align-items: center;
  
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2afe68f9-1880-4b36-9e5a-91a002208182 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
      position: relative;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  
  
  
  
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-content {
  
    align-items: center;
  
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2afe68f9-1880-4b36-9e5a-91a002208182 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
      position: relative;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  
  
  
  
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-content {
  
    align-items: center;
  
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2afe68f9-1880-4b36-9e5a-91a002208182 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
      position: relative;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  
  
  
  
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2afe68f9-1880-4b36-9e5a-91a002208182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-2afe68f9-1880-4b36-9e5a-91a002208182 .shogun-image-content {
  
    align-items: center;
  
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2afe68f9-1880-4b36-9e5a-91a002208182 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container {
      position: relative;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2afe68f9-1880-4b36-9e5a-91a002208182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-aeca9cc2-aa8d-4979-924b-32c5eaa82ff2 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-aeca9cc2-aa8d-4979-924b-32c5eaa82ff2 img.shogun-image,
  #s-aeca9cc2-aa8d-4979-924b-32c5eaa82ff2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aeca9cc2-aa8d-4979-924b-32c5eaa82ff2 {
    width: 100%;
    height: auto;
  }



  #s-aeca9cc2-aa8d-4979-924b-32c5eaa82ff2 img.shogun-image {
    

    
    
    
  }


#s-aeca9cc2-aa8d-4979-924b-32c5eaa82ff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  
  
  
  
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  
  
  
  
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  
  
  
  
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  
  
  
  
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee7ab74-0448-4eaa-9b2c-437e3bbf58f8.shogun-image {
  box-sizing: border-box;
}




}
#s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-06775a80-588c-4318-a400-d7d028a7d781 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-06775a80-588c-4318-a400-d7d028a7d781 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-06775a80-588c-4318-a400-d7d028a7d781 {
  
  
  
  
}

#s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-06775a80-588c-4318-a400-d7d028a7d781 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-06775a80-588c-4318-a400-d7d028a7d781 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-06775a80-588c-4318-a400-d7d028a7d781 {
  
  
  
  
}

#s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-06775a80-588c-4318-a400-d7d028a7d781 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-06775a80-588c-4318-a400-d7d028a7d781 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-06775a80-588c-4318-a400-d7d028a7d781 {
  
  
  
  
}

#s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-06775a80-588c-4318-a400-d7d028a7d781 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-06775a80-588c-4318-a400-d7d028a7d781 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-06775a80-588c-4318-a400-d7d028a7d781 {
  
  
  
  
}

#s-06775a80-588c-4318-a400-d7d028a7d781 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-06775a80-588c-4318-a400-d7d028a7d781 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-06775a80-588c-4318-a400-d7d028a7d781 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06775a80-588c-4318-a400-d7d028a7d781.shogun-image {
  box-sizing: border-box;
}




}
#s-b20f4d5a-0b20-43cd-805c-fd2b1656cf35 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-b20f4d5a-0b20-43cd-805c-fd2b1656cf35 img.shogun-image,
  #s-b20f4d5a-0b20-43cd-805c-fd2b1656cf35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b20f4d5a-0b20-43cd-805c-fd2b1656cf35 {
    width: 100%;
    height: auto;
  }



  #s-b20f4d5a-0b20-43cd-805c-fd2b1656cf35 img.shogun-image {
    

    
    
    
  }


#s-b20f4d5a-0b20-43cd-805c-fd2b1656cf35 .shogun-image-content {
  
    align-items: center;
  
}

#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 {
  display: none;
}
#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0, #wrap-s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 { display: none !important; }}@media (max-width: 767px){#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 {
  display: none;
}
#s-15f44000-766f-49e2-86a9-5d6ad9cf49b0, #wrap-s-15f44000-766f-49e2-86a9-5d6ad9cf49b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-15f44000-766f-49e2-86a9-5d6ad9cf49b0"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-15f44000-766f-49e2-86a9-5d6ad9cf49b0"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-15f44000-766f-49e2-86a9-5d6ad9cf49b0"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-15f44000-766f-49e2-86a9-5d6ad9cf49b0"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-74ba30ba-689d-4ca3-98e8-6d86a74dcbfa {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-74ba30ba-689d-4ca3-98e8-6d86a74dcbfa img.shogun-image,
  #s-74ba30ba-689d-4ca3-98e8-6d86a74dcbfa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74ba30ba-689d-4ca3-98e8-6d86a74dcbfa {
    width: 100%;
    height: auto;
  }



  #s-74ba30ba-689d-4ca3-98e8-6d86a74dcbfa img.shogun-image {
    

    
    
    
  }


#s-74ba30ba-689d-4ca3-98e8-6d86a74dcbfa .shogun-image-content {
  
    align-items: center;
  
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-content {
  
    align-items: center;
  
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
      position: relative;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  
  
  
  
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-content {
  
    align-items: center;
  
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
      position: relative;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  
  
  
  
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-content {
  
    align-items: center;
  
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
      position: relative;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  
  
  
  
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-content {
  
    align-items: center;
  
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
      position: relative;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  
  
  
  
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8108209f-d0f6-4ff3-ae12-a1356f39561e .shogun-image-content {
  
    align-items: center;
  
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container {
      position: relative;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8108209f-d0f6-4ff3-ae12-a1356f39561e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-97285d7b-2c07-43b4-aad0-e0bd8519596b {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-97285d7b-2c07-43b4-aad0-e0bd8519596b img.shogun-image,
  #s-97285d7b-2c07-43b4-aad0-e0bd8519596b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97285d7b-2c07-43b4-aad0-e0bd8519596b {
    width: 100%;
    height: auto;
  }



  #s-97285d7b-2c07-43b4-aad0-e0bd8519596b img.shogun-image {
    

    
    
    
  }


#s-97285d7b-2c07-43b4-aad0-e0bd8519596b .shogun-image-content {
  
    align-items: center;
  
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-c8a353fd-31ab-4256-9251-591ce57e9d7a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  
  
  
  
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-c8a353fd-31ab-4256-9251-591ce57e9d7a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  
  
  
  
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-c8a353fd-31ab-4256-9251-591ce57e9d7a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  
  
  
  
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-c8a353fd-31ab-4256-9251-591ce57e9d7a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  
  
  
  
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-c8a353fd-31ab-4256-9251-591ce57e9d7a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a353fd-31ab-4256-9251-591ce57e9d7a.shogun-image {
  box-sizing: border-box;
}




}
#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  
  
  
  
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  
  
  
  
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  
  
  
  
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  
  
  
  
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99a8aed3-5624-4fa3-b6da-0c65fbf39c5f.shogun-image {
  box-sizing: border-box;
}




}
#s-8b799d69-d761-45b8-bae9-52222806d0f2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8b799d69-d761-45b8-bae9-52222806d0f2 {
  display: none;
}
#s-8b799d69-d761-45b8-bae9-52222806d0f2, #wrap-s-8b799d69-d761-45b8-bae9-52222806d0f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b799d69-d761-45b8-bae9-52222806d0f2 {
  display: none;
}
#s-8b799d69-d761-45b8-bae9-52222806d0f2, #wrap-s-8b799d69-d761-45b8-bae9-52222806d0f2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8b799d69-d761-45b8-bae9-52222806d0f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8b799d69-d761-45b8-bae9-52222806d0f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b799d69-d761-45b8-bae9-52222806d0f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b799d69-d761-45b8-bae9-52222806d0f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-content {
  
    align-items: center;
  
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
      position: relative;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  
  
  
  
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-content {
  
    align-items: center;
  
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
      position: relative;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  
  
  
  
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-content {
  
    align-items: center;
  
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
      position: relative;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  
  
  
  
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-content {
  
    align-items: center;
  
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
      position: relative;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  
  
  
  
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d .shogun-image-content {
  
    align-items: center;
  
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container {
      position: relative;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32056ca4-fbaf-46ae-bcf9-0797ac66c44d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-89ee4574-e4a3-4377-aa2a-771094ebd769 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-89ee4574-e4a3-4377-aa2a-771094ebd769 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89ee4574-e4a3-4377-aa2a-771094ebd769 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89ee4574-e4a3-4377-aa2a-771094ebd769 {
  display: none;
}
#s-89ee4574-e4a3-4377-aa2a-771094ebd769, #wrap-s-89ee4574-e4a3-4377-aa2a-771094ebd769 { display: none !important; }}@media (max-width: 767px){#s-89ee4574-e4a3-4377-aa2a-771094ebd769 {
  display: none;
}
#s-89ee4574-e4a3-4377-aa2a-771094ebd769, #wrap-s-89ee4574-e4a3-4377-aa2a-771094ebd769 { display: none !important; }}
@media (min-width: 0px) {
[id="s-89ee4574-e4a3-4377-aa2a-771094ebd769"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-89ee4574-e4a3-4377-aa2a-771094ebd769"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-89ee4574-e4a3-4377-aa2a-771094ebd769"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-89ee4574-e4a3-4377-aa2a-771094ebd769"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-647614dc-f9fd-4b2d-9aea-4afc5b777a1c {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-647614dc-f9fd-4b2d-9aea-4afc5b777a1c img.shogun-image,
  #s-647614dc-f9fd-4b2d-9aea-4afc5b777a1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-647614dc-f9fd-4b2d-9aea-4afc5b777a1c {
    width: 100%;
    height: auto;
  }



  #s-647614dc-f9fd-4b2d-9aea-4afc5b777a1c img.shogun-image {
    

    
    
    
  }


#s-647614dc-f9fd-4b2d-9aea-4afc5b777a1c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
      position: relative;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  
  
  
  
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
      position: relative;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  
  
  
  
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
      position: relative;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  
  
  
  
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
      position: relative;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  
  
  
  
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container {
      position: relative;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e451a72-345d-4d19-b866-ccdb7f3a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
